ITextToSpeechTask Interface
Provider-agnostic Text-to-Speech. Implementations configure voice/model on the asset.
IEnumerator SynthesizeStreamCoroutine ( string text,
string voice,
Action< AudioClip > onReady )
ParametersvoiceOptional voice name/id. Implementations may map/ignore.
onReadyInvoked with a decoded AudioClip when audio is ready.