YongyuG / rnnoise_16k

implementation of rnnoise_16k
BSD 3-Clause "New" or "Revised" License
123 stars 40 forks source link

After the network model training is completed, about the problem of testing audio noise reduction #9

Closed WangQin-wq closed 2 years ago

WangQin-wq commented 3 years ago

I want to use noisy audio files to test the noise reduction effect of our trained model. How should we operate? I didn't see the relevant description. The source code of 48k is to put the input file before noise reduction and the output file after noise reduction into rnnoise_demo,

.### /examples/rnnoise_demo < input.raw > output.raw

but the file of rnnoise_demo is not seen in the 16k code. I hope the author can answer it. thank you @YongyuG

YongyuG commented 3 years ago

I want to use noisy audio files to test the noise reduction effect of our trained model. How should we operate? I didn't see the relevant description. The source code of 48k is to put the input file before noise reduction and the output file after noise reduction into rnnoise_demo,

.### /examples/rnnoise_demo < input.raw > output.raw

but the file of rnnoise_demo is not seen in the 16k code. I hope the author can answer it. thank you @YongyuG

check the CMakeList.txt, the binary file will be generated which can help you to do the denoise things with your new trained models