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

# AudioEncoderEncode - ComfyUI Built-in Node Documentation

> Complete documentation for the AudioEncoderEncode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 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/AudioEncoderEncode/en.md)

The AudioEncoderEncode node processes audio data by encoding it using an audio encoder model. It takes audio input and converts it into an encoded representation that can be used for further processing in the conditioning pipeline. This node transforms raw audio waveforms into a format suitable for audio-based machine learning applications.

## Inputs

| Parameter       | Data Type      | Input Type | Default | Range | Description                                                    |
| --------------- | -------------- | ---------- | ------- | ----- | -------------------------------------------------------------- |
| `audio_encoder` | AUDIO\_ENCODER | Required   | -       | -     | The audio encoder model used to process the audio input        |
| `audio`         | AUDIO          | Required   | -       | -     | The audio data containing waveform and sample rate information |

## Outputs

| Output Name | Data Type              | Description                                                     |
| ----------- | ---------------------- | --------------------------------------------------------------- |
| `output`    | AUDIO\_ENCODER\_OUTPUT | The encoded audio representation generated by the audio encoder |
