---
title: "Add Audio"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/video/addaudio
markdown: https://docs.nodetool.ai/nodes/nodetool/video/addaudio.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/video/addaudio.md
---

# Add Audio

**Type:** `nodetool.video.AddAudio`

**Namespace:** `nodetool.video`

## Description

Add an audio track to a video, replacing or mixing with existing audio.
    video, audio, soundtrack, merge

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to add audio to. | `{"type":"video","uri":"","asset_id":null,"data"...` |
| audio | `audio` | The audio file to add to the video. | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| volume | `float` | Volume adjustment for the added audio. 1.0 is original volume. | `1` |
| mix | `bool` | If True, mix new audio with existing. If False, replace existing audio. | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `video` |  |

## Related Nodes

Browse other nodes in the [nodetool.video](./) namespace.
