fairlight_insert_audio
Import an audio file into the Media Pool and append it to the current timeline on an audio track.
Instructions
Import an audio file and insert it into the timeline on an audio track.
The file is first imported into the Media Pool, then appended to the current timeline. Because the scripting API has limited control over audio-track targeting, the clip is appended using the standard AppendToTimeline method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the audio file (WAV, MP3, AAC, etc.). | |
| track_index | No | 1-based audio track index hint. The Resolve API may not honour this directly — the clip will be placed on the first available audio track. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |