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 all, When I try recognition a file song , results are tow song , {'total_time': 5.804500102996826, 'fingerprint_time': 0.0436863899230957, 'query_time': 5.112560033798218, 'align_time': 0.6241583824157715, 'results': [{'song_id': 24549, 'song_name': b'2 My House.mp3001',...

### Changed - Pass correct argument variable. ### Comment Hello `dejavu` members, I'm interesting in your audio fingerprint work. I'm in diving your code for understanding what it works well....

Hello, I see from docs this is meant for music recognition. Had anyone tried to implement this for noise recognition? say car horn, bell, etc. cheers

I'm using MySQL on both a local db with a few songs and an AWS RDS instance with 1500 songs. The amount of RAM used grows exponentially during the recognition...

Hi, Have you got any unit testcases for dejavu project. If any, please share the link. Also,I am trying to mock the DB connection, if you anything on this, please...

I'm already puzzling with the configuration for hours now. Could someone guide me into the right direction? I have a small sound sample of ~300ms. And I need to find...

Hi, Is it required to insert all songs to database? I'm doing tests with your software with 150 k audio files and It will take a long time to store...

Is this project using continuous integration services (e.g., Travis-CI or Jenkings)? Or has it used at any point of its lifetime?

Thought that this might be useful.

Hi, I was wondering if it was possible to use dejavu to retrieve the timestamp location of the match, in the original audio recording. Thanks!