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 VAEDecodeAudio node converts latent representations back into audio waveforms using a Variational Autoencoder. It takes encoded audio samples and processes them through the VAE to reconstruct the original audio, applying normalization to ensure consistent output levels. The resulting audio is returned with a standard sample rate of 44100 Hz.

Inputs

ParameterData TypeRequiredRangeDescription
samplesLATENTYes-The encoded audio samples in latent space that will be decoded back to audio waveform
vaeVAEYes-The Variational Autoencoder model used to decode the latent samples into audio

Outputs

Output NameData TypeDescription
AUDIOAUDIOThe decoded audio waveform with normalized volume and 44100 Hz sample rate