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