Jump to content

User:Speck-Made/TAK (audio codec)

From Wikipedia, the free encyclopedia
Tom's lossless Audio Kompressor
Developer(s)Thomas Becker
Stable release
1.0.1 / April 14 2007
Operating systemWindows
TypeAudio codec, Audio file format
LicenseClosed Source
Websitewww.thbeck.de/Tak/Tak.html

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. The codec also supports streaming (necessary headers for decompressing the audio are written to the stream every 2 seconds), error tolerance (single bit error will never affect more than 250 ms) and detection with checksums in compressed audio streams. 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.

Pros[edit]

  • 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[edit]

  • 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 third party software)

Software that support TAK[edit]

Recommended Settings[edit]

  • Best compression: “Extra” preset with “Maximum” switch

takc -e -p4m [input file]

  • Fastest compression: “Turbo” preset

takc -e -0 [input file]

  • use APEv2 tagging (will be used as internal tagging)

Future Features[edit]

  • Internal tagging.
  • Unicode support.
  • Piping support. (already)
  • MD5 audio checksums for verification and identification. (already)
  • A German version.
  • Embedded cue sheets (currently works with foobar2000 plug-in).
  • Embedded cover art. (currently works with foobar2000 plug-in with mp3tag tagger).
  • Multichannel audio.

External links[edit]

References[edit]

Category:Audio codecs Category:Lossless compression algorithms