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

Realtime pitch detection #44

Closed
krishnanpc opened this issue Nov 2, 2022 · 1 comment
Closed

Realtime pitch detection #44

krishnanpc opened this issue Nov 2, 2022 · 1 comment

Comments

@krishnanpc
Copy link

Thanks for the great product!

Just curious, can we make basic pitch work with realtime input from microphones?
Additionally, What is the shortest buffer size that can be processed? Currently I thought of naive solution which gets the buffer in a callback from PyAudio and uses the callback to send the buffer to the predict function. Not sure if this is the best approach, but has anyone succeeded in getting basic pitch to work with realtime mic input?

@drubinstein
Copy link
Contributor

Thanks for the interest. This question was previously discussed in Issue #19.

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