]> code.delx.au - pulseaudio/blob - todo
pactl: Stop parsing option when the first non-option is encountered
[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
17 Network:
18 - module-tunnel: improve latency calculation
19 - module-tunnel: more reliable audio streaming over wifi
20 - Compressed network streams for tunnels/rtp streams. (Might be a good GSoC project)
21 This builds on passthrough support. A good candidate codec would be CELT.
22
23 Test:
24 - autoload
25
26 Auth/Crypto:
27 - ssl
28 - key rings for auth
29 - challenge response auth
30 - sasl auth
31
32 Features:
33 - use scatter/gather io for sockets
34 - examine if it is possible to mimic esd's handling of half duplex cards
35 (switch to capture when a recording client connects and drop playback during
36 that time)
37 - add an API to libpulse for allocating memory from the pa_context memory pool
38 - configuration file syntax:
39 - multiline configuration statements
40 - recursive .if
41
42 Long term:
43 - pass meta info for hearing impaired
44 - X11: support for the X11 synchronization extension
45
46 Backends for:
47 - portaudio (semi-done)