Python library & CLI for automated audio tempo calculation, Tap BPM interval analysis, and delay/reverb timing formulas. Powered by the BPM Finder App.
Project description
BPM Finder - Official Python SDK
High-precision Python bindings for audio tempo calculation, Tap BPM interval analysis, delay note divisions, and reverb pre-delay formulas.
Powered by the BPM Finder App.
Installation
pip install bpm-finder-app
Usage Example
from bpm_finder import calculate_bpm_from_intervals, calculate_delay_times, calculate_reverb_predelay
# 1. Tap BPM Calculation
timestamps = [1000.0, 1500.0, 2000.0, 2500.0]
bpm = calculate_bpm_from_intervals(timestamps)
print("Calculated BPM:", bpm) # 120
# 2. Delay Note Divisions (ms)
delay_times = calculate_delay_times(120)
print(delay_times)
# {'quarter_note_ms': 500.0, 'eighth_note_ms': 250.0, 'sixteenth_note_ms': 125.0, ...}
# 3. Reverb Pre-Delay Recommendations
predelay = calculate_reverb_predelay(120)
print(predelay)
# {'tight_predelay_ms': 62.5, 'natural_predelay_ms': 125.0, 'spacious_predelay_ms': 250.0}
Official Web Tool
Analyze audio files directly in your browser with zero uploads on the official BPM Finder App.
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
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 bpm_finder_app-1.0.0.tar.gz.
File metadata
- Download URL: bpm_finder_app-1.0.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22d4bb884baa74eb72380a39b5307120809f543e77b074dad5d995851d3706c5
|
|
| MD5 |
c26a64d0a582407eba72389c0eeafed5
|
|
| BLAKE2b-256 |
768f30a8c7271e56caa97268b77440c9ae6678af9e5ff647cbaece55fd7346e9
|
File details
Details for the file bpm_finder_app-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bpm_finder_app-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd639745ff4d2072cdd86484f120ee7bb32438a900cb5cc8064dfbeb35855f91
|
|
| MD5 |
58b518baf909a1f1f09ee95ae25ef604
|
|
| BLAKE2b-256 |
3d065b00e69c71c7b14f3201811d96d94c90825cd0f84003fe01938fce001b8d
|