diff options
author | Max Kellermann <max@duempel.org> | 2009-11-19 21:00:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-19 21:00:50 +0100 |
commit | 135842803156ab3d983babb61d22905a43977be3 (patch) | |
tree | 4087984407caa2361118950238fa8672dce94aa1 /NEWS | |
parent | 5a480137d2c724c8a3359c66a9120e310ea19cd1 (diff) | |
download | mpd-135842803156ab3d983babb61d22905a43977be3.tar.gz mpd-135842803156ab3d983babb61d22905a43977be3.tar.xz mpd-135842803156ab3d983babb61d22905a43977be3.zip |
pcm_volume: implemented 32 bit support
Support 32 bit samples with software mixer.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ ver 0.16 (20??/??/??) * database: eliminated maximum line length * log: redirect stdout/stderr to /dev/null if syslog is used * set the close-on-exec flag on all file descriptors +* pcm_volume: implemented 32 bit support * obey $(sysconfdir) for default mpd.conf location * build with large file support by default * require GLib 2.12 |