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

Maximum real-time speed of the model #90

Open
eldar81 opened this issue Nov 4, 2022 · 1 comment
Open

Maximum real-time speed of the model #90

eldar81 opened this issue Nov 4, 2022 · 1 comment

Comments

@eldar81
Copy link

eldar81 commented Nov 4, 2022

I'm creating a real-time pitch detector with the help of CREPE.

If the model is learned on 16 000 Hz data and takes as input 1024 samples, is it true that the maximum real-time updating speed of the model = 1024 / 16 000 = 64ms?

Even if to use step-size smaller than 64ms the will be a delay in this 64ms because model can not process smaller chunk of data.

Am I right? Is there any solution to increase the response speed of the model in real-time prediction?

I am using pyaudio to create audio stream.

@zumpchke
Copy link

Did you get anywhere with this?

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