> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-custom-nodes-sdk-v2-frontend.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SaveAudio - ComfyUI Built-in Node Documentation

> This node saves audio data to a file in FLAC format.

This node saves audio data to a file in FLAC format. It takes an audio input and writes it to the output directory using the specified filename prefix. This node is deprecated and should be replaced with the current Save Audio node.

## Inputs

| Parameter         | Description                                                   | Data Type | Required | Range |
| ----------------- | ------------------------------------------------------------- | --------- | -------- | ----- |
| `audio`           | The audio data to be saved                                    | AUDIO     | Yes      | -     |
| `filename_prefix` | The prefix for the output filename (default: "audio/ComfyUI") | STRING    | No       | -     |

*Note: The `prompt` and `extra_pnginfo` parameters are hidden and automatically handled by the system.*

If the `audio` input receives no data (for example, when the source video has no audio track), the node raises an error and no file is saved.

## Outputs

| Output Name | Description                                                                           | Data Type |
| ----------- | ------------------------------------------------------------------------------------- | --------- |
| `audio`     | The audio data that was provided to the input, passed through after the file is saved | AUDIO     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SaveAudio/en.md)

***

**Source fingerprint (SHA-256):** `6ac62d315f14213091cd179a05f0bbd51f1b1a5056bb5c06ca137d2b574d6017`
