This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9007 - MP3 encoder (codec & plugin) quality improvements
Attached to Project:
Rockbox
Opened by Toni (ahellmann) - Sunday, 18 May 2008, 12:10 GMT+1
Last edited by Thom Johansen (preglow) - Monday, 16 June 2008, 10:00 GMT+1
Opened by Toni (ahellmann) - Sunday, 18 May 2008, 12:10 GMT+1
Last edited by Thom Johansen (preglow) - Monday, 16 June 2008, 10:00 GMT+1
|
DetailsThis patch gives better quality than the current due to the following changes:
(1) bugfix in bit allocation (correct sign for '1' values) (2) increase range of mdct freq values (improves quality for single frequency peaks, dc-offset) (3) bugfix in the encoding of 'big' frequency peaks (avoid misencoding of remaining data) did not happen without (2) (4) make use of scale factors (reduces mp3 noise) (5) unifications of mp3 encoder plugin and codec (6) preserve integer scale factors for mdct calculation, small performance tweak (7) separate mdct sign and absolute values, keep performance The overall performance has slightely decreased. |
This task depends upon
Also, some adjustment of the bitrates available might be a good idea if this changes things since they were selected based on listening tests so that at least recording a single voice was quite intelligible for a particular channel count.