8000
Skip to content

Tags: werman/noise-suppression-for-voice

Tags

v1.0

Toggle v1.0's commit message
ci: Build "Release" build for Windows

v0.91

Toggle v0.91's commit message
Update documentation with adjustment to prevent loopback switching

source/sink

Today after a system update I noticed my denoised microphone source
wasn't outputting any sound.  This was a bit perplexing since I hadn't
recompiled or changed my pulse configuration.

I tried using the NoiseTorch project and found that it worked just fine,
so my pulse audio configuration seemed to be the cause. After a bit of
digging through pulseaudio's output, I found a line of interest:

`I: [pulseaudio] source.c: The source output 0 "(null)" is moving to
denoised due to change of the default source.`

I found that in my case source output 0 was the module-loopback.  The
source output changing sources broke the module chain and my actual
source was no longer being chained to the noise suppression plugin.

I found the `source_dont_move` and `sink_dont_move` options for the
loopback module here:
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#module-loopback.
These seem to be desirable options for this setup since we want the sink
and source in the loopback module to stay consistent.

v0.9

Toggle v0.9's commit message
Test if plugins are compiling for new commit and pull requests

Doesn't include VST2 due to lack of headers in repo.

MSVC build is disabled due to internal compiler error.
No MinGW build for Windows due to its complexity.

v0.2

Toggle v0.2's commit message
Fix copy-paste error in MINGW link options

v0.1.1

Toggle v0.1.1's commit message
Add LADSPA support, add instructions for linux, fix compilation on li…

…nux.

- Add LADSPA support to load plugin into pulseaudio.
- Add instructions for working with pulseaudio.
- Fix compilation on linux.
- Updated readme.

v0.1

Toggle v0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix README.md formatting

0