TTA: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''TTA''' (True Audio) | '''TTA''' (True Audio) audio codec is a free, simple real-time [[lossless]] audio encoder/decoder, based on adaptive prognostic filters which has shown the similar results comparing to majority of modern analogs. | ||
==TTA Compressor== | ==TTA Compressor== | ||
* Down to 30% [[lossless]] | * Down to 30% [[lossless]] audio data compression | ||
* Real-time encoding/decoding | * Real-time encoding/decoding algorithm | ||
* | * Fast operation speed and minimal system requirements | ||
* Can be compiled and executed on several different platforms | * Can be compiled and executed on several different platforms | ||
* | * Free and open source code and documentation | ||
* | * Hardware support | ||
TTA performs [[lossless]] compression on multichannel 8,16 and 24 bit 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 [[ID3]]v1 and [[ID3]]v2 information tags. | |||
==The Project== | ==The Project== | ||
The | The TTA project provides: | ||
* | * Free and simple data format | ||
* | * Plugins for the most popular media players | ||
* TTA | * TTA DirectShow filters | ||
* Tau Producer - GUI based compressor for | * Tau Producer - GUI based compressor for Windows | ||
* Set of the C/C++ TTA development libraries | * Set of the C/C++ TTA development libraries | ||
== External links == | == External links == | ||
* [http://www.true-audio.com True Audio Software Project] | * [http://www.true-audio.com True Audio Software Project] | ||
* [http://tta.corecodec.org/ Project @ Corecodec.Org] | * [http://tta.corecodec.org/ Project @ Corecodec.Org] | ||
Revision as of 20:30, 30 March 2005
TTA (True Audio) audio codec is a free, simple real-time lossless audio encoder/decoder, based on adaptive prognostic filters which has shown the similar results comparing to majority of modern analogs.
TTA Compressor
- Down to 30% lossless audio data compression
- Real-time encoding/decoding algorithm
- Fast operation speed and minimal system requirements
- Can be compiled and executed on several different platforms
- Free and open source code and documentation
- Hardware support
TTA performs lossless compression on multichannel 8,16 and 24 bit 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 and ID3v2 information tags.
The Project
The TTA project provides:
- Free and simple data format
- Plugins for the most popular media players
- TTA DirectShow filters
- Tau Producer - GUI based compressor for Windows
- Set of the C/C++ TTA development libraries