This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11719 - 48Khz FLAC and ALAC playing slow
Attached to Project:
Rockbox
Opened by Thomas Brunoli (tominated) - Thursday, 04 November 2010, 05:12 GMT+2
Last edited by Andree Buschmann (Buschel) - Thursday, 03 February 2011, 10:28 GMT+2
Opened by Thomas Brunoli (tominated) - Thursday, 04 November 2010, 05:12 GMT+2
Last edited by Andree Buschmann (Buschel) - Thursday, 03 February 2011, 10:28 GMT+2
|
DetailsWhen playing any lossless track that has a 48Khz sampling rate, rockbox incorrectly shows the song time longer than it actually is, and plays it slowly. E.G. Hurt by Nine Inch Nails is shown to be and plays for 6 minutes and 50 seconds, but it is actually 6 minutes 17 seconds
|
This task depends upon
Closed by Andree Buschmann (Buschel)
Thursday, 03 February 2011, 10:28 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed with r29201.
Thursday, 03 February 2011, 10:28 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed with r29201.
EDIT: i hexedited a flac file so it was played back as 48kHz and that worked fine, playtime was appropriately shortened.
edit: a more recent version of ffmpeg decodes the file just fine but uses the 44.1kHz sample rate just as rockbox does. So i don't think this is a bug in rockbox, does the file play at its intended sample rate in any player?
Edit: With the attached patch this file plays correct with the correct sampling rate. Does this also work for other alac files?
Bad news: For now I see no other solution than to parse until we find this "alac" atom.
I am not satisfied with this solution and will further investigate.