[0.7.0] - 2024-05-24
Added
- Ability to set output sample rate for the LAME encoder (#11)
Changed
- Changed the internal WASM API, so added error checking for mismatched JS/WASM binaries
- This package (except for UMD and esnext builds) now depends on
@swc/helpers
instead of@babel/runtime
Developer changes
- Build toolchain upgraded to Node 20, Yarn 4, SWC, and vitest