> ## 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.

# SaveAudioMP3 - ComfyUI Built-in Node Documentation

> The SaveAudioMP3 node saves audio data as an MP3 file.

The SaveAudioMP3 node saves audio data as an MP3 file. It takes an audio input and exports it to the output directory with customizable filename and quality settings, handling file naming and MP3 format conversion automatically. **This node is deprecated and may be removed in future versions.**

## Inputs

| Parameter         | Description                                                      | Data Type      | Required | Range                              |
| ----------------- | ---------------------------------------------------------------- | -------------- | -------- | ---------------------------------- |
| `audio`           | The audio data to be saved as an MP3 file                        | AUDIO          | Yes      | -                                  |
| `filename_prefix` | The prefix for the output filename (default: "audio/ComfyUI")    | STRING         | No       | -                                  |
| `quality`         | The audio quality setting for the MP3 file (default: "V0")       | COMBO          | No       | `"V0"`<br />`"128k"`<br />`"320k"` |
| `prompt`          | Internal prompt data, automatically provided by the system       | PROMPT         | No       | -                                  |
| `extra_pnginfo`   | Additional PNG information, automatically provided by the system | EXTRA\_PNGINFO | No       | -                                  |

**Note:** If the input `audio` is None (for example, when the source video has no audio track), the node raises a ValueError.

## Outputs

| Output Name | Description                                  | Data Type |
| ----------- | -------------------------------------------- | --------- |
| `audio`     | The audio data that was saved to an MP3 file | 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/SaveAudioMP3/en.md)

***

**Source fingerprint (SHA-256):** `7d3b439dfd7cb211dd6568f6b5124bb225909dcf0ae150addc4ca226d947a4f0`
