Writing /var/lib/dokuwiki/wiki.project-insanity.org/data/meta/music_recognition.meta failed
Hotfix release available: 2025-05-14b "Librarian".
upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian".
upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian".
upgrade now! [56] (what's this?)
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:41] – 2a01:4f8:191:327:907d:17ff:febf:ec7a | 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:// | ||
