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
In case anyone else runs into this: I noticed that the docs indicate sampleRate input as in new PitchAnalyzer(sampleRate). But in actuality, it appears that the rate of 44100 is hardcoded, and the input is not used.
The text was updated successfully, but these errors were encountered:
Yes, I can confirm that. In my case with 48000 sample rate pitch is not detected properly. I have to resample the audio buffer to 44100 before processing it with pitch.js
In case anyone else runs into this: I noticed that the docs indicate
sampleRate
input as innew PitchAnalyzer(sampleRate)
. But in actuality, it appears that the rate of 44100 is hardcoded, and the input is not used.The text was updated successfully, but these errors were encountered: