An implementation of Shazam's song recognition algorithm.
Find a file
2024-05-11 08:47:01 +01:00
.vscode Saving to github after many changes 2024-03-26 10:00:34 +01:00
client Make some little improvements to the UI 2024-05-09 20:46:28 +01:00
models Create models module. 2024-05-09 20:57:03 +01:00
shazam Reimplement algorithm based of coding-geek's article. 2024-05-03 05:29:48 +01:00
signal Update GitHub 2024-04-26 05:39:40 +01:00
spotify Modify the Spotify downloader to accommodate recent breaking changes. 2024-05-09 20:56:01 +01:00
utils refactor: remove redundancy; add more detail to error message 2024-05-11 08:47:01 +01:00
wav Make 'wav' module separating it from 'utils'. 2024-05-09 20:49:00 +01:00
.gitignore Pushing to GitHub after many changes. 2024-04-14 23:56:55 +01:00
go.mod Reimplement algorithm based of coding-geek's article. 2024-05-03 05:29:48 +01:00
go.sum Reimplement algorithm based of coding-geek's article. 2024-05-03 05:29:48 +01:00
imain.go Saving to github after many changes 2024-03-26 10:00:34 +01:00
LICENSE Initial commit 2024-03-05 16:20:41 +01:00
main.go Pushing to GitHub after many changes. 2024-04-14 23:56:55 +01:00
README.md Initial commit 2024-03-05 16:20:41 +01:00
server.go Update GitHub 2024-04-26 05:39:40 +01:00

song-recognition

My repliction of Shazam's song matching algorithm.