You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,13 +18,14 @@ made for [PaceMaker: BackEnd-2016 conference](http://www.pacemaker.in.ua/BackEnd
18
18
## How to
19
19
- To remove a specific song & related hash from db
20
20
21
-
```bash
21
+
```bash
22
22
$ python sql-execute.py -q "DELETE FROM songs WHERE id = 6;"
23
23
$ python sql-execute.py -q "DELETE FROM fingerprints WHERE song_fk = 6;"
24
24
```
25
25
26
26
## Thanks to
27
27
-[How does Shazam work](http://coding-geek.com/how-shazam-works/)
28
+
-[Audio fingerprinting and recognition in Python](https://github.com/worldveil/dejavu) - thanks for fingerprinting login via pynum
28
29
-[Audio Fingerprinting with Python and Numpy](http://willdrevo.com/fingerprinting-and-audio-recognition-with-python/)
29
30
-[Shazam It! Music Recognition Algorithms, Fingerprinting, and Processing](https://www.toptal.com/algorithms/shazam-it-music-processing-fingerprinting-and-recognition)
30
-
-[Creating Shazam in Java](http://royvanrijn.com/blog/2010/06/creating-shazam-in-java/)
31
+
-[Creating Shazam in Java](http://royvanrijn.com/blog/2010/06/creating-shazam-in-java/)
0 commit comments