Releases: werman/noise-suppression-for-voice
Noise Suppression v1.10 (VST2, VST3, LV2, LADSPA, AU, AUv3)
Big changes
- common: Switch to updated rnnoise v0.2 - rnnoise update improved denoising 🎉
Minor changes
Noise Suppression v1.03 (VST2, VST3, LV2, LADSPA, AU, AUv3)
- Fixed #133
Apparently retroactive VAD grace period was broken, and VAD grace period was a bit broken 🤦 🤦 🤦
Noise Suppression v1.02 (VST2, VST3, LV2, LADSPA, AU, AUv3)
Noise Suppression v1.01 (VST2, VST3, LV2, LADSPA, AU, AUv3)
Breaking release, at least for PulseAudio setups.
Changes:
- Now we are using JUCE framework, which brings the following benefits:
- macOS builds
- New parameters:
VAD Grace Period (ms)
,Retroactive VAD Grace (ms)
- Better compatibility with non-
480
block sizes, which allows plugin to work with Audacity and in many other cases - FST headers are used instead of VST2 ones in order to work around VST2 headers license
- CI builds artifacts for all operation systems
- Testing in CI
- Update instructions for PipeWire
Noise Suppression Ladspa, LV2, VST plugins
Changes:
- #20 Added VAD parameter to the VST plugin.
- Minor compilation fixes.
Noise Suppression Ladspa, LV2, VST plugins
Changes:
- #19 Support for VAD (Voice Activity Detection) in ladspa plugin.
- Fixes to support MSVC - there are no warnings, but now compiler has internal error.
VAD ensures that non-voice sounds are completely silenced, instead of being muffled, when there is no voice detected. It has one control parameter - VAD threshold (%), if sound has lower probabilty of being a voice than this threshold - it would be silenced.
Users of PulseAudio with already existing configurations must do a small change to them:
... plugin=/path/to/librnnoise_ladspa.so control=50
^^^^^^^^^^
For most mics the threshold could be changed to 95 - control=95
.
Noise Suppression Ladspa, LV2, VST plugins
Ladspa, LV2, VST plugins built for Linux and for Windows with MinGW.
Ladspa plugin has mono and stereo sub-plugins.
Windows plugins are untested.
Noise Suppression LADSPA and LV2 Plugin
v0.1.1 Add LADSPA support, add instructions for linux, fix compilation on li…
Noise Suppression VST plugin v0.1
Fix README.md formatting