I’ve tried to create an audio transition using Tween as follows:
{
"clips": [
{
"start": 0,
"length": 11.392,
"scale": 1,
"position": "center",
"fit": "contain",
"asset": {
"type": "video",
"src": "CDN_URL",
"trim": 38.118,
"volume": [
{
"from": 0,
"to": 1,
"start": 0,
"length": 5,
"interpolation": "linear"
}
]
}
}
]
}
But I see no difference in the preview in studio editor, there is no audio effect applied. How can I implement custom volume effect by leveraging Tween object?