dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

Audio fingerprinting and recognition in Python

Results 127 dejavu issues
Sort by recently updated
recently updated
newest added

Hi. I just wanted to know if it's possible use this project to scan the ambient's sound and send an alarm when it match just only a percentage and not...

I am running a python code on jupyter notebook and encounter the error "AttributeError: 'numpy.int64' object has no attribute 'read'". I have already searched it a lot but there is...

There are small typos in: - README.md - dejavu/third_party/wavio.py Fixes: - Should read `perceives` rather than `percieves`. - Should read `library` rather than `libary`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

I installed the mysql server in my Docker image and recorded about 200 songs. After many queries, the mysql server crashed due to out of memory. Has anyone encountered this...

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

The module needs to be revisited and update to python3 as that is what everyboody is using now please. Till now i haven't even used it yet

I founded an example of a negative offset_second value in the README.md of this project. {'total_time': 2.863781690597534, 'fingerprint_time': 2.4306554794311523, 'query_time': 0.4067542552947998, 'align_time': 0.007731199264526367, 'results': [{'song_id': 1, 'song_name': 'Taylor Swift -...

The song FileRecognizer and MicrophoneRecognizer returns none even though song is in database. How do i fix that please?

Code `from dejavu import Dejavu from dejavu.recognize import FileRecognizer import warnings import multiprocessing warnings.filterwarnings("ignore") if __name__ == '__main__': ## Database Installation config = { "database": { "host": "127.0.0.1", "user": "root",...