1
0
Fork 0
forked from len0rd/rockbox

Optimization of WavPack decoding in ARM assembler (for iPods). This allows WavPack files encoded in "high" mode to

play without skipping, although it's still rather marginal (i.e. can't play with other DSP effects enabled). For now
this will not work with 24-bit files either, although that is coming along.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8814 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Bryant 2006-02-23 20:53:59 +00:00
parent eeec278d21
commit f0d1c96ee4
3 changed files with 482 additions and 1 deletions

View file

@ -8,4 +8,7 @@ wputils.c
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
coldfire.S
#endif
#if defined(CPU_ARM) && !defined(SIMULATOR)
arm.S
#endif