Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 877 Bytes

File metadata and controls

34 lines (25 loc) · 877 Bytes

acrcloud

This project has been created to detects the songs from an audio.

Disclaimer

Identify a song

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)