This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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 |