v1.51.0
facebookresearch/omnilingual-asrv1.51.0Jul 22, 2026by Vanilagy
AI Summary
Adds composable conversion capabilities and execution control features to the conversion system.
Key Highlights
- Added `composable: true` for Conversions to allow multiple targets.
- Added `pauseSignal` option for pausing Conversions.
- Added `until` option for stepping Conversions forward deliberately.
New Features
- Composable conversions
- Pause conversion execution
- Step conversion execution
Full Release Notes
- Added *composable conversions*: You can now set `composable: true` for a `Conversion`, which makes the `Conversion` no longer "own" the `Output`. This allows you to add additional tracks manually, or have multiple conversions target the same output, useful for combining multiple files into one. - Conversions can now be paused using the `pauseSignal` option on the `execute` method - Conversions can now be stepped forward deliberately using the `until` option on the `execute` method