Add music track
add_music_trackAdd background music to the project from the audio library (find track ids with browse_audio_library, category="music"). Defaults loop the track under the whole video at bed level (volume 0.12 ≈ -18.4 dB under narration — don't raise it without being asked); re-run export_video to hear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | True loops the track under the whole video; false plays it once | |
| name | No | Display name for the track on the project's timeline | Music |
| volume | No | Playback volume 0-1; the 0.12 default sits at bed level under narration — don't raise it unless asked | |
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| start_frame | No | Timeline frame at which the track starts (0 = start of the video) | |
| library_track_id | Yes | Audio library track ID, from browse_audio_library(category="music") |