noise-suppression-for-voice icon indicating copy to clipboard operation
noise-suppression-for-voice copied to clipboard

Noise suppression plugin based on Xiph's RNNoise

Results 82 noise-suppression-for-voice issues
Sort by recently updated
recently updated
newest added

I don't understand how to install this program, exe etc. is not there? Or can you make a video?

The readme currently gives an exemplary pipewire config using the filter-chain module, which really helps when setting this up. The filter chain simply listens on the default source, which might...

Sorry if this is the wrong place for this but I have been hitting my keyboard for two hours now with little to no progress. I'm using pipewire and no...

I installed the plugin via Equalizer APO and it worked perfectly in terms of making my mic static/white noise go away. The problem that I am facing, however, is that...

I think the codes should be like this, to make the output wave available... ![image](https://github.com/werman/noise-suppression-for-voice/assets/21096515/19e83953-bd36-47a6-8855-0fb95365ab23)

For example, [this](https://github.com/werman/noise-suppression-for-voice/blob/master/src/juce_plugin/CMakeLists.txt#L97) line should be: > install(DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/rnnoise.vst3 DESTINATION lib/vst3) cmake's install instruction expects relative paths as DESTINAION, otherwise it installs into ```$PREFIX$PREFIX```. The same problem exists with ```LV2```...

Thank you for your contribution to open such an amazing work. I built the ladspa from the current master HEAD and am trying to use it by loading in ffmpeg....

``` => noise-suppression-for-voice-1.03-r0: running do_configure... CMake Warning (dev) at CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of...

No matter what I do I can't seem to get any output when putting audio through the plugin: ![image](https://user-images.githubusercontent.com/16393543/195277699-50411eb5-6017-4740-9c6c-194067f5dcc4.png) I also tried lowering and increasing values to their mins/maxes with...