]> code.delx.au - pulseaudio/blob - todo
update todo
[pulseaudio] / todo
1 *** $Id$ ***
2
3 Post 0.9.0:
4 - alsa mmap driver
5 - dbus/hal (Shams King is working on this one)
6 - polish for starting polypaudio as root/system-wide instance
7 - chroot()
8 - module-tunnel: improve latency calculation
9 - multiline configuration statements
10 - use scatter/gather io for sockets
11 - rtp module ported to Win32 (sendmsg/recvmsg emulation)
12 - CODECs to reduce bandwidth usage (plug-in based)
13 - Remove symdef files and use macros (like most other projects)
14 - Use own name mangling scheme instead of ltdl's, which will eliminate the
15 need for .la files or extra trickery.
16 - use software volume when hardware doesn't support all channels (alsa done)
17 - paplay needs to set a channel map. our default is only correct for AIFF.
18 (we need help from libsndfile for this)
19 - silence generation should be moved into the core to avoid races and code
20 duplication in the backends
21 - examine if it is possible to mimic esd's handling of half duplex cards
22 (switch to capture when a recording client connects and drop playback during
23 that time)
24 - Fix a way for the threading API to handle state and subscription callbacks
25 in a nice way.
26 - iconv stuff sent from utils to server (UTF-8)
27 - iconv sample loading in server
28 - Document utf8.h, timeval.h and util.h
29 - fix clock of the NULL sink
30 - gettextify polypaudio
31 - drop dependency of libpolyp on libX11, instead use an external mini binary
32 - "hot" moving of streams between sinks
33 - gconf module + frontend
34 - hooks for creating sink inputs
35 - insert the low-level device name in the default sink/source name, to make them recognizable
36
37 Long term:
38 - pass meta info for hearing impaired
39 - X11: support for the X11 synchronization extension
40
41 Backends for:
42 - portaudio (semi-done)
43 - sdl
44 - xine (needs update)