diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-01-31 06:41:29 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-01-31 06:41:29 +0000 |
commit | 22b6f39067ef7429b250be5b67e8b73d8faf81e3 (patch) | |
tree | 4b49254bcdfa3636af7c5b266c152b7f8da65c05 /audio/tta/pkg-descr | |
parent | 9f048ea0b51b188f2568b9a2804890bf4b5a0a0e (diff) | |
download | ports-22b6f39067ef7429b250be5b67e8b73d8faf81e3.tar.gz ports-22b6f39067ef7429b250be5b67e8b73d8faf81e3.zip |
Notes
Diffstat (limited to 'audio/tta/pkg-descr')
-rw-r--r-- | audio/tta/pkg-descr | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/audio/tta/pkg-descr b/audio/tta/pkg-descr index 12506a6a8238..ac26051a1b3a 100644 --- a/audio/tta/pkg-descr +++ b/audio/tta/pkg-descr @@ -1,9 +1,8 @@ -TTA is a simple lossless audio compressor. - -TTA performs lossless compression on multichannel 8, 16, 24 bit integer -and 32 bit IEEE floating-point data of the Wav audio files. - -The compression size will generally range between 30-70% of the original. -TTA format supports both of ID3v1 and ID3v2 information tags. +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, all the data will be identical to the +original. The compression ratios of TTA depend on the type of music files +being compressed, but the compression size will generally range between 30% +and 70% of the original. TTA format supports both of ID3v1/2 and APEv2 tags. WWW: http://www.true-audio.com/ |