---
title: "Save Audio Asset"
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/audio/saveaudioasset
markdown: https://docs.nodetool.ai/nodes/nodetool/audio/saveaudioasset.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/audio/saveaudioasset.md
---

# Save Audio Asset

**Type:** `nodetool.audio.SaveAudio`

**Namespace:** `nodetool.audio`

## Description

Save an audio file to a specified asset folder.
    audio, folder, name

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` |  | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| folder | `folder` | The asset folder to save the audio file to.  | `{"type":"folder","uri":"","asset_id":null,"data...` |
| name | `str` |          The name of the audio file.         You can use time and date variables to create unique names:         %Y - Year         %m - Month         %d - Day         %H - Hour         %M - Minute         %S - Second          | `%Y-%m-%d-%H-%M-%S.wav` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `audio` |  |

## Related Nodes

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