Difference between revisions of "TTA"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Addtional Reading: Removed Dead Url Link.)
Line 1: Line 1:
 +
{{Codec Infobox
 +
| name = The True Audio
 +
| logo = [[Image:TTA-logo.png|Official TTA logo]]
 +
| type = lossless
 +
| purpose = The True Audio (TTA) codec
 +
| maintainer = Aleksander Djuric / Pavel Zhilin / Tamir Barak / Noam Koenigstein / Kazuki Oikawa
 +
| recommended_encoder = The True Audio encoder
 +
| recommended_text = tta-2.3 (24 February 2015)
 +
| website = http://tausoft.org/wiki/True_Audio_Codec_Overview
 +
}}
 +
 
'''TTA''' (True Audio) audio codec is a free, simple real-time [[lossless]] audio encoder/decoder, based on adaptive prognostic filters which has shown satisfactory results comparing to majority of modern analogs.
 
'''TTA''' (True Audio) audio codec is a free, simple real-time [[lossless]] audio encoder/decoder, based on adaptive prognostic filters which has shown satisfactory results comparing to majority of modern analogs.
  
Line 10: Line 21:
 
* Hardware support
 
* 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 [[ID3]]v1 and [[ID3]]v2 information tags.
+
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 [[ID3]]v1 and [[ID3]]v2 information tags and also [[APEv2]].
  
 
==The Project==
 
==The Project==

Revision as of 12:33, 4 August 2016

TTA (True Audio) audio codec is a free, simple real-time lossless audio encoder/decoder, based on adaptive prognostic filters which has shown satisfactory results comparing to majority of modern analogs.

TTA Compressor

  • Down to 30-60% lossless audio data compression
  • Real-time encoding/decoding algorithm
  • Fast decoding and encoding
  • Multiplatform
  • 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 ID3v1 and ID3v2 information tags and also APEv2.

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

Addtional Reading