Skip to content

Use chromaprint library easily on Android with fpcalc-android

License

Notifications You must be signed in to change notification settings

pofi5000/fpcalc-android

 
 

Repository files navigation

fpcalc-android

Use chromaprint library easily on Android with fpcalc-android

Simple Android wrapper for fpcalc utilizing Chromaprint (https://github.com/acoustid/chromaprint)

Usage:

dependencies {
  implementation 'com.github.QuickLyric:fpcalc-android:1.0.1'
}

Pass String[] to FpCalc.fpCalc() in command line format, e.g.:

String[] args = {"-length", "16", pathToFile};
String result = FpCalc.fpCalc(args);

Currently using Chromaprint v1.4.3 and FFmpeg 3.3.6.

Provides "arm64-v8a", "armeabi-v7a", "x86" and "x86_64" builds.

About

Use chromaprint library easily on Android with fpcalc-android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.8%
  • C++ 4.8%
  • Other 0.4%