MaxTextLength
: int |
Signature
int Meta.WitAi.TTS.Utilities.TTSSpeechSplitter.MaxTextLength |
OnPreprocessTTS
(
speaker
, phrases
)
|
Split each phrase larger than min text length into multiple phrases
Signature
void Meta.WitAi.TTS.Utilities.TTSSpeechSplitter.OnPreprocessTTS(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 |