Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
music_recognition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
music_recognition [2019/02/02 18:48] 2a01:4f8:191:327:3c31:2d84:c0e:79b8music_recognition [2021/10/31 10:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== Music recognition =====
 +<code bash>
 +git clone https://github.com/moon004/Go-deezer-downloader.git
 +cd Go-deezer-downloader
 +go build
 +./go-decrypt-deezer --id 110956726 --username onny@project-insanity.org --password ****
 +</code>
 +  * https://github.com/nvlbg/gepify/blob/64745f9dc3e31d55c5b73457b719484384ba0d76/tests/test_deezer.py
 +<code>
 +https://www.deezer.com/de/track/110956726
 +</code>
 +Alternatives
 +  * https://github.com/trustedtomato/dzdl
 +====== Simons Steps ======
 +Github Repo: https://github.com/Theverat/audio-fingerprint-identifying-python
  
 +  * The program requires python2
 +  * Install everything listed in requirements.txt, plus matplotlib, tkinter ("tk") and scipy:
 +
 +<code bash>
 +sudo pip2 install numpy termcolor wave pydub matplotlib scipy
 +sudo pacman -S python2-pyaudio tk
 +</code>
 +
 +You also need either ffmpeg or avconv:
 +
 +<code bash>
 +sudo pacman -S ffmpeg
 +</code>
 +
 +  * Create a folder "mp3"
 +  * Follow the steps in the readme
 +  * To check a file against the database:
 +
 +<code bash>
 +make recognize-file file=/path/to/file.mp3
 +</code>
 +Alternative
 +  * https://github.com/worldveil/dejavu
 +===== rework =====
 +  * https://github.com/liamcoatman/dejavu