Hello fellow coders.
I'm researching about Sound Source Separation. I would really like to study the algorithm behind noise reduction. Can anyone point me to where the Noise Reduction source code is?
I'm viewing the source code from here: https://code.google.com/p/audacity/sour ... -src/trunk
Where is the Noise Reduction/Removal source code?
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Where is the Noise Reduction/Removal source code?
Try looking in https://code.google.com/p/audacity/sour ... %2Feffects for NoiseRemoval.cpp and NoiseRemoval.h .
Gale
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Where is the Noise Reduction/Removal source code?
It it harder to understand than I thought. But Thanks!