v1.47.0
Vanilagy/mediabunnyv1.47.0Jun 16, 2026by Vanilagy
AI Summary
Adds audio sample trimming functionality and fixes several issues related to ISOBMFF fragments, input disposal, and the sequencing of processes in the Conversion API.
Key Highlights
- Added `AudioSample.trim()` for getting a slice of an audio sample.
- Fixed zero-sample ISOBMFF fragments throwing errors.
- Fixed unhandled rejection when disposing invalid input.
- Fixed `process` in Conversion API timing.
New Features
- Audio sample trimming
- Conversion API sequencing fixes
Full Release Notes
- Added `AudioSample.trim()` for getting a slice of an existing audio sample - Fixed zero-sample ISOBMFF fragments throwing an error (#411) - Fixed unhandled rejection when disposing invalid input (#413) - Fixed `process` in Conversion API being called *before* other transformations, not after (#403)