Mercurial > audlegacy-plugins
comparison src/tta/Readme @ 290:fbd06b4aa776 trunk
[svn] - add TrueAudio plugin
author | yaz |
---|---|
date | Wed, 22 Nov 2006 09:55:20 -0800 |
parents | |
children | d0d99b22e393 |
comparison
equal
deleted
inserted
replaced
289:a60da24269dc | 290:fbd06b4aa776 |
---|---|
1 TTA Input Plug-In for Beep Media Player | |
2 ======================================= | |
3 | |
4 Version 1.2, (c) 2004 Alexander Djourik. All rights reserved. | |
5 | |
6 * About Beep Media Player | |
7 | |
8 Beep Media Player is a media player for the X Window System that | |
9 supports Winamp skins and that has a sophisticated plugin system | |
10 that allows for easy extension of its abilities. Beep Media Player | |
11 is able to deal with all common types of media files. | |
12 | |
13 For more information please visit a Beep Media Player homepage | |
14 http://www.sosdg.org/~larne/w/BMP_Homepage | |
15 | |
16 * Introduction | |
17 | |
18 This Beep Media Player plug-in is a part of the TTA audio compressor | |
19 which performs lossless compression on multichannel 8,16,24 integer | |
20 and 32-bit IEEE floating-point data of the wav audio files. | |
21 Being "lossless" means that no data/quality is lost in the | |
22 compression - when uncompressed, the data will be identical to | |
23 the original. | |
24 | |
25 At now, mostly all of the popular lossless compressors gives a same | |
26 compression results (difference about 1-3%). TTA is a hardware- | |
27 oriented format. It means that the TTA format has a reasonable | |
28 compression level, but WAS NOT developed to show a top results in | |
29 comparisons. TTA format supports both of ID3v1/v2 tags. Detailed | |
30 format description is available at http://www.true-audio.com | |
31 | |
32 * Configuration | |
33 | |
34 1. Copy the file libtta.so out of your Beep Media Player input | |
35 plugins directory (usually ${INSTALL_PATH}/bmp/Input). | |
36 2. Start Beep Media Player. | |
37 3. Play TTA files and enjoy highest quality sound. | |
38 | |
39 * Requirements | |
40 | |
41 Nice sound card and good speakers. | |
42 | |
43 * Developers | |
44 | |
45 Alexander Djourik <sasha@iszf.irk.ru> | |
46 Pavel Zhilin <pzh@iszf.irk.ru> | |
47 | |
48 * Copying | |
49 | |
50 This library is free software; you can redistribute it and/or | |
51 modify it under the terms of the GNU Lesser General Public | |
52 License as published by the Free Software Foundation; either | |
53 version 2.1 of the License, or (at your option) any later version. | |
54 | |
55 This library is distributed in the hope that it will be useful, | |
56 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
57 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
58 Lesser General Public License for more details. | |
59 | |
60 You should have received a copy of the GNU Lesser General Public | |
61 License along with this library; if not, write to the Free Software | |
62 Foundation, Inc., 59 Temple Place, Suite 330, Boston, | |
63 MA 02111-1307 USA | |
64 | |
65 Please see the file COPYING in this directory for full copyright | |
66 information. | |
67 | |
68 * See also | |
69 | |
70 Please visit the TTA homepage at http://www.true-audio.com for the | |
71 latest in news and downloads. | |
72 |