]> code.delx.au - pulseaudio/blob - todo
categorize todo file
[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 - Document utf8.h, timeval.h and util.h
15 - gettextify polypaudio
16
17 Cleanups:
18 - drop dependency of libpolyp on libX11, instead use an external mini binary
19 - merge module-oss-mmap into module-oss
20 - module-tunnel: improve latency calculation
21 - use software volume when hardware doesn't support all channels (alsa done)
22 - silence generation should be moved into the core to avoid races and code
23 duplication in the backends
24 - make sure that everyone knows how to deal with sinks without a monitor source
25
26 Auth/Crypto:
27 - ssl
28 - key rings for auth
29 - challenge response auth
30 - sasl auth
31
32 Features:
33 - alsa mmap driver
34 - alsa driver with hw mixing
35 - allow passing data with shared memory between local clients and the server
36 - hooks for creating sink inputs/window manager for sound
37 - chroot()
38 - use scatter/gather io for sockets
39 - CODECs to reduce bandwidth usage (plug-in based)
40 - multiline configuration statements
41 - paplay needs to set a channel map. our default is only correct for AIFF.
42 (we need help from libsndfile for this)
43 - Fix a way for the threading API to handle state and subscription callbacks
44 in a nice way.
45 - examine if it is possible to mimic esd's handling of half duplex cards
46 (switch to capture when a recording client connects and drop playback during
47 that time)
48
49 Long term:
50 - pass meta info for hearing impaired
51 - X11: support for the X11 synchronization extension
52
53 Backends for:
54 - portaudio (semi-done)
55 - sdl
56 - xine (needs update)