Skip to content
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

Open
LigangSun opened this issue Jan 2, 2025 · 3 comments
Open

Cannot work well with 16K audio sample rate #250

LigangSun opened this issue Jan 2, 2025 · 3 comments

Comments

@LigangSun
Copy link

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?

@LigangSun
Copy link
Author

I just get through with real time audio call with the audio captured at 16k sample rate.
RNNoise works very well.
I just fill the 480 sample buffer and denoise with RNNnoise, then I get a clean audio frame.

@qiangjindong
Copy link

how to fill 480 sample buffer? thanks!

@LigangSun
Copy link
Author

My case is in live audio call.
So I get 320 samples every 20ms, and fill the audio samples into the 480 buffer, and wait for the next 320 samples, and fill the left of the 160 samples of the 480 buffer, the denoise the buffer.
now you can get the clean audio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants