Metadata-Version: 2.1
Name: PyAudioFingerprint
Version: 0.1.0
Summary: Audio Fingerprinting in Python with SQLite DB
Home-page: http://github.com/reharish/pyAudioFingerprint
Author: reharish
Author-email: harishbaburengaraj@gmail.com
Maintainer: Will Drevo
Maintainer-email: harishbaburengaraj@gmail.com
License: MIT License
Keywords: python,audio,fingerprinting,music,numpy,landmark
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.md


Audio fingerprinting and recognition algorithm implemented in Python

See the explanation here:

`http://willdrevo.com/fingerprinting-and-audio-recognition-with-python/`__

Dejavu can memorize recorded audio by listening to it once and fingerprinting
it. Then by playing a song and recording microphone input or on disk file,
Dejavu attempts to match the audio against the fingerprints held in the
database, returning the song or recording being played.

__ http://willdrevo.com/fingerprinting-and-audio-recognition-with-python/

This package is a extended verison of willdrevo's Dejavu.

