-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot work well with 16K audio sample rate #250
Comments
I just get through with real time audio call with the audio captured at 16k sample rate. |
how to fill 480 sample buffer? thanks! |
My case is in live audio call. |
Thank you for your reply. I'm going to use resampling. If that doesn't work, I'll use the buffering method you mentioned. |
I tried to resample 16K to 48K, then do denoise, and then resample 48k to 16k,
I got very back audio quality.
Anyone has ideas about denoise 16k audio with rnnoise?
The text was updated successfully, but these errors were encountered: