diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:46:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | d06c93d9f9717a7f9e77533f6ce7f1f567899a8c (patch) | |
tree | d735d3593b8ef71defa3db23299448905079d123 /audio | |
parent | 256dcfa9475f3a89f9d9815d7a969daafcbcb2fc (diff) | |
download | slackbuilds-d06c93d9f9717a7f9e77533f6ce7f1f567899a8c.tar.gz |
audio/ttaenc: Fix README.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ttaenc/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/ttaenc/README b/audio/ttaenc/README index d9b9d9bf0f..f03fb22d86 100644 --- a/audio/ttaenc/README +++ b/audio/ttaenc/README @@ -1,9 +1,11 @@ ttaenc (TTA1 lossless audio encoder/decoder) -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. +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. This package can coexist with "tta", also available in SlackBuilds. |