diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-09-14 07:19:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-16 12:23:22 +0700 |
commit | ba634ad76f5b041756801cb4a72e79a75fc77979 (patch) | |
tree | ad9fe5cb35fd159ee3872007f14b97716e762638 /audio/ttaenc/README | |
parent | 7e7e7d37a884e3cafdf38a5c4f1e4fcecf79cb64 (diff) | |
download | slackbuilds-ba634ad76f5b041756801cb4a72e79a75fc77979.tar.gz |
audio/ttaenc: Updated for version 3.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ttaenc/README')
-rw-r--r-- | audio/ttaenc/README | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/audio/ttaenc/README b/audio/ttaenc/README index a41df46803..d9b9d9bf0f 100644 --- a/audio/ttaenc/README +++ b/audio/ttaenc/README @@ -1,19 +1,9 @@ ttaenc (TTA1 lossless audio encoder/decoder) -ttaenc is TrueAudio lossless compressor for multichannel 8,16 and 24 bits audio data. -This package contains a full-futured codec library for realtime encoding and decoding of True Audio (TTA) files. +TTA performs lossless compression on multichannel 8,16 and 24 bits data of the Wav audio files. +Being "lossless" means that no data-quality is lost in the compression - when uncompressed, +the data will be identical to the original. The compression ratios of TTA depend on the type of +music file being compressed, but the compression size will generally range between 30% - 70% of +the original. TTA format supports both of ID3v1/v2 and APEv2 tags. -True Audio compresses up to 30% of the original, broadly similar to FLAC and APE. -It features a real-time encoding and decoding algorithm and hardware compression support. -As with most other lossless codecs, plugins are available for most media players. - -TTA performs lossless compression on multichannel 8, 16 and 24 bit data of uncompressed wav input files. -The term "lossless" refers to the fact that such compression results in no data or quality loss; -when decompressed, the audio file data are bit-identical to those of their originals. -Compression ratios achieved by the TTA codec vary, depending on music type, but range from 30% to 70% of the original. -The TTA lossless compressed audio format supports both ID3v1/ID3v2 information tags and APEv2. - -The TTA lossless audio codec allows for the storage of up to 20 audio CDs worth of music on a single DVD-R, -retaining the original CD quality audio, plus detailed information in the ID3 tag format. - -All TTA source code and binaries are freely available and distributed under GPL Open Source licenses. +This package can coexist with "tta", also available in SlackBuilds. |