2004-07-16 20:02:44 +00:00
|
|
|
*** $Id$ ***
|
|
|
|
|
|
2006-02-22 00:06:16 +00:00
|
|
|
Post 0.8:
|
|
|
|
|
- alsa mmap driver
|
|
|
|
|
- dbus/hal
|
|
|
|
|
- polish for starting polypaudio as root/system-wide instance
|
|
|
|
|
- chroot()
|
|
|
|
|
- add threading API
|
|
|
|
|
- module-tunnel: improve latency calculation
|
2006-02-22 18:43:26 +00:00
|
|
|
- port from howl to avahi
|
2006-02-24 01:07:55 +00:00
|
|
|
- multiline configuration statements
|
2006-02-24 17:27:55 +00:00
|
|
|
- use scatter/gather io for sockets
|
2006-03-17 08:16:23 +00:00
|
|
|
- add a synchronous API (base it on xmms-polyp)
|
2006-04-18 13:37:34 +00:00
|
|
|
- rtp module ported to Win32 (sendmsg/recvmsg emulation)
|
2006-04-20 07:44:47 +00:00
|
|
|
- CODECs to reduce bandwidth usage (plug-in based)
|
|
|
|
|
- Remove symdef files and use macros (like most other projects)
|
2006-04-25 07:55:14 +00:00
|
|
|
- use software volume when hardware doesn't support all channels (alsa done)
|
|
|
|
|
- double check channel maps for backends, including that mixer and pcm match
|
2006-04-26 09:38:33 +00:00
|
|
|
- paplay needs to set a channel map. our default is only correct for AIFF.
|
2006-04-27 05:26:29 +00:00
|
|
|
(we need help from libsndfile for this)
|
2006-05-03 08:56:03 +00:00
|
|
|
- silence generation should be moved into the core to avoid races and code
|
|
|
|
|
duplication in the backends
|
|
|
|
|
- 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-05-09 15:15:41 +00:00
|
|
|
- fix channel maps in all external backends. Take care when doing volume
|
|
|
|
|
changes if you're modifying a sink/source since those might have a different
|
|
|
|
|
map.
|
2006-05-14 16:19:39 +00:00
|
|
|
- in avahi-simple: sleep until latency data is available again if NODATA has happened
|
2004-06-15 00:29:01 +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)
|
2004-09-10 22:35:12 +00:00
|
|
|
- sdl
|
|
|
|
|
- OSS (esddsp style)
|
2006-03-17 08:16:23 +00:00
|
|
|
- gstreamer (needs to be updated)
|