We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I found your library and is amazed with so many algorithms written. Thanks for your work!
I've tried to run pitch-detection via different algorithms. Using YIN i've got "Index out of range exception"
I used it with the parameters: buffer size: 512 sample rate: 44100
when i used spectrum-based algorithms, i've received very discrete values of frequencies. After 108 Hz the next one is 129 Hz.
Why can it happen?
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I found your library and is amazed with so many algorithms written. Thanks for your work!
I've tried to run pitch-detection via different algorithms. Using YIN i've got
"Index out of range exception"
I used it with the parameters:
buffer size: 512
sample rate: 44100
when i used spectrum-based algorithms, i've received very discrete values of frequencies.
After 108 Hz the next one is 129 Hz.
Why can it happen?
Thank you.
The text was updated successfully, but these errors were encountered: