From 9e3f843291876b2cd62196c22be1130c0031bfc0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 2 Oct 2012 08:19:45 +0200 Subject: 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8db1acb2..968b6be6 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3