]> code.delx.au - pulseaudio/blobdiff - doc/todo
update todo
[pulseaudio] / doc / todo
index fd024778fa1796e67cfbd7f28aee51dd9c892294..3c478e500c0789a3012029cd38bc5a63d6b9cc20 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -1,26 +1,36 @@
 *** $Id$ ***
 
-Architectural changes:
-- per-channel volume
-- channel mapping ("left", "right", "rear", "subwoofer")
-- add API for synchronizing multiple sinks/sources to a common clock
-- absolutely indexed write()s from client
-- remove "polyplib-" prefix
-- hardware volume support
+Test:
+- module-combine
+- module-tunnel
 
 Fixes:
-- improve module-oss-mmap latency measurement
-- module-tunnel: improve latency calculation
-- make alsa modules use mmap
-- even more commenting
+- better validity checking in protocol-esound
+- proper use of memcpy in procotol-esound.c so we don't get alignment problems
+- latency api rework for native protocol
+- add support for auth using SCM_CREDENTIALS
+- use scatter/gather io for sockets
+- notification on hw volume change
+- mute switch support (like ALSA does it)
+- module-oss-* love:
+  - deal with underflows propely
+  - improve latency measurement for mmap
+- module-alsa-* love: 
+  - volume control
+  - add hw driver name to sink/source description
+  - deal with underflows properly
+- multiline configuration statements
+- module-tunnel volume support (sink, source, notify)
 
-Features:
+Post 0.8:
+- alsa mmap driver
 - add radio module
-- xmlrpc/http
 - dbus/hal
-- rendezvous autotunnel module
 - polish for starting polypaudio as root/system-wide instance
-- export connection fd
+- chroot()
+- add threading API
+- module-tunnel: improve latency calculation
+- port from howl to avahi
 
 Long term:
 - pass meta info for hearing impaired
@@ -28,6 +38,5 @@ Long term:
 
 Backends for:
 - portaudio  (semi-done)
-- alsa-lib
 - sdl
 - OSS (esddsp style)