]> code.delx.au - pulseaudio/blob - doc/todo
update todo
[pulseaudio] / doc / todo
1 *** $Id$ ***
2
3 Post 0.8:
4 - alsa mmap driver
5 - dbus/hal
6 - polish for starting polypaudio as root/system-wide instance
7 - chroot()
8 - module-tunnel: improve latency calculation
9 - port from howl to avahi
10 - multiline configuration statements
11 - use scatter/gather io for sockets
12 - rtp module ported to Win32 (sendmsg/recvmsg emulation)
13 - CODECs to reduce bandwidth usage (plug-in based)
14 - Remove symdef files and use macros (like most other projects)
15 - use software volume when hardware doesn't support all channels (alsa done)
16 - paplay needs to set a channel map. our default is only correct for AIFF.
17 (we need help from libsndfile for this)
18 - silence generation should be moved into the core to avoid races and code
19 duplication in the backends
20 - examine if it is possible to mimic esd's handling of half duplex cards
21 (switch to capture when a recording client connects and drop playback during
22 that time)
23 - Fix a way for the threading API to handle state and subscription callbacks
24 in a nice way.
25 - iconv stuff sent from utils to server (UTF-8)
26 - iconv stuff leaving the server (e.g. syslog). Sample loading probably needs
27 help as well.
28 - Document utf8.h, timeval.h and util.h
29 - strerror() needs to be wrapped as it returns stuff in the current locale
30 and we tend to pass it to functions that require UTF-8.
31 - fix clock of the NULL sink
32 - gettextify polypaudio
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)