worldveil / dejavu

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

Align matches ? #121

Closed yoyonel closed 7 years ago

yoyonel commented 7 years ago

https://github.com/worldveil/dejavu/blob/7f53f2ab6896b38cfd54cc396e2326a98b957d07/dejavu/__init__.py#L119-L124 https://github.com/worldveil/dejavu/blob/7f53f2ab6896b38cfd54cc396e2326a98b957d07/dejavu/__init__.py#L131-L150

Hi, i review your code (i'm interested about your architecture and your core recognition algorithm), and i have some doubts about this part. In the doc of this function you're mention about alignement of matches (in regard of time events). But in your code i don't see anything about 'alignment', i recognize just a counter with a max research ... I'm missing something ?

Thanks in advance for your support :-)

Lionel