rnnoise icon indicating copy to clipboard operation
rnnoise copied to clipboard

can rnnoise support 8K 16bit(little endian int16) pcm,48K is not fit in embedded mcu

Open dbskccc opened this issue 8 years ago • 3 comments

i want to test the effect of rnnoise, but if it only support 48K sample rate, it is not fit for embedded mcu.

dbskccc avatar Jan 17 '18 09:01 dbskccc

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

Interstella12 avatar Jan 30 '18 03:01 Interstella12

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

alokprasad avatar Aug 08 '19 05:08 alokprasad

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?

mysteryjeans avatar May 29 '21 02:05 mysteryjeans