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

# SaveAudioOpus - ComfyUI Built-in Node Documentation

> The SaveAudioOpus node saves audio data to a file in the Opus format, letting you choose the encoding quality (bitrate) and the filename prefix for the exported file.

The SaveAudioOpus node saves audio data to a file in the Opus format, letting you choose the encoding quality (bitrate) and the filename prefix for the exported file. 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 Opus file. A ValueError is raised if this is None (for example, when the source video has no audio track). | AUDIO     | Yes      | -                                                              |
| `filename_prefix` | The prefix used for the output filename (default: "audio/ComfyUI").                                                                         | STRING    | No       | -                                                              |
| `quality`         | The bitrate used to encode the Opus file; higher values produce better quality but larger files (default: "128k").                          | COMBO     | No       | `"64k"`<br />`"96k"`<br />`"128k"`<br />`"192k"`<br />`"320k"` |

## Outputs

| Output Name | Description                                     | Data Type |
| ----------- | ----------------------------------------------- | --------- |
| `audio`     | The audio data that was saved to the Opus 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/SaveAudioOpus/en.md)

***

**Source fingerprint (SHA-256):** `a2f585f45299759738fa85f6b73f51680d4e86da57d3fc9c2236e66114fa3d6c`
