Skip to content
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

Closed
TobbyTravel opened this issue May 30, 2015 · 7 comments
Closed

[Suggesiton] Noise reduction code #3

TobbyTravel opened this issue May 30, 2015 · 7 comments

Comments

@TobbyTravel
Copy link

Perhaps this codebase can be useful?
http://habrahabr.ru/post/243977/

Sourcecode:
http://cgit.freedesktop.org/pulseaudio/webrtc-audio-processing/

@TobbyTravel
Copy link
Author

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.

@jaimehempke jaimehempke mentioned this issue Jan 20, 2016
@bovine
Copy link

bovine commented Jun 23, 2016

@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

@barjac
Copy link

barjac commented Jan 3, 2018

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.
https://github.com/wwmm/pulseeffects

@cblknittights
Copy link

can be removed by using the graphic equalizer and low pass filter in PulseEffects

Not everyone uses pulse* . I am strictly ALSA, and pulse* is one of the first things I apt-get purge on any setup.

@Strykar
Copy link

Strykar commented Mar 14, 2019

Any noise reduction code would be useful, even using Sox.
I'm not a fan of Pulse tho I do use it on some desktops.

@danmilon
Copy link

#112 is related.

@charlie-foxtrot
Copy link
Owner

no additional plans to add noise reduction code, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants