From b474ff63b3f108ee6a940e75f75c0ce0f31529cf Mon Sep 17 00:00:00 2001 From: kaiv Date: Thu, 28 Aug 2003 18:55:22 +0000 Subject: [PATCH] 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 --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 16a1f62..92bdb91 100644 --- a/TODO +++ b/TODO @@ -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)