From 25123469d53e2ef555549984ea4e8b028c1632fb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 10 Sep 2004 22:35:12 +0000 Subject: add support for module search path as command line argument protocol-native: move first data request into ack of stream creation improve mainloop API: return the number of dispatched sources on iterate() fix a resampling bug introduce network latency measurement WARNING: all these changes together may break some applications git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@189 fefdeb5f-60dc-0310-8127-8f9354f1896f --- doc/todo | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/todo b/doc/todo index daed6864..35e0b224 100644 --- a/doc/todo +++ b/doc/todo @@ -12,6 +12,13 @@ - add sample directory - config file for command line arguments - option to use default fragment size on alsa drivers +- keep volume in xmms-polyp (and allow volume changing when not playing) +- lazy sample cache +- per-channel volume +- add version number to library names +- extend pa_usec_t to 64 bit +- make use of network latency in all apps +- rename streams/contexts ** later *** - xmlrpc/http @@ -23,7 +30,8 @@ *********** backends for: -- mplayer -- sdl -- gstreamer - portaudio +- sdl +- gstreamer (semi-done) +- alsa-lib +- OSS (esddsp style) -- cgit