{"id":13618632,"url":"https://github.com/itspoma/audio-fingerprint-identifying-python","last_synced_at":"2025-12-25T17:58:02.948Z","repository":{"id":44693007,"uuid":"66734325","full_name":"itspoma/audio-fingerprint-identifying-python","owner":"itspoma","description":"The Shazam-similar app, that identify the song using audio fingerprints \u0026 spectrum analysis and Fast Fourier transform","archived":false,"fork":false,"pushed_at":"2023-06-06T12:29:44.000Z","size":368,"stargazers_count":361,"open_issues_count":18,"forks_count":167,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-08T04:38:25.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itspoma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-08-27T20:33:34.000Z","updated_at":"2024-11-08T02:07:17.000Z","dependencies_parsed_at":"2022-09-04T08:40:09.098Z","dependency_job_id":"c4a9590c-88fc-414b-b79f-029c2d2e8757","html_url":"https://github.com/itspoma/audio-fingerprint-identifying-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspoma%2Faudio-fingerprint-identifying-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspoma%2Faudio-fingerprint-identifying-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspoma%2Faudio-fingerprint-identifying-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspoma%2Faudio-fingerprint-identifying-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itspoma","download_url":"https://codeload.github.com/itspoma/audio-fingerprint-identifying-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248888617,"owners_count":21178090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:00:27.856Z","updated_at":"2025-12-25T17:58:02.870Z","avatar_url":"https://github.com/itspoma.png","language":"Python","readme":"# Fingerprint audio files \u0026 identify what's playing\n\n- conference [PaceMaker: BackEnd-2016 conference](http://www.pacemaker.in.ua/BackEnd-2016/about)\n- slides are on [slideshare.net/rodomansky/ok-shazam-la-lalalaa](http://www.slideshare.net/rodomansky/ok-shazam-la-lalalaa)\n\n![](http://new.tinygrab.com/7020c0e8b010392da4053fa90ab8e0c8419bded864.png)\n\n## How to set up \n\n1. Run `$ make clean reset` to clean \u0026 init database struct\n1. Run `$ make tests` to make sure that everything is properly configurated\n1. Copy some `.mp3` audio files into `mp3/` directory\n1. Run `$ make fingerprint-songs` to analyze audio files \u0026 fill your db with hashes\n1. Start play any of audio file (from any source) from `mp3/` directory, and run (parallely) `$ make recognize-listen seconds=5`\n\n![](http://new.tinygrab.com/7020c0e8b0393eec4a18c62170458c029577d378c2.png)\n\n## How to\n- To remove a specific song \u0026 related hash from db\n\n  ```bash\n  $ python sql-execute.py -q \"DELETE FROM songs WHERE id = 6;\"\n  $ python sql-execute.py -q \"DELETE FROM fingerprints WHERE song_fk = 6;\"\n  ```\n\n## Thanks to\n- [How does Shazam work](http://coding-geek.com/how-shazam-works/)\n- [Audio fingerprinting and recognition in Python](https://github.com/worldveil/dejavu) - thanks for fingerprinting login via pynum\n- [Audio Fingerprinting with Python and Numpy](http://willdrevo.com/fingerprinting-and-audio-recognition-with-python/)\n- [Shazam It! Music Recognition Algorithms, Fingerprinting, and Processing](https://www.toptal.com/algorithms/shazam-it-music-processing-fingerprinting-and-recognition)\n- [Creating Shazam in Java](http://royvanrijn.com/blog/2010/06/creating-shazam-in-java/)\n","funding_links":[],"categories":["Analysis and Visualization","Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitspoma%2Faudio-fingerprint-identifying-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitspoma%2Faudio-fingerprint-identifying-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitspoma%2Faudio-fingerprint-identifying-python/lists"}