]> code.delx.au - pulseaudio/blob - doc/todo
update todo
[pulseaudio] / doc / todo
1 *** $Id$ ***
2
3 Test:
4 - module-combine
5 - module-tunnel
6
7 Fixes:
8 - better validity checking in protocol-esound
9 - change pa_log to not require \n
10 - proper use of memcpy in procotol-esound.c so we don't get alignment problems
11 - latency api for native protocol
12 - add support for auth using SCM_CREDENTIALS
13 - use scatter/gather io for sockets
14 - notification on hw volume change
15 - source volume control
16 - mute switch support (like ALSA does it)
17 - module-oss-* love:
18 - deal with underflows propely
19 - improve latency measurement for mmap
20 - module-alsa-* love:
21 - volume control
22 - add hw driver name to sink/source description
23 - deal with underflows properly
24 - multiline configuration statements
25
26 Post 0.8:
27 - alsa mmap driver
28 - add radio module
29 - dbus/hal
30 - polish for starting polypaudio as root/system-wide instance
31 - chroot()
32 - add threading API
33 - module-tunnel: improve latency calculation
34 - port from howl to avahi
35
36 Long term:
37 - pass meta info for hearing impaired
38 - X11: support for the X11 synchronization extension
39
40 Backends for:
41 - portaudio (semi-done)
42 - sdl
43 - OSS (esddsp style)