Browse Source

Added item for dynamic sampling rate change, closed one alsa_pcm bug.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@480 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv 22 years ago
parent
commit
b474ff63b3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      TODO

+ 2
- 1
TODO View File

@@ -13,6 +13,7 @@ TO BE DECIDED (owner)

- dropping the use of CAP_RESOURCE (nando)
- whether to default to triangular dithering the at 16bit (swh)
- support for on-the-fly sampling rate change

TODO for 1.0 (owner)

@@ -25,7 +26,6 @@ TODO post-1.0

TODO general (owner)

- alsa_pcm: make sure that returned nframes is less than buffersize
- don't build static libraries of drivers and ip-clients (kaiv)
- add explanation of protocol versioning to README.developers (kaiv)
- add code to enforce the 'bufsize==2^x' rule (kaiv)
@@ -43,6 +43,7 @@ TO THINK ABOUT

CLOSED (date,who,comment)

- alsa_pcm: make sure that returned nframes is less than buffersize (2003/08/27,fixed,kaiv)
- add Paul's graph/subgraph explanation to the design doc (2003/08/27,done,kaiv)
- add support for custom jackd --tmpdir in libjack (2003/05/06,done,jesse)
- capture_client has pthread_mutex_lock() in its process() (2003/05/30,fixed,joq)


Loading…
Cancel
Save