From 5e9ccdec639a7b3e6b3e25c1fcac5270f8c5005c Mon Sep 17 00:00:00 2001 From: Simon Hosie Date: Tue, 25 Sep 2012 21:08:32 +0200 Subject: 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ecec4fb7..d0dd3f34 100644 --- a/NEWS +++ b/NEWS @@ -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/??/??) -- cgit v1.2.3