Speaker[Get] TTSSpeaker to be used | |
TextAsset | PhraseFile[Get] Text file with phrases separated by line |
string [] | Phrases[Get] All phrases to be loaded |
bool | LoadManually[Get] Whether LoadClips has to be called explicitly. If false, it is called on start |
TTSClipData [] | Clips[Get] |
bool | IsLoaded[Get] |
void | Start ( ) |
void | SetupSpeaker ( ) |
void | |
void | OnDestroy ( ) |
void | UnloadClips ( ) |
void | LoadClips ( ) |
List< string > | GetAllPhrases ( ) |
List< string > | GetVoiceIds ( ) Returns the supported voice ids (Only this speaker) |
List< string > | GetVoicePhrases ( string voiceId ) Returns the supported phrases per voice |
TTSSpeaker Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.Speaker |
---|
TTSSpeaker to be used |
TextAsset Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.PhraseFile |
---|
Text file with phrases separated by line |
string [] Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.Phrases |
---|
All phrases to be loaded |
bool Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.LoadManually |
---|
Whether LoadClips has to be called explicitly. If false, it is called on start |
TTSClipData [] Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.Clips |
---|
No description available.
|
bool Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.IsLoaded |
---|
No description available.
|
virtual void Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.Start ( ) |
---|
No description available.
|
virtual void Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.SetupSpeaker ( ) |
---|
No description available.
|
virtual void Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.OnClipReady ( TTSClipData clipData, string error ) |
---|
No description available.
|
virtual void Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.OnDestroy ( ) |
---|
No description available.
|
virtual void Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.UnloadClips ( ) |
---|
No description available.
|
virtual void Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.LoadClips ( ) |
---|
No description available.
|
virtual List<string> Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.GetAllPhrases ( ) |
---|
No description available.
|
virtual List<string> Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.GetVoiceIds ( ) |
---|
Returns the supported voice ids (Only this speaker) |
virtual List<string> Meta.WitAi.TTS.Utilities.TTSSpeakerAutoLoader.GetVoicePhrases ( string voiceId ) |
---|
Returns the supported phrases per voice |