BETA038:
The declipper is now functioning again, with automatic clipping level detection. It is not yet finished, because I'm now just marking ALL samples at a margin below the peak level as clipped - and that's not good.
There is a new filter added that makes the declipper more resilient against too low clipping detection levels.
The CPU load is also pretty high because I'm calculating 32 different tilt levels to find the best match (so automatic tilt detection works, but it needs serious optimization).
New slider: "Declipping margin" - if you set this to 75%, everything above 75% of the maximum level is considered to be clipped.
Changed slider: "Never consider samples to be clipped if they are lower than:" - rule out soft sounds, whatever they look like, they are not clipped.
To be done: ONLY mark samples above the threshold as clipped if they also APPEAR to be clipped according to my previous clipping detection algorithm.
Note: The current version should already outperform what we showed on the Omnia 9 at the NAB in Las Vegas - because of the new filter. (Clipping level detection is probably very similar, and so is the margin slider).
Winamp DSP plugin:
http://www.stereotool.com/download/dsp_ ... 20-038.exe
Stand alone version:
http://www.stereotool.com/download/ster ... 20-038.exe
VST version:
http://www.stereotool.com/download/vst_ ... 20-038.dll
VST version (No SSE2):
http://www.stereotool.com/download/vst_ ... 20-038.dll
Command line version:
http://www.stereotool.com/download/ster ... 20-038.exe
Linux command line version:
http://www.stereotool.com/download/ster ... ETA620-038 NOT AVAILABLE
Linux GUI version:
http://www.stereotool.com/download/ster ... ETA620-038 NOT AVAILABLE
TODO:
- Fix loading changed multiband frequencies
- Add buffer and filter for SCA output (SCA1 ok, SCA2 ok)
- Finish AGC improvement - make mono value configurable (replace checkbox by slider) 1 hour --> NO, not needed - anything else needed? -> NO
- Fix Punch
- Check what to do with new filters (such as bass AGC) - keep them, remove them, change them? --> KEEP
- Save new BASS_AGC setting in VST mode
- Loudness: Annoying cracking sound in bass. Slightly present in 5.00, worse in 6.00, maybe even worse in 6.10. Only when bass is too loud. Much worse than in Final Limiter (at same input level!) - so this clearly indicates a bug. Most likely cause: The filter that was added to remove bass artifacts.......
- No, it's the louder bass. But it can be fixed by changing some settings. Default settings updated, and behavior for 'not Very strict' improved. Also Deep bass boost and Very deep bass protection are enabled for latency 512 now.
- Fix crash at program close
- Fix VST plugin version (does not run)
- Dynamically drop 'Allow louder highs, even if it causes vibrations' to 0 when bass filter suspects noticeable voice vibrations. 1-2 hours
- Reduce Loudness CPU load days?
- Check and remove static variables
- Finish new de-essing filter (check what to do with the settings, remove at least some!) 1 day
- Convert Multiband input to MONO, then use arrays [2][4096] --> should give speedup. - FAILED
- Finish declipping filter (clipping level detection + level reduction in dB).
2 days
- Update presets? (BASS_AGC etc.)
1 day
- Finish blind interface
- Add AGC start level
- "Test Right Channel" in "FM Transmitter Calibration" does not work since v6.10 (standalone) (bojcha)
- Channels L/R swap in stand alone version when changing filtering/quality (?) (eldoradofm)
- Change version number
1 hour
- Release
1 hour
- Add lowpass filter for stereo signal (will cause a lot of extra latency!) - it might be possible to avoid this latency using a Hilbert transform
- Add smarter clipping detection. Maybe something much simpler suffices: Current clipping detection with threshold + flat line detection