Commit graph

7 commits

Author SHA1 Message Date
mrepetto
e6b5976e40 Several fixes and changes:
- isort fixes
- flake8 fixes
- fixed bug of getting duplicated hashes because of sending channels in parallel.
- fixed bug of assigning matches to one offset when the same hash is present in several offsets of a song.
- added type hints and docstring for almost everything.
- added code to list fingerprinted songs in the database.
- added code to delete songs from the database.
- split time in several times: fingerprint time, query time and align time.
- turned the list generator into lists (necessary for split times)
- changed dejavu response.
- added two types of confidences, one that is based on the hashes matched vs the hashes in the db, and another one that is hashes matched vs the hashes from the input song.
- refactored the logic to return more than one result.
2019-10-09 19:22:25 -03:00
mrepetto
e046eeee93 - Extracted common logic from database handlers.
- Fixed tests.
- Refactored solution architecture once more.
- Refactored solution hierarchy.
- Adding audios for testing.
- Solved flake8 issues and reorganized several imports in the process.
2019-09-25 17:38:25 -03:00
mrepetto
6bc15ab8d4 forgot to add the postgresql connector to requirements.txt 2019-09-20 17:45:05 -03:00
mrepetto
78dfef04d3 migrated code to python 3.6.6 and refactored some code to improve it. 2019-09-18 12:39:59 -03:00
Saleem Ansari
29f59be1e7 Update version numbers in requirements file 2014-12-03 16:08:53 +05:30
Saleem Ansari
785a1db92d Bump version to 0.1.2 2014-12-02 15:42:09 +05:30
Saleem Ansari
efe3a33915 Added setup.py 2014-11-28 03:26:25 +05:30