Writing /var/lib/dokuwiki/wiki.project-insanity.org/data/meta/music_recognition.meta failed
music_recognition
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
music_recognition [2019/02/02 18:54] – 2a01:4f8:191:327:3c31:2d84:c0e:79b8 | music_recognition [2021/10/31 10:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Music recognition ===== | ||
+ | <code bash> | ||
+ | git clone https:// | ||
+ | cd Go-deezer-downloader | ||
+ | go build | ||
+ | ./ | ||
+ | </ | ||
+ | * https:// | ||
+ | < | ||
+ | https:// | ||
+ | </ | ||
+ | Alternatives | ||
+ | * https:// | ||
+ | ====== Simons Steps ====== | ||
+ | Github Repo: https:// | ||
+ | * The program requires python2 | ||
+ | * Install everything listed in requirements.txt, | ||
+ | |||
+ | <code bash> | ||
+ | sudo pip2 install numpy termcolor wave pydub matplotlib scipy | ||
+ | sudo pacman -S python2-pyaudio tk | ||
+ | </ | ||
+ | |||
+ | You also need either ffmpeg or avconv: | ||
+ | |||
+ | <code bash> | ||
+ | sudo pacman -S ffmpeg | ||
+ | </ | ||
+ | |||
+ | * Create a folder " | ||
+ | * Follow the steps in the readme | ||
+ | * To check a file against the database: | ||
+ | |||
+ | <code bash> | ||
+ | make recognize-file file=/ | ||
+ | </ | ||
+ | Alternative | ||
+ | * https:// | ||
+ | ===== rework ===== | ||
+ | * https:// |