Issue Summary
When I add effect: 'fadeOut' to an audio clip, the audio doesn't play.
clips: [
{
asset: {
type: 'audio',
src: musicFile.url,
volume: 0.3,
effect: 'fadeOut',
},
start: 0,
length: timelineDuration,
},
],
Expected Behavior
Audio should fade out (or at least not have an effect)
Actual Behavior
Entire audio clip is silent/missing
Steps to Reproduce
No response
Technical Analysis
No response
Possible Solutions
No response
Tested Environment
v2.4.0
Additional Context
No response