Difference between revisions of "TAK"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Software: TAK decoder plugin for foobar2000)
(version update)
Line 7: Line 7:
 
| maintainer = Thomas Becker  
 
| maintainer = Thomas Becker  
 
| recommended_encoder = TAK encoder
 
| recommended_encoder = TAK encoder
| recommended_text = TAK v1.0
+
| recommended_text = TAK v1.0.1
 
| website = [http://www.thbeck.de/Tak/Tak.html Homepage] (german)
 
| website = [http://www.thbeck.de/Tak/Tak.html Homepage] (german)
 
}}
 
}}
Line 43: Line 43:
  
 
==Software==
 
==Software==
* TAK SDK 1.0.1 - Software Development Kit for TAK [http://www.hydrogenaudio.org/forums/index.php?showtopic=54058 here]
+
* TAK SDK 1.0.2 - Software Development Kit for TAK [http://www.hydrogenaudio.org/forums/index.php?showtopic=54159 here]
* Winamp Plugin 1.0.1 [http://www.hydrogenaudio.org/forums/index.php?showtopic=54038 here]
+
* Winamp Plugin 1.0.2 [http://www.hydrogenaudio.org/forums/index.php?showtopic=54159 here]
 
* foo_input_tak, TAK decoder for Foobar2000 [http://www.hydrogenaudio.org/forums/index.php?showtopic=54087 here]
 
* foo_input_tak, TAK decoder for Foobar2000 [http://www.hydrogenaudio.org/forums/index.php?showtopic=54087 here]
  
Line 55: Line 55:
  
 
=Future Features=
 
=Future Features=
* Plugins for other applications like foobar2000.
 
 
* Internal tagging.  
 
* Internal tagging.  
 
* Unicode support.  
 
* Unicode support.  
Line 70: Line 69:
 
=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=53291 TAK: Release Announcement / Discussion Thread on HA] (english)
+
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=54160 TAK: Release Announcement / Discussion Thread on HA] (english)
* [http://www.rarewares.org/lossless.html TAK: Download]
+
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=54159 TAK: Download]
 
* [http://synthetic-soul.co.uk/comparison/lossless/ Comparison with Other Codecs (by Synthetic Soul)]
 
* [http://synthetic-soul.co.uk/comparison/lossless/ Comparison with Other Codecs (by Synthetic Soul)]
 
* [http://flac.sourceforge.net/comparison.html An Updated Comparison (from FLAC Homepage)]
 
* [http://flac.sourceforge.net/comparison.html An Updated Comparison (from FLAC Homepage)]

Revision as of 12:22, 16 April 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 "Extra" encodes as fast as Flac -8 while providing better compression
    • Tak "Turbo" encodes several times faster than FLAC -8 while providing better compression
  • Fast decompression speed (on par with FLAC / WavPack)
  • Good compression levels (on par with Monkey's Audio High)
  • Error Robustness
  • Fast Seeking

Cons

  • Closed Source (at the moment)
  • No hardware support
  • Very limited software support (Only Winamp & Foobar2000 plugins at the moment)
  • Tagging is not mature at the moment (ApeV2 Tags can be added using Foosion's decoder stubble)

Hardware and software that support TAK

Hardware

  • none

Software

  • TAK SDK 1.0.2 - Software Development Kit for TAK here
  • Winamp Plugin 1.0.2 here
  • foo_input_tak, TAK decoder for Foobar2000 here

Recommended Settings

  • Best compression: "Extra" preset with "Maximum" switch
 takc -e -4m [input file]
  • Fastest compression: "Turbo" preset
 takc -e -0 [input file]
  • use ApeV2 tagging (will be used as internal tagging)

Future Features

  • Internal tagging.
  • Unicode support.
  • Piping support.
  • MD5 audio checksums for verification and identification.
  • A german version.
  • Embedded cue sheets.
  • Embedded cover art.
  • Multichannel audio.

Frequently asked questions

  • to be added

External links