Detecta o tom e o BPM de arquivos de áudio (MP3, WAV, FLAC)
Project description
KeyBeat 🎧🎹
KeyBeat é uma biblioteca Python para detectar o BPM (batidas por minuto) e o tom musical (incluindo se é maior ou menor) de arquivos de áudio (.mp3, .wav, .flac).
Como usar
from keybeat import analyze_audio
bpm, key, mode = analyze_audio("minha_musica.wav")
print(f"BPM: {bpm}")
print(f"Tom: {key} ({mode})")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
keybeat_txrr-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file keybeat_txrr-0.1.0.tar.gz.
File metadata
- Download URL: keybeat_txrr-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7c562c416e7b59a3835cf86adc115900487caa5a63a31ab0137d70013efe65e
|
|
| MD5 |
c5097c555c24971be5531b3aaf8504a1
|
|
| BLAKE2b-256 |
7fddaef983714dac244459c5eba3890c1445fe995cdc5f836a941b23f8fc24ca
|
File details
Details for the file keybeat_txrr-0.1.0-py3-none-any.whl.
File metadata
- Download URL: keybeat_txrr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6d85bc08a4997f20a6d66cab524ae61e31261068b62e4ddfe242031be76f392
|
|
| MD5 |
e31f03c46d0d4f9fed4245ddff9623cb
|
|
| BLAKE2b-256 |
01efa24fd084b240703fb7be22b49096f4201947388f4dc4e81aaee62d06f52b
|