An0nimia / python-acrcloud

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:Python 100.0%