diff options
author | Simon Hosie <simonhosie77+mpd@gmail.com> | 2012-09-25 21:08:32 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 21:27:50 +0200 |
commit | 5e9ccdec639a7b3e6b3e25c1fcac5270f8c5005c (patch) | |
tree | b5c8df7f5071cbf95e42bc284c64ac8c977bcc75 /NEWS | |
parent | 071aca60be8ddeff508d9331bd78e6aa87d9fc52 (diff) | |
download | mpd-5e9ccdec639a7b3e6b3e25c1fcac5270f8c5005c.tar.gz mpd-5e9ccdec639a7b3e6b3e25c1fcac5270f8c5005c.tar.xz mpd-5e9ccdec639a7b3e6b3e25c1fcac5270f8c5005c.zip |
decoder/vorbis: skip 16 bit quantisation, provide float samples
Internally the vorbis (non-Tremor) decoder is working in floating
point, and it's not really necessary to cut the output back to 16-bit
if the soundcard or OS supports higher resolution.
The decoder can be trivially modified to bypass its internal
quantisation and produce floating-point output, and a separate
quantisation can be used as appropriate to the platform.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.18 (2012/??/??) * decoder: - opus: new decoder plugin for the Opus codec + - vorbis: skip 16 bit quantisation, provide float samples * improved decoder/output error reporting ver 0.17.2 (2012/??/??) |