Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java sdk for comparing sounds

Tags:

java

sdk

audio

i want to compare two simple tunes played on piano. the idea is an educative musical challenge type app. for example the app would present the user with a stave of music,say a simple melody of 5 seconds. the user must then recite the melody and if its a close enough match they win, if not they loose. im simplifying things here but i hope its clear what i want to achieve, is there some kind of sdk i could look into?

like image 285
brux Avatar asked Nov 21 '25 16:11

brux


1 Answers

I'm not aware of a SDK for comparing sound like you need. It's going to be hard to find one for Java. You'd probably have to write something on your own and it doesn't sound trivial from what I've read. You might be able to find something you can call out to from Java though, like pHash that has Java bindings.

See these questions:

  • Audio fingerprinting library (java)
  • Audio fingerprinting system in Java
  • Comparing sound files if not completely identical

These links might also be useful:

  • Acoustic fingerprint
  • How Shazam Works
like image 134
WhiteFang34 Avatar answered Nov 24 '25 07:11

WhiteFang34



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!