Proof-of-concept browser app for loading four local audio loops, estimating their original BPM, and synchronizing playback to a shared master tempo.
make runOpen http://localhost:4173 in a browser with Web Audio support.
The app entrypoint is served from src/index.html.
make help
make test
make check- The current proof of concept uses playback-rate resampling to match the master BPM.
- BPM detection is heuristic-based and works best on clearly rhythmic loops with defined transients.