Bases: Module
Public wrapper for Audio Decoder with native FastVideo implementation.
Source code in fastvideo/models/audio/ltx2_audio_vae.py
| def __init__(self, config: dict[str, Any]):
super().__init__()
self.model: AudioDecoder = AudioDecoderConfigurator.from_config(config)
|