docs/source/en/api/models/autoencoder_same.md
The SAME (Semantically-Aligned Music Encoder) autoencoder is used by Stable Audio 3 to compress stereo audio waveforms into a compact latent sequence and reconstruct them.
The encoder stacks [SAMETransformerResamplingBlock] modules, each of which groups a fixed number of audio
patch frames and produces one learnable output token via a differential transformer. The decoder inverts this
process, expanding each latent token back to a patch of audio frames.
A soft-norm bottleneck (SoftNormBottleneck) normalises latents before and after the diffusion model,
providing stable training dynamics.
[[autodoc]] AutoencoderSAME - all - encode - decode
[[autodoc]] models.autoencoders.autoencoder_same.SAMETransformerResamplingBlock
[[autodoc]] models.autoencoders.autoencoder_same.AutoencoderSAMEOutput
[[autodoc]] models.autoencoders.autoencoder_same.AutoencoderSAMEDecoderOutput