blob: 354e66bdc51390486574cd2eebd1a9799665f1da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
*** $Id$ ***
Test:
- module-combine
- module-tunnel
Fixes:
- proper use of memcpy in procotol-esound.c so we don't get alignment problems
- latency api rework for native protocol
- add support for auth using SCM_CREDENTIALS
- use scatter/gather io for sockets
- notification on hw volume change
- mute switch support (like ALSA does it)
- module-oss-* love:
- deal with underflows propely
- improve latency measurement for mmap
- module-alsa-* love:
- volume control
- add hw driver name to sink/source description
- deal with underflows properly
- module-tunnel volume support (sink, source, notify)
Post 0.8:
- alsa mmap driver
- add radio module
- dbus/hal
- polish for starting polypaudio as root/system-wide instance
- chroot()
- add threading API
- module-tunnel: improve latency calculation
- port from howl to avahi
- multiline configuration statements
Long term:
- pass meta info for hearing impaired
- X11: support for the X11 synchronization extension
Backends for:
- portaudio (semi-done)
- sdl
- OSS (esddsp style)
|