v1.47.0

nats-io/nats-serverv1.47.0Jun 16, 2026by Vanilagy

AI Summary

Introduced new audio manipulation functionality and resolved issues related to ISOBMFF fragments and input disposal.

Key Highlights

  • Added `AudioSample.trim()` for getting slices of audio samples
  • Fixed zero-sample ISOBMFF fragments throwing errors
  • Fixed unhandled rejection when disposing invalid input
  • Fixed `process` in Conversion API execution order

New Features

  • AudioSample.trim() method

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)