-
Notifications
You must be signed in to change notification settings - Fork 28
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
"Parsing" existing audio? #8
Comments
No, a parsing method for an audio file is not exists. T("audio").load(src, function() {
console.log(this.buffer); // { buffer, samplerate, channels }
}); |
oh.. mistake. This project page is old, the current version is here. The previous answer is for the current version. |
So, parsing is impossible with both v12 and v13? Are you planning to implement something like this? (It's probably pretty |
it's impossible with both versions. |
Hey, I love your work.
I'm curious to know whether it's possible to load e.g. an audio file and "parse" it in order to pick out the chords that are played? I know it's possible to load an play an mp3 file, but is it possible to analyze it, too?
thanks in advance
The text was updated successfully, but these errors were encountered: