Page 1 of 1

Where is the Noise Reduction/Removal source code?

Posted: Sat Feb 08, 2014 5:52 pm
by Shonos47
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

Re: Where is the Noise Reduction/Removal source code?

Posted: Sat Feb 08, 2014 9:16 pm
by Gale Andrews
Try looking in https://code.google.com/p/audacity/sour ... %2Feffects for NoiseRemoval.cpp and NoiseRemoval.h .


Gale

Re: Where is the Noise Reduction/Removal source code?

Posted: Sun Feb 09, 2014 7:15 am
by Shonos47
It it harder to understand than I thought. But Thanks!