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