Skip to main content

BPM Finder - Official Python SDK

PyPI version License: MIT

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bpm_finder_app-1.0.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bpm_finder_app-1.0.0-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

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

Hashes for bpm_finder_app-1.0.0.tar.gz
Algorithm Hash digest
SHA256 22d4bb884baa74eb72380a39b5307120809f543e77b074dad5d995851d3706c5
MD5 c26a64d0a582407eba72389c0eeafed5
BLAKE2b-256 768f30a8c7271e56caa97268b77440c9ae6678af9e5ff647cbaece55fd7346e9

See more details on using hashes here.

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

Hashes for bpm_finder_app-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bd639745ff4d2072cdd86484f120ee7bb32438a900cb5cc8064dfbeb35855f91
MD5 58b518baf909a1f1f09ee95ae25ef604
BLAKE2b-256 3d065b00e69c71c7b14f3201811d96d94c90825cd0f84003fe01938fce001b8d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page