rockbox/lib/rbcodec/codecs/libtta/README.rockbox
Sean Bartell f40bfc9267 Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97
Reviewed-on: http://gerrit.rockbox.org/137
Reviewed-by: Nils Wallménius <nils@rockbox.org>
Tested-by: Nils Wallménius <nils@rockbox.org>
2012-04-25 22:13:20 +02:00

33 lines
863 B
Text

Library: True Audio
Imported by : Yoshihisa Uchida
Import date : 2010-03-05
Baseed by : TTA library version 1.2 for hardware players (ttalib-hwplayer-1.2.tgz)
from http://true-audio.com/Free_Downloads
This directory contains a decoder version of True Auido.
LICENSING INFORMATION
True Audio license is described in the README file or each source file in this directory.
Limitation
- Decoding is not real time on some targets.
- Max duration is 4095 seconds (about 1 hours 8 minutes).
IMPORT DETAILS
The .[ch] files from ttalib-hwplayer-1.2.tgz were imported into Rockbox.
But the following files do not include.
Makefile
tta.vcproj
samples/*
When source files import in Rockbox, I changed below.
all files
- TAB => 4 spaces.
- // style comments changes to /* */ style.
Moreover, I modify to optimize the decoding speed.