summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-08-05 06:37:53 +0000
committerMohamed Tarek <mt@rockbox.org>2010-08-05 06:37:53 +0000
commit430eb651a2c39df6e5af99f4cdb14498fde59363 (patch)
treeefb4b34684865798bb74ed0f4654182e813e83ae /apps/codecs/libwmapro
parent0b2174098d03fe6ffa0cc51817ef1c688e2556c9 (diff)
downloadrockbox-430eb651a2c39df6e5af99f4cdb14498fde59363.zip
rockbox-430eb651a2c39df6e5af99f4cdb14498fde59363.tar.gz
rockbox-430eb651a2c39df6e5af99f4cdb14498fde59363.tar.bz2
rockbox-430eb651a2c39df6e5af99f4cdb14498fde59363.tar.xz
update wmapro's README.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27710 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmapro')
-rw-r--r--apps/codecs/libwmapro/README.rockbox11
1 files changed, 4 insertions, 7 deletions
diff --git a/apps/codecs/libwmapro/README.rockbox b/apps/codecs/libwmapro/README.rockbox
index 1e195b1..5d15bdd 100644
--- a/apps/codecs/libwmapro/README.rockbox
+++ b/apps/codecs/libwmapro/README.rockbox
@@ -14,10 +14,7 @@ IMPORT DETAILS
Based on ffmpeg svn r22886 dated 15 April 2010.
-The decoder now (17 July 2010) uses fixed point arithmetic everywhere. It still
-doesn't work on 3 targets, namely clip, c200v2 and m200v4 due to their small
-codec buffer compared to wma pro's needs.
-
-A comparison against ffmpeg floating point decoder gives :
-0.2~0.3% max relative error
-0.005~0.01% average relative error
+The decoder is a heavily modified version of the original ffmpeg floating point
+implementation. It's been modified to use fixed point arithmetic and now plays
+and seeks on all the targets that Rockbox supports. Currently only supports mono
+and stereo streams, streams with more than 2 channels are not yet supported.