noise-gate
noise-gate copied to clipboard
A better noise gate plugin for Audacity and others
This is a better noise gate for Audacity, Ardour, or any other editor/DAW that supports the LADSPA plugin interface.
See https://ro-che.info/articles/2019-01-12-better-noise-gate for the introduction.
Installation
- Make sure you have a standard C++ development environment (the compiler and the Boost library).
- Make sure that you have the LADSPA SDK installed, which consists of a single
header file,
ladspa.h. For example, on Fedora you have to install theladspa-develpackage. - Run
make. This should produce a file namedng.soon UNIX,ng.dylibon MacOS, orng.dllon Windows. This is the plugin itself. - Change the
LADSPA_PATHto include the directory containing the plugin (i.e.ng.soor similar). Personally, I set myLADSPA_PATHto/home/feuerbach/.ladspa:/usr/lib64/ladspain~/.pam_environment, and then copy the plugin to~/.ladspa, but your actions may differ depending on the platform.
The plugin will show up under the name "Roman's noise gate".
These instructions have been tested on Linux. Building on other systems
may require minor tweaks in the instructions and the Makefile. If you've
installed the plugin on a different system, please send a pull request with the
instructions for that system.