Releases: olilarkin/librosa.cpp
Releases · olilarkin/librosa.cpp
Release list
v0.1.3
Adds a CommonJS/Node build alongside the existing ESM one, so require("@olilarkin/librosa-wasm") works directly (Electron main, plain Node, Ableton Extension Host) with no manual conversion. Also bumps the CI Emscripten toolchain to 4.0.22.
See #10 for details.
v0.1.2
What's Changed
- Add optional SOXR resampling support by @olilarkin in #5
- Beat tracker parity by @olilarkin in #6
- Optimize kaiser_hq rational resampling by @olilarkin in #7
- Add performance benchmarks by @olilarkin in #8
- Bump version to 0.1.2 by @olilarkin in #9
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Changes since v0.1.0
- Rename CLI binary from
librosatorosa - Add Swift conversion parity
- Add native PFFFT CI job
- Guard tempo frequency bin count
Full Changelog: v0.1.0...v0.1.1