diff options
author | Max Kellermann <max@duempel.org> | 2012-10-02 08:19:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-10-02 08:39:39 +0200 |
commit | 9e3f843291876b2cd62196c22be1130c0031bfc0 (patch) | |
tree | 323a87b073fd7f8c52d823f6c451a4c8ab070496 /NEWS | |
parent | e166ddf46f16ca115372bc05a880e47deafc23c1 (diff) | |
download | mpd-9e3f843291876b2cd62196c22be1130c0031bfc0.tar.gz mpd-9e3f843291876b2cd62196c22be1130c0031bfc0.tar.xz mpd-9e3f843291876b2cd62196c22be1130c0031bfc0.zip |
encoder/vorbis: accept floating point input samples
Improves quality by not squeezing 32 bit samples down to 16 bit, and
then back to 32 bit floating point. Reduces CPU usage by skipping a
conversion step.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ver 0.18 (2012/??/??) - vorbis: skip 16 bit quantisation, provide float samples * encoder: - opus: new encoder plugin for the Opus codec + - vorbis: accept floating point input samples * output: - new option "tags" may be used to disable sending tags to output * improved decoder/output error reporting |