xiph / rnnoise

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

What is the range of the input data? #211

Closed nosleeve1 closed 1 year ago

nosleeve1 commented 1 year ago

if I use an audio in which the range of the value is from -1 to 1, the vad is almost wrong,and the output data is also bad. But if I offer a gain (at least 20dB+) to the input data, the vad works well and I just need to fix the output data. So if I want to train a new model, how could I deal with the training data?