Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lucianodato lucianodato released this 22 Apr 20:27
· 365 commits to master since this release
cd96366

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