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

Adjust RNNoise for different Sample Rate #2

Open
radito opened this issue Apr 19, 2024 · 0 comments
Open

Adjust RNNoise for different Sample Rate #2

radito opened this issue Apr 19, 2024 · 0 comments
Assignees

Comments

@radito
Copy link
Owner

radito commented Apr 19, 2024

The current implementation of RNNoise is fixed to 48000 Khz sample rate and not properly tested in AudioThread, the implementation is not that correct because the buffer is fixed to rnnoise buffer which is 480 items and need to work on that

To Do List:

  • Test behaviour RNNoise on different sample rate
  • Adjust buffer size to match the original if possible
  • Add resampling when sample rate changes
@radito radito self-assigned this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant