Open source Java library for detecting guitar chords while playing an mp3 file

I am looking for an alternative in java as most of the libraries I found were written in C ++ Ex shellfish library. http://clam-project.org/wiki/Chordata_tutorial

Does anyone know of a good java library that does pitch synthesis from a raw mp3 file and does chord matching afterwards based on some predefined algorithms?

I want to use it in android.

+3


source to share


1 answer


You might want to try using the Android NDK, and create and use a clam with it.



http://developer.android.com/sdk/ndk/index.html

+3


source







All Articles