Difference between revisions of "TTA"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
m (Added navbox template.)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Codec Infobox
+
{{infobox file format
| name = The True Audio
+
| name                   = The True Audio
| logo = [[Image:TTA-logo.png|Official TTA logo]]
+
| icon                  = [[File:TTA-logo.png]]
| type = lossless
+
| extension              = {{code|.tta}}
| purpose = The True Audio (TTA) codec
+
| mime                  = {{code|audio/x-tta}}
| maintainer = Aleksander Djuric / Pavel Zhilin / Tamir Barak / Noam Koenigstein / Kazuki Oikawa
+
| developer              = Aleksander Djuric<br/>Pavel Zhilin<br/>Tamir Barak<br/>Noam Koenigstein<br/>Kazuki Oikawa
| recommended_encoder = TTA Lossless Audio Codec
+
| released              =  
| recommended_text = tta-2.3 (24 February 2015)
+
| latest_release_version = 3.4.1
| website = http://tausoft.org/wiki/True_Audio_Codec_Overview
+
| 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''' (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.
+
The '''recommended encoder''' is [[TTA Lossless Audio Codec|tta-2.3 (2015-02-24)]].
  
==TTA Compressor==
+
==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]].
  
* Down to 30-60% [[lossless]] audio data compression
+
===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 21: 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 and also [[APEv2]].
+
==TTA project==
 
+
==The Project==
+
 
+
 
The TTA project provides:
 
The TTA project provides:
  
Line 33: Line 40:
 
* Set of the C/C++ TTA development libraries
 
* Set of the C/C++ TTA development libraries
  
==Addtional Reading==
+
==See also==
* [http://www.true-audio.com True Audio Software Project]
+
 
* [[Lossless_comparison|Lossless Codec Comparison]]  
 
* [[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}}
  
[[Category:Codecs]]
+
[[Category:Audio codecs]]
[[Category:Lossless]]
+
[[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