Noise Suppression for Voice, based on RnNoise, filters out noise like fans and the like, for audio that has voice recordings. This is a useful tool used for editing audio. Kdenlive makes use of this plugin for filtering audio. Install this first before installing Kdenlive to enable support for audio filtering.
Install Noise-Suppression by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_SKIP_INSTALL_RPATH=ON \
-W no-dev -G Ninja .. &&
ninja
Now, as the root user:
ninja install