worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

insert songs to database #234

Open hedo95 opened 4 years ago

hedo95 commented 4 years ago

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 all files.

For recognizing, It just make a fingerprint of the input and compares it with all fingerprints from database. We could drop the query that inserts all songs.