-
Notifications
You must be signed in to change notification settings - Fork 35
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
Documentation #4
Comments
Yes, it's worth thinking about. For now, I uploaded at least some docs generated by the build scripts I have in sink.js :D |
Oops, it's missing the important methods. Oh well, will fix later. |
This is way old, but I just found this library and I'm not clear on how to use it. Some docs of the available methods would be very helpful, or especially a simple code example that gets the audio context, hooks up the mic, and displays pitch. I'm trying to make an app that converts guitar notes into brainfuck code and then runs it |
@coleww You can check out the example here: https://github.com/audiocogs/pitch.js-demo |
@crackofdusk i've setup the site but i only see some wheels and some access-mic permission flash setting, what am i supposed to do with this demo? Thanks |
@clu3 Authorize mic access, then try singing a note. The pitch detector will use mic input as its input. |
Thanks @crackofdusk I got it running. |
What do you think of doing an annotated version of the source using docco? Obviously pitch.js isn't particularly hard to use, but I think a docco version of the source (if annotated well) could be interesting to people and help them understand the source, and maybe we'd get more outside contributors because of that. Anyway, just a thought.
The text was updated successfully, but these errors were encountered: