set-audio-levels
Set audio levels (dB) for layers with per-channel control and keyframe-based automation.
Instructions
Set the audio levels (in dB) for an audio or AV layer. Supports per-channel control and optional keyframing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compIndex | Yes | 1-based composition index. | |
| layerIndex | Yes | 1-based layer index. | |
| level | No | Level in dB applied to both left and right channels (e.g. 0 = unity, -6 = half volume, -96 = silence). | |
| leftLevel | No | Left channel level in dB (overrides level for left channel). | |
| rightLevel | No | Right channel level in dB (overrides level for right channel). | |
| timeInSeconds | No | If provided, sets a keyframe at this time instead of a static value. |