diff options
author | danfe <danfe@FreeBSD.org> | 2012-01-31 14:41:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-01-31 14:41:29 +0800 |
commit | f913bc204c054f79148b5f0c8da36238ec9fc7b3 (patch) | |
tree | 8f013dcdff0cee8c1dc685cca2248f3dbc53e712 /audio | |
parent | fdac091212f7e621cf58b432cead57207e54e27b (diff) | |
download | freebsd-ports-gnome-f913bc204c054f79148b5f0c8da36238ec9fc7b3.tar.gz freebsd-ports-gnome-f913bc204c054f79148b5f0c8da36238ec9fc7b3.tar.zst freebsd-ports-gnome-f913bc204c054f79148b5f0c8da36238ec9fc7b3.zip |
Cleanup and improve description text.
Diffstat (limited to 'audio')
-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/ |