This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12062 - Gapless playback does not work for several mp3 files
Attached to Project:
Rockbox
Opened by Andree Buschmann (Buschel) - Wednesday, 13 April 2011, 07:48 GMT+2
Last edited by Andree Buschmann (Buschel) - Wednesday, 13 April 2011, 07:55 GMT+2
Opened by Andree Buschmann (Buschel) - Wednesday, 13 April 2011, 07:48 GMT+2
Last edited by Andree Buschmann (Buschel) - Wednesday, 13 April 2011, 07:55 GMT+2
|
DetailsIn the forums it was reported that gapless playback does not work reliably in svn. Working files could be produced with lame 3.96, older files created with lame 3.90 do not work (see: http://forums.rockbox.org/index.php/topic,27736.0.html).
The gapless information is read during parsing the Xing header. The code had an error in this section as it did not mask the upper 4 bits during a read operation (see the patch below). Therefor gapless did only work with files which had those upper 4 bits set to 0 (= enc_delay was divisible by 16). |
This task depends upon
Closed by Andree Buschmann (Buschel)
Wednesday, 13 April 2011, 07:55 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in svn (r29708) and v3.8 branch (r29709, after 3.8.1).
Wednesday, 13 April 2011, 07:55 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in svn (r29708) and v3.8 branch (r29709, after 3.8.1).