]> code.delx.au - pulseaudio/blobdiff - doc/todo
update todo
[pulseaudio] / doc / todo
index 91a2f92f08b1e91c985ae3c2cc135b10fad99d42..df13e56f81936515d8907408e1d5b78d642bbef1 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -1,39 +1,37 @@
 *** $Id$ ***
 
-*** 0.5 ***
-- make mcalign merge chunks
-- native library/protocol:
-   module load/unload
-   kill client/...
-   autoload management
-   rename streams/contexts
-- more complete pactl
-- option to use default fragment size on alsa drivers
-- merge pa_context_connect_*
-- input latency
-- fix tcp/native
-- add volume to create_stream command in native protocol
-- udp based protocol
-- add client config file
-- beefup sample_info stuff in native protocol
+Test:
+- module-combine
+- module-tunnel
 
-*** 0.6 ****
-- per-channel volume
-- unix socket directories include user name
-- add sample directory
+Fixes:
+- proper use of memcpy in procotol-esound.c so we don't get alignment problems
+- latency api rework for native protocol
+- module-oss-* love:
+  - deal with underflows propely
+  - improve latency measurement for mmap
+- module-alsa-* love: 
+  - add hw driver name to sink/source description
+  - deal with underflows properly
+- module-tunnel volume support (sink, source, notify)
 
-** later ***
-- xmlrpc/http
-- dbus
-- slp/rendezvous
-- modinfo
-- make alsa modules use mmap
+Post 0.8:
+- alsa mmap driver
+- add radio module
+- dbus/hal
+- polish for starting polypaudio as root/system-wide instance
+- chroot()
+- add threading API
+- module-tunnel: improve latency calculation
+- port from howl to avahi
+- multiline configuration statements
+- use scatter/gather io for sockets
 
-***********
+Long term:
+- pass meta info for hearing impaired
+- X11: support for the X11 synchronization extension
 
-backends for:
-- portaudio
+Backends for:
+- portaudio  (semi-done)
 - sdl
-- gstreamer (semi-done)
-- alsa-lib
 - OSS (esddsp style)