diff options
author | Max Kellermann <max@duempel.org> | 2009-03-02 15:46:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-02 15:46:09 +0100 |
commit | 062f37071c02f7f7e1e6f7cc977af2b81de8d98c (patch) | |
tree | eff8bf8125639e7b7dcd7611b755440206bff7bf /NEWS | |
parent | 8c0bce0b94f37e6dabda60dff0d1fc725567684f (diff) | |
download | mpd-062f37071c02f7f7e1e6f7cc977af2b81de8d98c.tar.gz mpd-062f37071c02f7f7e1e6f7cc977af2b81de8d98c.tar.xz mpd-062f37071c02f7f7e1e6f7cc977af2b81de8d98c.zip |
audio_format: allow 32 bit samples
This is the first patch in a series to enable 32 bit audio samples in
MPD. 32 bit samples are more tricky than 24 bit samples, because the
integer may overflow when you operate on a sample.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ ver 0.15 - (200?/??/??) * playlist: don't unpause on delete * daemon: ignore "user" setting if already running as that user * listen: fix broken client IP addresses in log +* 32 bit audio support ver 0.14.2 (2009/02/13) |