]> code.delx.au - pulseaudio/blob - doc/todo
530a980ce42c69ae9796fb676e372b9b261fa7ee
[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 - mute switch support (like ALSA does it)
11 - module-oss-* love:
12 - deal with underflows propely
13 - improve latency measurement for mmap
14 - module-alsa-* love:
15 - add hw driver name to sink/source description
16 - deal with underflows properly
17 - module-tunnel volume support (sink, source, notify)
18
19 Post 0.8:
20 - alsa mmap driver
21 - add radio module
22 - dbus/hal
23 - polish for starting polypaudio as root/system-wide instance
24 - chroot()
25 - add threading API
26 - module-tunnel: improve latency calculation
27 - port from howl to avahi
28 - multiline configuration statements
29 - use scatter/gather io for sockets
30
31 Long term:
32 - pass meta info for hearing impaired
33 - X11: support for the X11 synchronization extension
34
35 Backends for:
36 - portaudio (semi-done)
37 - sdl
38 - OSS (esddsp style)