]> code.delx.au - pulseaudio/blob - todo
update todo
[pulseaudio] / todo
1 *** $Id$ ***
2
3 Build System:
4 - Remove symdef files and use macros (like most other projects)
5 - Use own name mangling scheme instead of ltdl's, which will eliminate the
6 need for .la files or extra trickery.
7
8 Porting:
9 - rtp module ported to Win32 (sendmsg/recvmsg emulation)
10
11 I18N:
12 - iconv stuff sent from utils to server (UTF-8)
13 - iconv sample loading in server
14 - gettextify pulseaudio
15
16 Cleanups:
17 - drop dependency of libpulse on libX11, instead use an external mini binary
18 - module-tunnel: improve latency calculation
19 - use software volume when hardware doesn't support all channels (alsa done)
20 - using POSIX monotonous clocks wherever possible instead of gettimeofday()
21
22 Test:
23 - autoload
24
25 Auth/Crypto:
26 - ssl
27 - key rings for auth
28 - challenge response auth
29 - sasl auth
30
31 Features:
32 - chroot()
33 - use scatter/gather io for sockets
34 - CODECs to reduce bandwidth usage (plug-in based)
35 - multiline configuration statements
36 - paplay needs to set a channel map. our default is only correct for AIFF.
37 (we need help from libsndfile for this)
38 - examine if it is possible to mimic esd's handling of half duplex cards
39 (switch to capture when a recording client connects and drop playback during
40 that time)
41 - Support for device selection in waveout driver
42 - add an API to libpulse for allocating memory from the pa_context memory pool
43 - better ".include" command in configuration files. should have glob support.
44 - recursive .if
45
46 Long term:
47 - pass meta info for hearing impaired
48 - X11: support for the X11 synchronization extension
49
50 Backends for:
51 - portaudio (semi-done)