xiph / rnnoise

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

question about the noisy signal generated from `src/denoise.c` #146

Open angusxu458 opened 3 years ago

angusxu458 commented 3 years ago

I output the xn[i] = x[i] + n[i] to a new .pcm file and comvert it into .wav. It doesn't sound like the mixing audio in rnnoise-demo. Actually it is very noisy with white noise.