You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jay Moore 4f9f30b2ef MP+ 14 hours ago
..
CMakeFiles MP+ 14 hours ago
AUTHORS MP+ 14 hours ago
CMakeLists.txt MP+ 14 hours ago
COPYING MP+ 14 hours ago
ChangeLog MP+ 14 hours ago
Makefile MP+ 14 hours ago
Makefile.am MP+ 14 hours ago
README MP+ 14 hours ago
cmake_install.cmake MP+ 14 hours ago
decoder.h MP+ 14 hours ago
huffman.c MP+ 14 hours ago
huffman.h MP+ 14 hours ago
internal.h MP+ 14 hours ago
libmpcdec.so MP+ 14 hours ago
mpc_bits_reader.c MP+ 14 hours ago
mpc_bits_reader.h MP+ 14 hours ago
mpc_decoder.c MP+ 14 hours ago
mpc_demux.c MP+ 14 hours ago
mpc_reader.c MP+ 14 hours ago
mpcdec_math.h MP+ 14 hours ago
requant.c MP+ 14 hours ago
requant.h MP+ 14 hours ago
streaminfo.c MP+ 14 hours ago
synth_filter.c MP+ 14 hours ago

README

Musepack Decoder Library:

run "./configure [--prefix=/usr]; make"

To create a sample app using the musepack decoder library
Check ../mpcdec/mpcdec.c and ../include/mpc/mpcdec.h for more details.