xiph / rnnoise

Recurrent neural network for audio noise reduction
BSD 3-Clause "New" or "Revised" License
3.97k stars 890 forks source link

Code for mixing the origin signal with noise #168

Open benlin1996 opened 3 years ago

benlin1996 commented 3 years ago

Thanks for the wonderful code. Can someone indicate which part of the code do the mixing of origin signal with the noise?

Thanks for your time.

Zadagu commented 3 years ago

https://github.com/xiph/rnnoise/blob/master/src/denoise.c#L602

benlin1996 commented 3 years ago

Thanks for your help.