]> code.delx.au - pulseaudio/blob - doc/todo
todo update - outline what i consider pre-0.8 and post-0.8 issues
[pulseaudio] / doc / todo
1 *** $Id$ ***
2
3 Test:
4 - module-combine
5 - module-tunnel
6 - howl
7
8 Fixes:
9 - better validity checking in protocol-{native,esound}
10 - change pa_log to not require \n
11 - proper use of memcpy in procotol-esound.c so we don't get alignment problems
12 - latency api for native protocol
13 - add support for auth using SCM_CREDENTIALS
14 - use scatter/gather io for sockets
15 - notification on hw volume change
16 - source volume control
17 - mute switch support (like ALSA does it)
18 - add listen-on paramater to protocol modules
19 - module-oss-* love:
20 - deal with underflows propely
21 - improve latency measurement for mmap
22 - module-alsa-* love:
23 - volume control
24 - add hw driver name to sink/source description
25 - deal with underflows properly
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
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)