]> code.delx.au - pulseaudio/blob - doc/todo
todo update
[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 - add listen-on paramater to protocol modules
18 - module-oss-* love:
19 - deal with underflows propely
20 - improve latency measurement for mmap
21 - module-alsa-* love:
22 - volume control
23 - add hw driver name to sink/source description
24 - deal with underflows properly
25 - multiline configuration statements
26
27 Post 0.8:
28 - alsa mmap driver
29 - add radio module
30 - dbus/hal
31 - polish for starting polypaudio as root/system-wide instance
32 - chroot()
33 - add threading API
34 - module-tunnel: improve latency calculation
35 - port from howl to avahi
36
37 Long term:
38 - pass meta info for hearing impaired
39 - X11: support for the X11 synchronization extension
40
41 Backends for:
42 - portaudio (semi-done)
43 - sdl
44 - OSS (esddsp style)