OnClipAdded[Get] Callback for clips being added to the runtime cache | |
OnClipRemoved[Get] Callback for clips being removed from the runtime cache |
TTSClipData [] | GetClips ( ) Method for obtaining all cached clips |
GetClip ( string clipID ) Method for obtaining a specific cached clip | |
bool | AddClip ( TTSClipData clipData ) Method for adding a clip to the cache |
void | RemoveClip ( string clipID ) Method for removing a clip from the cache |
TTSClipEvent Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.OnClipAdded |
---|
Callback for clips being added to the runtime cache |
TTSClipEvent Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.OnClipRemoved |
---|
Callback for clips being removed from the runtime cache |
TTSClipData [] Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.GetClips ( ) |
---|
Method for obtaining all cached clips |
TTSClipData Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.GetClip ( string clipID ) |
---|
Method for obtaining a specific cached clip |
bool Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.AddClip ( TTSClipData clipData ) |
---|
Method for adding a clip to the cache Parameters clipData Returns |
void Meta.WitAi.TTS.Interfaces.ITTSRuntimeCacheHandler.RemoveClip ( string clipID ) |
---|
Method for removing a clip from the cache |