video_add_generated_audio
Add procedurally generated audio, including background drone and timed sound events, to a video.
Instructions
Add procedurally generated audio to a video.
One-shot convenience function to generate and add audio to video.
Args: input_path: Absolute path to input video. audio_config: Configuration dict with: - drone: {"frequency", "volume"} for background tone - events: List of timed sound events output_path: Absolute path for output video.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| audio_config | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||