You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed methods: process → predict (BeatPredictor), process → extract (MelExtractor), process → decode (PeakPicker)
Re-exported beat_counts and calculate_bpm from the crate root
Added
BeatThis::from_models constructor for building from pre-loaded models
BeatThis::beat_model_mut accessor for runtime-specific operations (e.g. ORT profiling)
analyze_audio_timed method with per-stage timing via TimedAnalysis and AnalysisTiming
Fixed
Audio chunk padding: correctly handle last chunk border trimming instead of always using full CHUNK_SIZE, fixing potential out-of-bounds access on short audio