QuickLyric / QuickLyric

Android app that instantly fetches your lyrics for you.
GNU General Public License v3.0
506 stars 126 forks source link

Implement AcoustID & Chromaprint #216

Open geecko86 opened 7 years ago

geecko86 commented 7 years ago

We plan on implementing AcoustID, an open source audio fingerprinting service. This requires the use of native code (Chromaprint, also OSS), available here. This will allow QuickLyric to function with poorly tagged music files.

F-Droid requires us to compile the .so libraries when compiling the project.

Probably the best way to go would be:

geecko86 commented 7 years ago

This will need to wait til we have the resources for it.