This project has been created to detects the songs from an audio.
- This project is licensed under CC BY-NC-SA 4.0
-
For get the access key, access secret and host watch (https://www.acrcloud.com/docs/acrcloud/)
-
pip3 install acrcloud
Identify a song by an audio
import acrcloud
config = {
"key": YOUR ACCESS KEY,
"secret": YOUR ACCESS SECRET,
"host": YOUR HOST
}
audio = "audio.mp3"
acr = acrcloud.ACRcloud(config)
audio = acr.recognizer(audio)