diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:01:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:03 +0700 |
commit | 9a2ca72ef4d47f9ce278b4cf6447ac660b2aae82 (patch) | |
tree | 891769c2b0d5094238c34f283d18966d917caa8a /audio | |
parent | 47f20841e2972d7badd9dce43e1e2e8a54ebbacd (diff) |
audio/tta: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tta/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/tta/README b/audio/tta/README index cf29c9b9029e..d47f204917e8 100644 --- a/audio/tta/README +++ b/audio/tta/README @@ -1,9 +1,9 @@ tta (TTA lossless audio codec) -TTA is a lossless compressor for multichannel 8,16 and 24 bits audio data -with the ability of password data protection. -Being 'lossless' means that no data/quality is lost in the compression. -When when uncompressed, the data will be identical to the original. +TTA is a lossless compressor for multichannel 8,16 and 24 bits audio +data with the ability of password data protection. Being 'lossless' +means that no data/quality is lost in the compression. When when +uncompressed, the data will be identical to the original. This package contains a full-futured codec library for realtime encoding and decoding of True Audio (TTA) files. |