OnPostprocessTTS
(
speaker
, phrases
)
|
Called after prefix/postfix modifications are applied to the input string
Signature
void Meta.WitAi.TTS.Interfaces.ISpeakerTextPostprocessor.OnPostprocessTTS(TTSSpeaker speaker, List< string > phrases) Parameters phrases: List< string >Â
The current phrase list that will be used for speech. Can be added to or removed as needed.
Returns void |