rnnoise
rnnoise copied to clipboard
can rnnoise support 8K 16bit(little endian int16) pcm,48K is not fit in embedded mcu
i want to test the effect of rnnoise, but if it only support 48K sample rate, it is not fit for embedded mcu.
it's no matter if you feed 8K/16K pcm to the decoder,if only you set the samplerate to 8K/16K when you play/analyze the output pcm
There seems to some work done by Gregor with this commit https://github.com/GregorR/rnnoise-nu/commit/53f34de7d95af80c0c9101c791db47a05ec36196 in github.com/GregorR/rnnoise-nu
Do I need to define sample rate for narrow band 8K pcm or just need use FRAME_SIZE size of 80 (short) for 10ms frame?