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 Requires-Dist: pydub (==0.23.1) Requires-Dist: PyAudio (==0.2.11) Requires-Dist: numpy (==1.17.2) Requires-Dist: scipy (==1.3.1) Requires-Dist: matplotlib (==3.1.1) Requires-Dist: mysql-connector-python (==8.0.17) Requires-Dist: psycopg2 (==2.8.3) 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.