]> code.delx.au - pulseaudio/blobdiff - doc/todo
Add aligment fix in esound to todo.
[pulseaudio] / doc / todo
index ad272ae4c63df0852af3ef97db342549a14ca0f7..744820c460139f4f9a8c9ce0b20e5f06c991ff24 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -1,30 +1,48 @@
 *** $Id$ ***
 
-*** 0.6 ****
-- per-channel volume
-- unix socket directories include user name
-- add sample directory
-- make mcalign merge chunks
-- option to use default fragment size on alsa drivers
-- improve module-oss-mmap latency measurement
-- pacat sample type args
-- filter capture data in client through alignment
-- add redirection module
-- add radio module
-- make autoload list use idxset
-- libwrap
+Test:
+- module-combine
+- latency foo
 
-** later ***
-- xmlrpc/http
-- dbus
-- slp/rendezvous
+Fixes:
+- improve module-oss-mmap latency measurement
+- module-tunnel: improve latency calculation
 - make alsa modules use mmap
+- better validity checking in libpolyp and protocol-{native,esound}
+- don't build ipv4 and ipv6 modules seperately
+- change pa_log to not require \n
+- proper use of memcpy in procotol-esound.c so we don't get alignment problems
+
+Features:
+- add radio module
+- dbus/hal
+- polish for starting polypaudio as root/system-wide instance
+- add threading API
+- add support for auth using SCM_CREDENTIALS
+- include hw description in sink/source info
+- use scatter/gather io for sockets
+- hw volume support for alsa, oss-mmap, windows, solaris
+- notifcation on hw volume change
+- source volume control
+- deal with underflows reported by OSS/ALSA properly
+- mute switch support (like ALSA does it)
 
-***********
+Long term:
+- pass meta info for hearing impaired
+- X11: support for the X11 synchronization extension
 
-backends for:
+Backends for:
 - portaudio  (semi-done)
-- alsa-lib
 - sdl
-- gstreamer (semi-done)
 - OSS (esddsp style)
+
+------------------
+
+Done:
+- per-channel volume
+- channel mapping ("left", "right", "rear", "subwoofer")
+- hardware volume support
+- alsa-lib
+- remove "polyplib-" prefix
+- add API for synchronizing multiple sinks/sources to a common clock
+- absolutely indexed write()s from client