int | MaxTextLength[Get] |
void | Split each phrase larger than min text length into multiple phrases |
int Meta.WitAi.TTS.Utilities.TTSSpeechSplitter.MaxTextLength |
---|
No description available.
|
void Meta.WitAi.TTS.Utilities.TTSSpeechSplitter.OnPreprocessTTS ( TTSSpeaker speaker, List< string > phrases ) |
---|
Split each phrase larger than min text length into multiple phrases Parameters speaker The speaker that will be used to speak the resulting text phrasesThe current phrase list that will be used for speech. Can be added to or removed as needed. |