v1.2.8
This release bridges the gap to the transition to the TypeScript rewrite, including some performance improvements found in the rewrite, as well as an option to disable spawning FFmpeg in a shell (introduced in a recent version, seems to be problematic for some Windows users).
-
perf(Opus): remove unnecessary async/await
-
perf(VolumeTransformer): remove unnecessary Buffer allocation
Rather than creating a new buffer for the output with the volume transformation applied, the volume transformation is performed directly on the input buffer.
-
feat(FFmpeg): allow spawning without shell
-
chore(Release): v1.2.8