0.2.0
Pre-release
Pre-release
What's Changed
- The plugin has been completely re-written. Now all the dsp algorithms have been moved to a separate library which is a separate project called libspecbleach.
- Started to use Pawpaw to provide truly working multi platform builds. Big thanks to @falkTX for creating it.
- Parameters have been renamed and optimized for better understanding of its functionality.
- The adaptive part and the manual capture part have been separated into separated plugins to allow lower latencies in the adaptive one
- Better reduction during parts where the main signal is not present thanks to the added post-filter
- Tweaked masking threshold calculation algorithm
- Better smoothing/transient protection criteria to avoid transient smoothing when applying the smoothing parameter
- Changed URI to avoid breaking the old plugin in existent projects
- Many other fixes and small changes
- Added stereo versions of both plugins
- Each plugin now works with a fixed milliseconds amounts per audio block. This allows to preserve the frequency resolution across samplerates
- Removed Travis and Appveyor in favor of github workflows