Difference between revisions of "TTA"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Added navbox template.)
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
'''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.
+
{{infobox file format
 +
| name                  = The True Audio
 +
| icon                  = [[File:TTA-logo.png]]
 +
| extension              = {{code|.tta}}
 +
| mime                  = {{code|audio/x-tta}}
 +
| developer              = Aleksander Djuric<br/>Pavel Zhilin<br/>Tamir Barak<br/>Noam Koenigstein<br/>Kazuki Oikawa
 +
| released              =
 +
| latest_release_version = 3.4.1
 +
| latest_release_date    = {{start date and age|2007|07|26}}
 +
| format_type            = Lossless audio codec
 +
| container_for          =
 +
| contained_by          =
 +
| extended_from          =
 +
| extended_to            =
 +
| free                  = Yes
 +
| url                    = [http://tausoft.org/wiki/True_Audio_Codec_Overview tausoft.org]
 +
}}
 +
'''The True Audio''' ('''TTA''') 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==
+
The '''recommended encoder''' is [[TTA Lossless Audio Codec|tta-2.3 (2015-02-24)]].
  
* Down to 30-60% [[lossless]] audio data compression
+
==TTA compressor==
 +
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]].
 +
 
 +
===Features===
 +
* Down to 30–60% [[lossless]] audio data compression
 
* Real-time encoding/decoding algorithm
 
* Real-time encoding/decoding algorithm
 
* Fast decoding and encoding
 
* Fast decoding and encoding
Line 10: Line 31:
 
* 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 project==
 
+
==The Project==
+
 
+
 
The TTA project provides:
 
The TTA project provides:
  
Line 22: Line 40:
 
* Set of the C/C++ TTA development libraries
 
* Set of the C/C++ TTA development libraries
  
== External links ==
+
==See also==
 +
* [[Lossless_comparison|Lossless Codec Comparison]]
 +
 
 +
==External links==
 +
* [http://tausoft.org/wiki/True_Audio_Codec_Overview TTA Lossless Audio Codec - Tau Projects]
 +
* {{wikipedia|TTA (codec)}}
 +
 
 +
{{navbox audio codecs}}
  
* [http://www.true-audio.com True Audio Software Project]
+
[[Category:Audio codecs]]
* [http://tta.corecodec.org/ Project @ Corecodec.Org]
+
[[Category:Lossless audio codecs]]

Revision as of 00:14, 27 November 2019

The True Audio (TTA) 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.

The recommended encoder is tta-2.3 (2015-02-24).

TTA compressor

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.

Features

  • 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 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

See also

External links