rnnoise
rnnoise copied to clipboard
Adapting RNNoise C Code for 16kHz Sample Rate with Pre-trained Model
Hello Community, I have a question regarding the adaptation of my existing C code (sample_code.c), which includes rnnoise.h. Currently, the code is designed for a sample rate of 48000 kHz, but I want to switch it to 16000 kHz, as I already have an RNNoise model trained at 16000 kHz.
If I simply change to 16000kHz in my sample_code.c, RNNoise itself will still recognize 48000kHz. That's why I think I need to edit a file somewhere in ~/rnnoise/src.