]> code.delx.au - pulseaudio/blobdiff - doc/todo
todo update
[pulseaudio] / doc / todo
index 744820c460139f4f9a8c9ce0b20e5f06c991ff24..e683cf8c043368f226fd4162342ea9ce5fe69ff4 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -2,30 +2,33 @@
 
 Test:
 - module-combine
-- latency foo
+- module-tunnel
 
 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
+- latency api rework for native protocol
+- 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
+- module-tunnel volume support (sink, source, notify)
 
-Features:
+Post 0.8:
+- alsa mmap driver
 - add radio module
 - dbus/hal
 - polish for starting polypaudio as root/system-wide instance
+- chroot()
 - 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)
+- module-tunnel: improve latency calculation
+- port from howl to avahi
+- multiline configuration statements
 
 Long term:
 - pass meta info for hearing impaired
@@ -35,14 +38,3 @@ Backends for:
 - portaudio  (semi-done)
 - sdl
 - 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