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) => _audio[source] ?? (throw _unresolved(source));