Skip to content

Fixed issue where changing speed resets audio channel of clip to channel 1

Issue: Changing the speed of a clip with several audio channels sets the audio stream of the clip to 1.

The added line manually sets the "audio_index" property of the warpProducer that is created when changing the speed, to the audioStream parameter that is already present. This fixes the issue.

Merge request reports