This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10690 - Add 24-bit support to ALAC decoder
Attached to Project:
Rockbox
Opened by Tom Ross (midgey34) - Monday, 19 October 2009, 08:46 GMT+2
Last edited by Tom Ross (midgey34) - Wednesday, 03 February 2010, 01:46 GMT+2
Opened by Tom Ross (midgey34) - Monday, 19 October 2009, 08:46 GMT+2
Last edited by Tom Ross (midgey34) - Wednesday, 03 February 2010, 01:46 GMT+2
|
DetailsI've merged in the changes from 0.2.0 of the ALAC decoder upstream into our implementation. Enables 24-bit ALAC files to playback. Seems to work on all of my samples. I did my best to mimic the current style of the code.
I'd like to make sure this doesn't overflow IRAM on any target (I can only build for ARM at the moment...). I'm also a bit unsure about the parts where uncompressed bytes are copied into our output buffer. Should that data be shifted? |
This task depends upon
Still not sure about the part where it copies uncompressed bytes into the output buffer.