You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: