-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggesiton] Noise reduction code #3
Comments
An easier implementation may be to just route the audio through a loopback audio interface with pulseaudio since the audio is not time sensitive instead of adding the code into the program itself. |
@thetobby are you saying that you've tested the effect of the "echo-cancellation" filter and found that to be the most effective one? It looks like there is also "noise-supression" filter in that codebase which sounds like it might be the better option: https://cgit.freedesktop.org/pulseaudio/webrtc-audio-processing/tree/webrtc/modules/audio_processing |
I find that most 'noise' that impairs legibility of air-band reception is above the required bandwidth for speech and can be removed by using the graphic equalizer and low pass filter in PulseEffects, set to cut around 2.7kHz. |
Not everyone uses pulse* . I am strictly ALSA, and pulse* is one of the first things I apt-get purge on any setup. |
Any noise reduction code would be useful, even using Sox. |
#112 is related. |
no additional plans to add noise reduction code, closing |
Perhaps this codebase can be useful?
http://habrahabr.ru/post/243977/
Sourcecode:
http://cgit.freedesktop.org/pulseaudio/webrtc-audio-processing/
The text was updated successfully, but these errors were encountered: