Skip to content

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

Notifications You must be signed in to change notification settings

An0nimia/python-acrcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages