worldveil / dejavu

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

compare two songs #42

Closed timkofu closed 10 years ago

timkofu commented 10 years ago

Is there a way to just compare two mp3s on the fly? Like,

dejavu.is_same_song(song1.mp3, song2.mp3)

It then returns True or False depending.

worldveil commented 10 years ago

Not currently, no. You mean without using a database? What is your use case?

timkofu commented 10 years ago

This was mostly driven by lack of MySQL on a machine, but I just read Dejavu now supports SQLAlchemy, which means I can use SQLite, yes?

worldveil commented 10 years ago

No, SQLAlchemy is not supported. @pguridi had a branch to do this, but hasn't pushed it.