https://github.com/laurajaime/simple-shazam
Simple implementation of Shazam algorithm
https://github.com/laurajaime/simple-shazam
algorithm fingerprint java shazam
Last synced: 2 days ago
JSON representation
Simple implementation of Shazam algorithm
- Host: GitHub
- URL: https://github.com/laurajaime/simple-shazam
- Owner: laurajaime
- Created: 2017-10-30T12:22:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T15:39:07.000Z (over 8 years ago)
- Last Synced: 2023-12-04T12:40:13.478Z (over 2 years ago)
- Topics: algorithm, fingerprint, java, shazam
- Language: Java
- Homepage:
- Size: 236 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project of a Shazam
## Target
The purpose of this work is to carry out an implementation simplified version of Shazam algorithm that is completely functional.
The code must be able:
* Allow to add new songs to a song repository takes capturing the sound with the microphone of the computer and extracting and storing it's acoustic fingerprint.
* Allow matching between a song fragment captured with the microphone and the repository, extracting its acoustic fingerprint and comparing it with those of the repository, to identify which song it is.