-3

I am trying to build song matching app . The android app would read music files and generate a fingerprint and send this to server. Server wil verify the fingerprint against its database of fingerprints to get highest matched similiarity.

For this I was looking into musicg , I am able to use it for .wav songs, but any other formatted is not supported.

How do I support musicg for non-wav formats like mp3, wma, rm etc..?

Using ffmpeg to convert to wav and then processing using musicg is an option.

Are there any other options in your mind?

Manas Saxena
  • 2,171
  • 6
  • 39
  • 58

1 Answers1

0

There is other options like:

But, for what you are trying to do, I would suggest you stick with ffmpeg because there is already libraries that has build it for Android.

HB.
  • 4,116
  • 4
  • 29
  • 53