From 467451878726a3755eb3b2b472a3b33299cb9245 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Wed, 4 Aug 2010 23:21:35 +0000 Subject: Increase wmapro decoder output sample depth to 24 bits, makes the mean error between our output and the original floating point decoder ~5e-8. (FS#11498 by Buschel) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27703 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/wmapro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/wmapro.c') diff --git a/apps/codecs/wmapro.c b/apps/codecs/wmapro.c index 30e60e5716..75bbd24cda 100644 --- a/apps/codecs/wmapro.c +++ b/apps/codecs/wmapro.c @@ -44,7 +44,7 @@ enum codec_status codec_main(void) int size; /* Size of the input frame to the decoder */ /* Generic codec initialisation */ - ci->configure(DSP_SET_SAMPLE_DEPTH, WMAPRO_FRACT); + ci->configure(DSP_SET_SAMPLE_DEPTH, WMAPRO_DSP_SAMPLE_DEPTH); next_track: -- cgit v1.2.3