Win64 compile using MinGW GCC 14.2.0 -O3 (static, UCRT, MCF)
changes since v0.7.11
faster OLS stage
enabled LMS_N0 in the LMS cascade
enabled LMS_CLAMPW in the LMS cascade
added --opt-sigma to set the starting radius for optimization
replaced static sigma decay with adaptive method based on performance
increased flexibility of stereo decorrelation
increased search range for lms cascade
--best now uses cost-function: bpn
fixed bug: --reset-opt was not handled correctly on the cmd-line interface (thanks @Eddison007), also renamed it to --opt-reset
fixed cosmetic bug: overflow in calculating duration (thanks Porcus@HA for providing a sample)
fixed critical bug: adaptive block switching was using wrong blocks when more than 2 blocks per frame where present (thanks Porcus@HA)