mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-21 15:00:57 +00:00
ac7b9e7fcc
- Score.from_wav(split=True) returns melody, bass, chords (chromagram triad matching), drums (onset classification calibrated against pytheory's own synths), and score.detected_key - pytheory tune: mic → YIN → note + cents; terminal needle or --serve for a browser tuner page + CORS-open SSE stream for JavaScript apps - New public API: pytheory.audio.detect_chords / detect_drums, pytheory.tuner.Tuner / analyze_frame - Fix onset detector rejecting hits in the first ~90ms of a recording - Docs homepage: uv install instructions Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>