summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libtta/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libtta/README')
-rw-r--r--lib/rbcodec/codecs/libtta/README72
1 files changed, 72 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libtta/README b/lib/rbcodec/codecs/libtta/README
new file mode 100644
index 0000000000..8b1a1b23c0
--- /dev/null
+++ b/lib/rbcodec/codecs/libtta/README
@@ -0,0 +1,72 @@
1TTA Hardware Players Library
2============================
3
4Version 1.2, (c) 2004 Alexander Djourik. All rights reserved.
5
6* Introduction
7
8This library provides to decode a multichannel 8,16 and 24
9bits 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.
12The compression ratios of TTA depend on the type of music file
13being compressed, but the compression size will generally range
14between 30% - 70% of the original.
15
16TTA format supports both of ID3v1/v2 tags. Detailed format
17description is available at http://www.true-audio.com.
18
19The decoder process has a minimal system requirements and does
20not required to create a big additional memory pools. As the
21TTA algorithms has a same system requirements both for decoding
22and for encoding processes - the TTA recorder can be easily
23realized also.
24
25* Changes
26
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
32
33* To Do
34
35 - TTA recorder functions.
36
37* Developers
38
39 Alexander Djourik <ald@true-audio.com>
40 Pavel Zhilin <pzh@true-audio.com>
41
42* Copying
43
44Redistribution and use in source and binary forms, with or without
45modification, are permitted provided that the following conditions
46are met:
47
481. Redistributions of source code must retain the above copyright
49 notice, this list of conditions and the following disclaimer.
502. 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.
533. 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.
56
57THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
58"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
59LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
60A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
61OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
62SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
63LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
64DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
65THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
66(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
67OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
68
69* See also
70
71Please visit the TTA homepage at http://tta.sourceforge.net for the
72latest in news and downloads.