diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-09-14 07:24:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-16 12:23:22 +0700 |
commit | 63b73283c327a12967ee27ad55e8e0f7a6b61e60 (patch) | |
tree | a65112ed8f997bbf978bbe7d652d35644732b38e /audio/tta/README | |
parent | ba634ad76f5b041756801cb4a72e79a75fc77979 (diff) | |
download | slackbuilds-63b73283c327a12967ee27ad55e8e0f7a6b61e60.tar.gz |
audio/tta: Added (TTA lossless audio codec).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/tta/README')
-rw-r--r-- | audio/tta/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/tta/README b/audio/tta/README new file mode 100644 index 0000000000..cf29c9b902 --- /dev/null +++ b/audio/tta/README @@ -0,0 +1,21 @@ +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. + +This package contains a full-futured codec library for realtime encoding +and decoding of True Audio (TTA) files. + +Features: + + * Down to 30-60% lossless audio data compression + * Fast decoding and encoding + * Password data protection + * Multiplatform + * Open source code and documentation + * Hardware support + * Real time data encryption + +This package can coexist with "ttaenc", also available in SlackBuilds. |