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 VAEEncodeAudio node converts audio data into a latent representation using a Variational Autoencoder (VAE). It takes audio input and processes it through the VAE to generate compressed latent samples that can be used for further audio generation or manipulation tasks. The node automatically resamples audio to 44100 Hz if needed before encoding.

Inputs

ParameterData TypeRequiredRangeDescription
audioAUDIOYes-The audio data to encode, containing waveform and sample rate information
vaeVAEYes-The Variational Autoencoder model used to encode the audio into latent space
Note: The audio input is automatically resampled to 44100 Hz if the original sample rate differs from this value.

Outputs

Output NameData TypeDescription
LATENTLATENTThe encoded audio representation in latent space, containing compressed samples