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