From b3d9578c27160280dc01350f6e7b87d0be53d70f Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 7 Mar 2010 19:34:44 +0000 Subject: Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25056 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/README | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 apps/codecs/libmusepack/README (limited to 'apps/codecs/libmusepack/README') diff --git a/apps/codecs/libmusepack/README b/apps/codecs/libmusepack/README deleted file mode 100644 index 5bc42b7..0000000 --- a/apps/codecs/libmusepack/README +++ /dev/null @@ -1,6 +0,0 @@ -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. -- cgit v1.1