add True Audio (TTA) codec
[kugel-rb.git] / apps / codecs / libtta / README
blob8b1a1b23c07018b29461a94ce5e1676684231326
1 TTA Hardware Players Library
2 ============================
4 Version 1.2, (c) 2004 Alexander Djourik. All rights reserved.
6 * Introduction
8 This library provides to decode a multichannel 8,16 and 24
9 bits TTA audio files. TTA is a lossless audio format. Being
10 "lossless" means that no data/quality is lost in the compression
11 - when uncompressed, the data will be identical to the original.
12 The compression ratios of TTA depend on the type of music file
13 being compressed, but the compression size will generally range
14 between 30% - 70% of the original.
16 TTA format supports both of ID3v1/v2 tags. Detailed format
17 description is available at http://www.true-audio.com.
19 The decoder process has a minimal system requirements and does
20 not required to create a big additional memory pools. As the
21 TTA algorithms has a same system requirements both for decoding
22 and for encoding processes - the TTA recorder can be easily
23 realized also.
25 * Changes
27   14/04/2004 1.0 Initial release
28   16/04/2004 1.1 Code optimization
29                  Code clean-up
30   29/10/2004 1.2 ID3 tags support
31                  Code clean-up
33 * To Do
35   - TTA recorder functions.
37 * Developers
39   Alexander Djourik <ald@true-audio.com>
40   Pavel Zhilin <pzh@true-audio.com>
42 * Copying
44 Redistribution and use in source and binary forms, with or without
45 modification, are permitted provided that the following conditions
46 are met:
48 1. Redistributions of source code must retain the above copyright
49    notice, this list of conditions and the following disclaimer.
50 2. Redistributions in binary form must reproduce the above copyright
51    notice, this list of conditions and the following disclaimer in the
52    documentation and/or other materials provided with the distribution.
53 3. Neither the name of the True Audio Software nor the names of its
54    contributors may be used to endorse or promote products derived
55    from this software without specific prior written permission.
57 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
58 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
59 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
60 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
61 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
62 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
63 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
64 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
65 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
66 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
67 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
69 * See also
71 Please visit the TTA homepage at http://tta.sourceforge.net for the
72 latest in news and downloads.