kord v0.5.1
What's Changed
- Feature: Guess notes from audio file (redo) by @dscottboggs in #3.
- Added the ML model, and trained it on simulated data.
- Made improvements to the existing deterministic algorithm.
- Refactored the repository for better SOC across
core
,analyze
, andml
.
Breaking Changes
- The core types and method (e.g.,
Note
) have moved fromklib
toklib::core
. - The analyze types and methods have moved from
klib
toklib::core
.
New Contributors
- @dscottboggs made their first contribution in #3
Full Changelog: v0.4.2...v0.5.1