View Single Post
  #33  
Old 15-03-2026, 10:07
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 595
Thanks: 599
Thanked 656 Times in 233 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by shazzla View Post
I think HALAC would be better. It outperforms all available lossless wav-packer algorithms. (in speed)
Compression ratio only a bit worse than others.
Real life example ,but it obviously depends on the source.

1.wav 58,245,620
1.flac 42,758,413 (max. compression)
1.tak 42,214,646
1.tta 42,339,162
1.halac 43,003,837

HALAC's compression time : 0.8 sec on Ryzen 7 9700x ,single thread.

Disadvantages : It has no stdio and stream processing feature.

Available at encode dot su ,look for Hakan Abbas.
It looks like I can't compress all my project stuff song

Code:
[External compressor:halac]
header    = 0
packcmd   = "media\halac_e" $$arcdatafile$$.wav $$arcdatafile$$.halac -normal
unpackcmd = "media\halac_d" $$arcdatafile$$.halac $$arcdatafile$$.wav
datafile   = $$arcdatafile$$.wav
packedfile = $$arcdatafile$$.halac
solid = 0
MODERATORS please change the title: Suggestion codec to repack a wav file
Attached Images
File Type: png Screenshot 2026-03-16 020737.png (61.6 KB, 66 views)

Last edited by Carldric Clement; 15-03-2026 at 10:10.
Reply With Quote