I'm trying to build a guitar tutorial application that allows the user to progress when they play chords correctly and with the proper time between them.
Can I use Echoprint to record myself playing the chords properly, then compare user input to those recordings?
For example, if I wanted to teach John Lennon's "Imagine", I'd have a prompt asking the user to play a C chord, then an F chord with a certain amount of time between them. When they play the C chord, I'd like to properly identify the chord and give them a thumbs up, but if they play the F chord too slowly or incorrectly, they'd then have to start over.
Would Echoprint be sufficient to accomplish this?