rockbox/apps/codecs/libmusepack
Dave Chapman f02cba8096 Code cleaning - remove some unnecessary defined(SIMULATOR) checks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13369 a1c6a512-1295-4272-9138-f99709370657
2007-05-10 13:16:08 +00:00
..
AUTHORS
ChangeLog
config-mpc.h
config_types.h
COPYING
decoder.h Put Musepack output data array back in IRAM for faster DSP processing. Patch by Andrew Cupper. 2006-09-01 12:09:20 +00:00
huffman.h
huffsv7.c
huffsv46.c
idtag.c
internal.h
mainpage.h
Makefile Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :)) 2006-10-30 18:14:12 +00:00
math.h Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
mpc_decoder.c Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
musepack.h Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
reader.h
README
README.rockbox
requant.c
requant.h
SOURCES
streaminfo.c Support for Musepack SV4-6 stream files. Patch by Andrew Cupper. 2006-09-01 12:05:04 +00:00
streaminfo.h
synth_filter.c Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00

Musepack Decoder Library 1.1:

run "./configure; make"

To create a sample app using the musepack decoder library in src/
Check src/sample.cpp for more details.