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
Are there plans to include other pitch-detection algorithms? YAAPT seems like a good candidate http://bingweb.binghamton.edu/~hhu1/pitch/YAPT.pdf
There is also a Python implementation that might not be so hard to port to Rust: https://github.com/bjbschmitt/AMFM_decompy/blob/master/amfm_decompy/pYAAPT.py
It would be really cool to have this algorithm available :-)
The text was updated successfully, but these errors were encountered:
Yeah, I'd like to add more algorithms to the library!
Can't promise you an exact timeline, but thank you for the two references, will make it easier to implement it.
Also, let me know if you know some rust and would be interested in giving it a try
Sorry, something went wrong.
I'm a very beginner in Rust. I'll see if I can understand the algorithm first ;-)
No branches or pull requests
Are there plans to include other pitch-detection algorithms? YAAPT seems like a good candidate http://bingweb.binghamton.edu/~hhu1/pitch/YAPT.pdf
There is also a Python implementation that might not be so hard to port to Rust:
https://github.com/bjbschmitt/AMFM_decompy/blob/master/amfm_decompy/pYAAPT.py
It would be really cool to have this algorithm available :-)
The text was updated successfully, but these errors were encountered: