benlin1996

Results 5 issues of benlin1996

The .wav file that I input to rnnoise_demo is 51761, but after denoise, I get the .wav file with length 50880. My guess is they truncate the file to some...

Thanks for the wonderful code. When I use command "./dump_rnn.py weights.hdf5 ../src/rnn_data.c ../src/rnn_data.h", I get a warning "warning: tensorflow: error in loading the saved optimizer state. As a result, your...

Thanks for the wonderful code. In rnn_train.py file, I saw the noise_train are not be used in the training. So i wonder what is noise_train used for? Thanks for your...

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.