Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functionality for validating if an specific audio is playing on the device #43

Open
Perseverance opened this issue Dec 13, 2016 · 1 comment

Comments

@Perseverance
Copy link
Contributor

Perseverance commented Dec 13, 2016

No description provided.

@vanogrid vanogrid self-assigned this Jan 18, 2017
@vanogrid
Copy link
Contributor

There are several audio fingerprinting systems available, however most of their libraries are not updated recently and many of them expect a remote comparison service available with a collection of already fingerprinted music files, which might not be suitable in our case. There is one library that keeps a local database - musicuri, but the code might need to be refactored to make it Android compatible and get rid of the console output.

A real issue might be the inability to capture the currently playing audio in order to compare it with the fingerprinted music files in the db. There are some posts that suggest this is possible with the Visualizer API, but the audio is very low quality. More info here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants