From de39adccc3efa6c1b21a8cfe51aa8b6d79973c23 Mon Sep 17 00:00:00 2001 From: uchida Date: Fri, 14 May 2010 11:24:36 +0000 Subject: [PATCH] updates the README document. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26017 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtta/README.rockbox | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/codecs/libtta/README.rockbox b/apps/codecs/libtta/README.rockbox index d605986d4..549aa4e09 100644 --- a/apps/codecs/libtta/README.rockbox +++ b/apps/codecs/libtta/README.rockbox @@ -8,13 +8,12 @@ This directory contains a decoder version of True Auido. LICENSING INFORMATION -True Audio license is described in the README file or each source file (excepts filter_arm.S) -in this directory. +True Audio license is described in the README file or each source file in this directory. Limitation -In some players, the decoding speed is not enough ( < 110%). -(For example, H180: decoding speed < 60%) + - Decoding is not real time on some targets. + - Max duration is 4095 seconds (about 1 hours 8 minutes). IMPORT DETAILS -- 2.11.4.GIT