View Single Post
  #72  
Old 12-03-2022, 02:47
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
TAK: (T)om's lossless (A)udio (K)ompressor
  • You may already have heard about TAK through ProFrager's MSC, it passes WAVE audio to TAK for it to be compressed.
  • However, some audio MSC will skip over that TAK can still compress perfectly, so in this case you can use TAK directly with FreeArc to squeeze out even more compression.
  • You MUST use solid = 0 option since each WAVE audio file should be compressed individually.

    Code:
    [External compressor: tak]
    header     = 0 
    solid      = 0
    packcmd    = {compressor} -e -p4m $$arcdatafile$$.wav $$arcpackedfile$$.tak
    unpackcmd  = {compressor} -d $$arcpackedfile$$.tak $$arcdatafile$$.wav
    datafile   = $$arcdatafile$$.wav
    packedfile = $$arcpackedfile$$.tak
Attached Files
File Type: zip TAK_2.3.2.zip (839.0 KB, 78 views)

Last edited by Masquerade; 07-06-2022 at 14:16.
Reply With Quote
The Following 4 Users Say Thank You to Masquerade For This Useful Post:
Cesar82 (12-03-2022), ffmla (12-03-2022), Gehrman (13-03-2022), GTX590 (13-03-2022)