Detects the songs from an audio
Project description
acrcloud
This project has been created to detects the songs from an audio.
Disclaimer
- This project is licensed under CC BY-NC-SA 4.0
-
OS Supported
-
Important
For get the access key, access secret and host watch (https://www.acrcloud.com/docs/acrcloud/)
-
Installation
pip3 install acrcloud
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-acrcloud-1.3.tar.gz
(2.4 kB
view details)
File details
Details for the file python-acrcloud-1.3.tar.gz
.
File metadata
- Download URL: python-acrcloud-1.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e46f407be82c2d315ad158fc5e3707101143e6e0c7d9d3d6d75572808d4c57a1 |
|
MD5 | 2d40f402c43fad3bb22fa8834ca838dc |
|
BLAKE2b-256 | ef7fc36d480e72bed4af8f889c7030da4befca19fce5fd76d3d51ec5e15c3804 |