An implementation of Shazam's song recognition algorithm.
Find a file
Chigozirim Igweamaka 5edb36887b Update packages
2024-06-23 22:47:24 +01:00
.vscode Saving to github after many changes 2024-03-26 10:00:34 +01:00
client Revert "Download recording and set fallbacks for record data" 2024-06-11 08:45:46 +01:00
models Rename struct 2024-05-15 04:52:47 +01:00
scripts update script 2024-06-23 22:44:38 +01:00
shazam Find and return search duration. 2024-06-23 22:09:44 +01:00
spotify Automatically create songs directory. 2024-05-18 08:01:45 +01:00
utils Write a helper function 2024-06-23 14:40:14 +01:00
wav Exit with an error if any parameter is <= 0 2024-06-11 03:34:46 +01:00
.gitignore Ignore songs dir 2024-06-08 13:11:21 +01:00
appspec.yml Update appspec.yml 2024-05-21 08:31:04 +01:00
cmdHandlers.go Add CLI functionality for 'find', 'download', and 'serve' commands 2024-06-23 22:08:00 +01:00
go.mod Update packages 2024-06-23 22:47:24 +01:00
go.sum Update packages 2024-06-23 22:47:24 +01:00
How_does_Shazam_work_Coding_Geek.pdf Upload pdf 2024-05-15 04:51:36 +01:00
LICENSE Initial commit 2024-03-05 16:20:41 +01:00
main.go Add CLI functionality for 'find', 'download', and 'serve' commands 2024-06-23 22:08:00 +01:00
README.md Initial commit 2024-03-05 16:20:41 +01:00
socketHandlers.go remove print statement 2024-06-23 22:10:39 +01:00

song-recognition

My repliction of Shazam's song matching algorithm.