Difference between revisions of "TAK"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Cons)
m (A few quick fixes for now)
Line 13: Line 13:
 
'''TAK''' ('''T'''om's lossless '''A'''udio '''K'''ompressor) is a lossless audio compressor which promises compression performance similar to Monkey's Audio "High" and decompression speed similar to FLAC. While the basic format is ready and safe to use, many features such as internal tagging, playback support for other players are yet to be implemented.
 
'''TAK''' ('''T'''om's lossless '''A'''udio '''K'''ompressor) is a lossless audio compressor which promises compression performance similar to Monkey's Audio "High" and decompression speed similar to FLAC. While the basic format is ready and safe to use, many features such as internal tagging, playback support for other players are yet to be implemented.
  
=Features=
+
==Features==
 
* high compression
 
* high compression
 
* fast compression and decompression speed
 
* fast compression and decompression speed
Line 22: Line 22:
 
** each frame protected by a 24-bit checksum (CRC)
 
** each frame protected by a 24-bit checksum (CRC)
  
=Pros=
+
==Pros==
 
* Fast encoding speed (TAK Turbo encodes faster than Flac -0 or wavpack -f; Tak Extra Max encodes as fast as Flac -8 or Wavpack -hx3)
 
* Fast encoding speed (TAK Turbo encodes faster than Flac -0 or wavpack -f; Tak Extra Max encodes as fast as Flac -8 or Wavpack -hx3)
 
* Fast decompression speed (on par with FLAC / WavPack)
 
* Fast decompression speed (on par with FLAC / WavPack)
Line 29: Line 29:
 
* Fast Seeking
 
* Fast Seeking
  
=Cons=
+
==Cons==
 
* Closed Source (at the moment)
 
* Closed Source (at the moment)
 
* No hardware support
 
* No hardware support
Line 42: Line 42:
 
* Winamp Plugin 0.0.3 Alpha [http://www.hydrogenaudio.org/forums/index.php?showtopic=52772 here]
 
* Winamp Plugin 0.0.3 Alpha [http://www.hydrogenaudio.org/forums/index.php?showtopic=52772 here]
  
=Recommended Settings=
+
==Recommended Settings==
 
* best compression - mode "Extra" with "Maximum" appended
 
* best compression - mode "Extra" with "Maximum" appended
 
* fastest compression - mode "Turbo"
 
* fastest compression - mode "Turbo"
 
* use [[Ape_Tags_Flags|ApeV2]] tagging (will be used as internal tagging)
 
* use [[Ape_Tags_Flags|ApeV2]] tagging (will be used as internal tagging)
  
=Future Features=
+
==Future Features==
 
* Plugins for other applications, such as Winamp or foobar2000 (a [http://www.hydrogenaudio.org/forums/index.php?showtopic=52772 Winamp plugin] is already close to completion).  
 
* Plugins for other applications, such as Winamp or foobar2000 (a [http://www.hydrogenaudio.org/forums/index.php?showtopic=52772 Winamp plugin] is already close to completion).  
 
* An SDK for other developers.  
 
* An SDK for other developers.  
Line 59: Line 59:
 
* Multi channel audio.  
 
* Multi channel audio.  
  
=Frequently asked questions=
+
==Frequently asked questions==
 
* ''to be added''
 
* ''to be added''
  
=External links=
+
==External links==
 
* [http://www.thbeck.de/Tak/Tak.html TAK: Homepage] (german)
 
* [http://www.thbeck.de/Tak/Tak.html TAK: Homepage] (german)
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=52212 TAK: release] (english)
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=52212 TAK: release] (english)

Revision as of 03:43, 18 February 2007

General aspects of the format

TAK (Tom's lossless Audio Kompressor) is a lossless audio compressor which promises compression performance similar to Monkey's Audio "High" and decompression speed similar to FLAC. While the basic format is ready and safe to use, many features such as internal tagging, playback support for other players are yet to be implemented.

Features

  • high compression
  • fast compression and decompression speed
  • Streaming support
  • Error tolerance
    • single bit error will never affect more than 250 ms
  • Error detection
    • each frame protected by a 24-bit checksum (CRC)

Pros

  • Fast encoding speed (TAK Turbo encodes faster than Flac -0 or wavpack -f; Tak Extra Max encodes as fast as Flac -8 or Wavpack -hx3)
  • Fast decompression speed (on par with FLAC / WavPack)
  • Good compression levels (on par with Monkey's Audio Extra High)
  • Error Robustness
  • Fast Seeking

Cons

  • Closed Source (at the moment)
  • No hardware support
  • Very limited software support (Only winamp plugin at the moment, SDK to be released soon)
  • Tagging is not mature at the moment (ApeV2 Tags can be added using Foosion's decoder stubble, but the decoder can't read the tags)

Hardware and software that support TAK

Hardware

  • none

Software

  • Winamp Plugin 0.0.3 Alpha here

Recommended Settings

  • best compression - mode "Extra" with "Maximum" appended
  • fastest compression - mode "Turbo"
  • use ApeV2 tagging (will be used as internal tagging)

Future Features

  • Plugins for other applications, such as Winamp or foobar2000 (a Winamp plugin is already close to completion).
  • An SDK for other developers.
  • Internal tagging.
  • Unicode support.
  • Piping support.
  • MD5 audio checksums for verification and identification.
  • A german version.
  • Embedded cue sheets.
  • Embedded cover art.
  • Multi channel audio.

Frequently asked questions

  • to be added

External links