Coder Social home page Coder Social logo

hadryan / audio-fingerprint Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiedekun/audio-fingerprint

0.0 1.0 0.0 30.46 MB

Based on "Wang, A. (2003, October). An industrial strength audio search algorithm. In Ismir (Vol. 2003, pp. 7-13)."

Python 0.33% Jupyter Notebook 99.67%

audio-fingerprint's Introduction

Audio Fingerprint Used by Shazam

Reference:

[1] M?ller, M. (2015). Fundamentals of music processing: Audio, analysis, algorithms, applications (Vol. 5). Cham: Springer.

[2] Wang, A. (2003, October). An industrial strength audio search algorithm. In Ismir (Vol. 2003, pp. 7-13).

[3] A. Olteanu. Gtzan dataset - music genre classification. [Online]. Available: https://www.kaggle.com/andradaolteanu/gtzan-dataset-musicgenre-classification

[4] Cohen, L., & Lee, C. (1989, November). Local bandwidth and optimal windows for the short time Fourier transform. In Advanced algorithms and architectures for signal processing IV (Vol. 1152, pp. 401-425). International Society for Optics and Photonics.

[5] Van der Walt, S., Sch?nberger, J. L., Nunez-Iglesias, J., Boulogne, F., Warner, J. D., Yager, N., ... & Yu, T. (2014). scikit-image: image processing in Python. PeerJ, 2, e453.

[6] http://coding-geek.com/how-shazam-works

Code

Jupyter:

Audio Identification.ipynb 

Python Package:

audioidentification/audioidentification.py

import audioidentification as aid
targetDir = 'database_recordings'
queryDir = 'query_recordings'
fingerprintDir = 'fingerprint'
output_file = 'output.txt'

aid.fingerprintBuilder(targetDir, fingerprintDir)
aid.audioIdentification(queryDir, fingerprintDir, output_file)

Author: Dekun Xie

audio-fingerprint's People

Contributors

xiedekun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.