audioFor method
The resolved file-backed AudioSource for a produced audio source
(music, speech, or sound effect) — synchronous by contract.
Only valid after generateAll for an audio source; implementations throw on an unresolved or non-audio source.
Implementation
@override
AudioSource audioFor(GenerativeSource source) =>
throw FluvieGenerativeException('No generative backend produced "$source". $_install');