2006-08-12 16:40:59 +00:00
|
|
|
Build System:
|
2006-06-01 13:49:17 +00:00
|
|
|
- Use own name mangling scheme instead of ltdl's, which will eliminate the
|
|
|
|
|
need for .la files or extra trickery.
|
2006-08-12 16:40:59 +00:00
|
|
|
|
|
|
|
|
Porting:
|
|
|
|
|
- rtp module ported to Win32 (sendmsg/recvmsg emulation)
|
|
|
|
|
|
|
|
|
|
I18N:
|
2006-05-17 11:23:07 +00:00
|
|
|
- iconv stuff sent from utils to server (UTF-8)
|
2006-05-26 12:24:37 +00:00
|
|
|
- iconv sample loading in server
|
2007-10-28 19:13:50 +00:00
|
|
|
- gettextify pulseaudio
|
2006-08-12 16:40:59 +00:00
|
|
|
|
|
|
|
|
Cleanups:
|
2008-06-13 21:59:21 +00:00
|
|
|
- drop dependency of libpulse on libX11, instead use an external mini binary
|
2011-06-23 22:21:04 +02:00
|
|
|
|
|
|
|
|
Network:
|
2006-08-12 16:40:59 +00:00
|
|
|
- module-tunnel: improve latency calculation
|
2011-06-23 22:21:04 +02:00
|
|
|
- module-tunnel: more reliable audio streaming over wifi
|
|
|
|
|
- Compressed network streams for tunnels/rtp streams. (Might be a good GSoC project)
|
|
|
|
|
This builds on passthrough support. A good candidate codec would be CELT.
|
2006-08-19 17:34:08 +00:00
|
|
|
|
|
|
|
|
Test:
|
|
|
|
|
- autoload
|
2006-08-12 16:40:59 +00:00
|
|
|
|
|
|
|
|
Auth/Crypto:
|
2006-07-19 21:48:35 +00:00
|
|
|
- ssl
|
|
|
|
|
- key rings for auth
|
|
|
|
|
- challenge response auth
|
|
|
|
|
- sasl auth
|
2006-08-12 16:40:59 +00:00
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
- use scatter/gather io for sockets
|
|
|
|
|
- examine if it is possible to mimic esd's handling of half duplex cards
|
|
|
|
|
(switch to capture when a recording client connects and drop playback during
|
|
|
|
|
that time)
|
2006-08-19 18:28:04 +00:00
|
|
|
- add an API to libpulse for allocating memory from the pa_context memory pool
|
2011-06-23 22:21:04 +02:00
|
|
|
- configuration file syntax:
|
|
|
|
|
- multiline configuration statements
|
|
|
|
|
- recursive .if
|
2006-07-13 23:10:48 +00:00
|
|
|
|
2004-12-12 22:58:53 +00:00
|
|
|
Long term:
|
|
|
|
|
- pass meta info for hearing impaired
|
|
|
|
|
- X11: support for the X11 synchronization extension
|
2004-07-17 15:22:12 +00:00
|
|
|
|
2004-12-12 22:58:53 +00:00
|
|
|
Backends for:
|
2004-09-26 17:02:26 +00:00
|
|
|
- portaudio (semi-done)
|