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:
parent
76a85a75c8
commit
3c4d7b7299
6 changed files with 199 additions and 82 deletions
6
config_youtube-dl
Normal file
6
config_youtube-dl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
--batch-file song_to_test
|
||||
--no-overwrites
|
||||
--continue
|
||||
--extract-audio
|
||||
--audio-format mp3
|
||||
-o ./audio/%(title)s.%(ext)s
|
||||
Loading…
Add table
Add a link
Reference in a new issue