]> code.delx.au - pulseaudio/blob - doc/todo
add item about moving pa_cstrerror() to TODO
[pulseaudio] / doc / todo
1 *** $Id$ ***
2
3 Pre 0.9.0
4 - add API to query the bufferattrs after stream creation
5 - move the modules to /usr/lib/polypaudio-0.9.0/modules
6 - add proper padsp script that makes $PADSP_xxx env vars from the command line arguments, just like esddsp does
7 - move pa_cstrerror() to polypcore/core-error.h
8
9 Post 0.9.0:
10 - alsa mmap driver
11 - dbus/hal
12 - polish for starting polypaudio as root/system-wide instance
13 - chroot()
14 - module-tunnel: improve latency calculation
15 - port from howl to avahi
16 - multiline configuration statements
17 - use scatter/gather io for sockets
18 - rtp module ported to Win32 (sendmsg/recvmsg emulation)
19 - CODECs to reduce bandwidth usage (plug-in based)
20 - Remove symdef files and use macros (like most other projects)
21 - use software volume when hardware doesn't support all channels (alsa done)
22 - paplay needs to set a channel map. our default is only correct for AIFF.
23 (we need help from libsndfile for this)
24 - silence generation should be moved into the core to avoid races and code
25 duplication in the backends
26 - examine if it is possible to mimic esd's handling of half duplex cards
27 (switch to capture when a recording client connects and drop playback during
28 that time)
29 - Fix a way for the threading API to handle state and subscription callbacks
30 in a nice way.
31 - iconv stuff sent from utils to server (UTF-8)
32 - iconv stuff leaving the server (e.g. syslog). Sample loading probably needs
33 help as well.
34 - Document utf8.h, timeval.h and util.h
35 - strerror() needs to be wrapped as it returns stuff in the current locale
36 and we tend to pass it to functions that require UTF-8.
37 - fix clock of the NULL sink
38 - gettextify polypaudio
39
40 Long term:
41 - pass meta info for hearing impaired
42 - X11: support for the X11 synchronization extension
43
44 Backends for:
45 - portaudio (semi-done)
46 - sdl
47 - xine (needs update)