Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The SaveAudioOpus node saves audio data to an Opus format file. It takes audio input and exports it as a compressed Opus file with configurable quality settings. The node automatically handles file naming and saves the output to the designated output directory.

Inputs

ParameterData TypeRequiredRangeDescription
audioAUDIOYes-The audio data to be saved as an Opus file
filename_prefixSTRINGNo-The prefix for the output filename (default: “audio/ComfyUI”)
qualityCOMBONo”64k"
"96k"
"128k"
"192k"
"320k”
The audio quality setting for the Opus file (default: “128k”)

Outputs

Output NameData TypeDescription
--This node does not return any output values. It saves the audio file to disk as its primary function.