]> code.delx.au - pulseaudio/blob - doc/todo
todo update
[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 - multiline configuration statements
27
28 Post 0.8:
29 - alsa mmap driver
30 - add radio module
31 - dbus/hal
32 - polish for starting polypaudio as root/system-wide instance
33 - chroot()
34 - add threading API
35 - module-tunnel: improve latency calculation
36 - port from howl to avahi
37
38 Long term:
39 - pass meta info for hearing impaired
40 - X11: support for the X11 synchronization extension
41
42 Backends for:
43 - portaudio (semi-done)
44 - sdl
45 - OSS (esddsp style)