QUOTE
Final release of TAK 1.0.4 ((T)om's lossless (A)udio (K)ompressor)
Great

QUOTE
Plans for V1.0.5
- TAK needs a logo...
... and an open source
minimal decoder written in plain C

Test & comparison:
Original (?) WAV: 28'725'020 bytes, ripped from CD (nevertheless possibly pre-trashed by MP3 ??)
CODE
TAK4 -pMax | ENC 41 s | DEC 4 s | 15'044'543 | BLO 213.5 fixups . . | IMP 96+x
TAK3 -pMax | ENC 40.5 s | DEC 4.2 s | 15'044'543 | BLO 322.5 fixups . . | IMP 134+x
WAP -hh -x3 | ENC 119 s | DEC 7.6 s | 15'390'322 | BLO 396 both . . . . | IMP 100+x
FLAC --best | ENC 24.5 s | DEC 3.1 s | 15'716'219 | BLO 244+x MSVCRT.DLL | IMP 79
NOTES:
- ENC is compression time
- - TAK is much faster with a lower "-p"
- - WAP is much faster without "-x3" , didn't use "-x6" because unusably slow

- - FLAC also can be faster, but useless since it's the weakest even with "--best"
- BLO is executable size in KiB
- - TAK: has (optional) fixups (15 KiB -> 9 KiB)
- - WAP: added both EXE's together -> the looser here

- - FLAC: uses MSVCRT.DLL and is
not smaller, myth dead

TAK: from 1.0.3 to 1.0.4 :
- EXE size decreased by factor 1.51

- Amount of imports decreased by factor 1.4
- No compression speedup

- cca 1% slower for "-pMax" and "-p5" , 1% faster (?) for "-p2"
- Compression exactly same
- Small speedup in decompression

TAK vs FLAC: compression better by factor 1.045 , cca 4.5%

TAK and WAP do display time, FLAC doesn't.
FLAC can't handle "disk full" , no tests with WAP and TAK.
The winner by compression is TAK

... but closed source

The winner by portability and support is WAVPACK ( @D.B.: not dropped, just delayed ...

)
QUOTE
What's the easiest way to re-encode existing TAKs to the newer version?
NO need this time:
- No compression improvement
- No format breakage - but pending for future ?