Changes w.r.t. BETA732-009:
- Improved Traditional Peak mode for compressors (Singleband, Multiband) and maybe Natural Dynamics. (*)
- Matrix output doesn't need to be increased by 6 dB anymore
- The last few versions (smaller block sizes for MB/compressors) caused a CPU load increase, most of that is gone again.
Windows stand alone:
http://www.stereotool.com/download/ster ... 32-011.exe
Winamp DSP:
http://www.stereotool.com/download/dsp_ ... 32-011.exe
Windows VST:
http://www.stereotool.com/download/vst_ ... 32-011.dll
(*) Sound should be close to that of Peak mode (although there's slightly less bass), CPU load is greatly reduced and code is simplified. ND quality seems to suffer a bit from it; it might be possible to calibrate it to fix this, I have not yet tried it.
A "smoothed" signal is generated to be used for the limiter and for release behavior.
Peak mode: For each compressor the audio was split into 10 bands, in each band smoothing was performed, and then the results were combined and matched to the real peak levels.
New Traditional Peak mode: A constant slope is used to go down in both directions from a peak; the slope is made less steep when there is more low frequency content.
You can probably imagine that the new Traditional Peak mode is MUCH simpler than Peak mode and hence uses a lot less processing power.
Note that the behavior of the new Traditional Peak mode can easily be modified by changing the slope, or how strongly low
frequencies change the slope. For now I've tried to mimic the Peak behavior, once that's good enough I'll make some extra parameters available for tweaking - I wouldn't be surprised if complaints that Bojcha has about the current limiter behavior could be fixed that way.