
15-03-2026, 10:07
|
 |
Registered User
|
|
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 595
Thanks: 599
Thanked 656 Times in 233 Posts
|
|
Quote:
Originally Posted by shazzla
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
Last edited by Carldric Clement; 15-03-2026 at 10:10.
|