feat: cover song identification via stream

I found a tuto with the streaming way to performe cover song identification.
I also add a way to download some sound with youtube dl.
to download musique now just type:

youtube-dl --config-location config_youtube-dl
This commit is contained in:
Lapin 2021-06-05 21:51:04 +02:00
parent 76a85a75c8
commit 3c4d7b7299
6 changed files with 199 additions and 82 deletions

6
config_youtube-dl Normal file
View file

@ -0,0 +1,6 @@
--batch-file song_to_test
--no-overwrites
--continue
--extract-audio
--audio-format mp3
-o ./audio/%(title)s.%(ext)s