]> 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 - build pulsecore only statically by default, it's not a public API yet
8
9 Porting:
10 - rtp module ported to Win32 (sendmsg/recvmsg emulation)
11
12 I18N:
13 - iconv stuff sent from utils to server (UTF-8)
14 - iconv sample loading in server
15 - Document utf8.h, timeval.h and util.h
16 - gettextify polypaudio
17
18 Cleanups:
19 - drop dependency of libpolyp on libX11, instead use an external mini binary
20 - merge module-oss-mmap into module-oss
21 - module-tunnel: improve latency calculation
22 - use software volume when hardware doesn't support all channels (alsa done)
23 - silence generation should be moved into the core to avoid races and code
24 duplication in the backends
25 - don't read/write audio data from/to ALSA devices if noone is listening
26 - using POSIX monotonous clocks wherever possible instead of gettimeofday()
27
28 Test:
29 - autoload
30
31 Auth/Crypto:
32 - ssl
33 - key rings for auth
34 - challenge response auth
35 - sasl auth
36
37 Features:
38 - alsa mmap driver
39 - alsa driver with hw mixing
40 - "window manager for sound"
41 - chroot()
42 - use scatter/gather io for sockets
43 - CODECs to reduce bandwidth usage (plug-in based)
44 - multiline configuration statements
45 - paplay needs to set a channel map. our default is only correct for AIFF.
46 (we need help from libsndfile for this)
47 - Fix a way for the threading API to handle state and subscription callbacks
48 in a nice way.
49 - examine if it is possible to mimic esd's handling of half duplex cards
50 (switch to capture when a recording client connects and drop playback during
51 that time)
52 - Support for device selection in waveout driver
53 - add an API to libpulse for allocating memory from the pa_context memory pool
54 - allow buffer metric changes during runtime
55 - "include" command in configuration files. should have glob support.
56
57 Long term:
58 - pass meta info for hearing impaired
59 - X11: support for the X11 synchronization extension
60
61 Backends for:
62 - portaudio (semi-done)
63 - sdl
64 - xine (needs update)