You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.