QuickLyric / fpcalc-android

Use chromaprint library easily on Android with fpcalc-android
Other
13 stars 6 forks source link

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.