This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8515 - SPC codec failure rusuming playback on boot
Attached to Project:
Rockbox
Opened by Alex Vanderpol (karashata) - Friday, 25 January 2008, 23:39 GMT+2
Opened by Alex Vanderpol (karashata) - Friday, 25 January 2008, 23:39 GMT+2
|
DetailsAs stated in the summary, the recent SPC codec work had caused the SPC codec to fail when resuming playback of SPC files upon booting the player. This occurs consistently and causes the track that should be played to be skipped, after which the next track plays fine and skipping back to the previous track causes no problems.
|
This task depends upon
I just found out the codec failure happens when resuming playback after stopping it whether or not playback was stopped by the player being shut off, not just when resuming on boot.
This isn't a problem with the SPC codec per se but a problem with the audio system either providing too little data at the start or providing a corrupted file signature (those are the only two failure conditions for SPC loading). The switch back to mutexes in the ATA drivers seems to have revealed more playback race conditions.
Either way whatever it is exactly that's causing it to happen now, it wasn't an issue before the recent work done to the SPC-related stuff. It's not a huge problem but it is a slight inconvenience to listen to a set of SPCs and have to skip back to the track I stopped listening on when I turned off my player.