enum | TTSClipLoadState { TTSClipLoadState.Unloaded , TTSClipLoadState.Preparing , TTSClipLoadState.Loaded , TTSClipLoadState.Error } |
enum | TTSDiskCacheLocation { TTSDiskCacheLocation.Stream , TTSDiskCacheLocation.Preload , TTSDiskCacheLocation.Persistent , TTSDiskCacheLocation.Temporary } |
enum | Viseme { Viseme.sil , Viseme.PP , Viseme.FF , Viseme.TH , Viseme.DD , Viseme.kk , Viseme.CH , Viseme.SS , Viseme.nn , Viseme.RR , Viseme.aa , Viseme.E , Viseme.ih , Viseme.oh , Viseme.ou } An enum used for the various types of lip and mouth positions possible during speech. A single viseme could be used to represent one or more phonemes. More Information: https://visagetechnologies.com/uploads/2012/08/MPEG-4FBAOverview.pdf |
delegate void | TTSEventContainerDelegate ( TTSEventContainer container ) Callback method that includes audio event animation data |
Unloaded | |
Preparing | |
Loaded | |
Error |
Stream | Does not cache |
Preload | Stores files in editor only & loads files from internal project location (Application.streamingAssetsPath) |
Persistent | Stores files at persistent location (Application.persistentDataPath) |
Temporary | Stores files at temporary cache location (Application.temporaryCachePath) |
sil | Phonemes: (...) Ex: mouth is closed |
PP | Phonemes: p, b, m Ex: put, but, mouse |
FF | Phonemes: f, v Ex: fine, verb |
TH | Phonemes: th, dh Ex: three, the |
DD | Phonemes: t, d Ex: truck, duck |
kk | Phonemes: k, g Ex: kit, get, thing |
CH | Phonemes: SH, ZH, CH, JH Ex: shift, treasure, check, jungle |
SS | Phonemes: s, z Ex: sit, zebra |
nn | Phonemes: n, l Ex: no, long |
RR | Phonemes: R, ER, AXR Ex: right, her, water |
aa | Phonemes: AA, AH, AX, A(Y), A(W) Ex: car, cut, about |
E | Phonemes: EH, AE, E(Y) Ex: bay, bed, cat |
ih | Phonemes: IH, IY, IX, Y Ex: hit, here |
oh | Phonemes: AO Ex: talk, toe |
ou | Phonemes: UW, UH, W Ex: boot, book, how, water |
delegate void Meta.WitAi.TTS.Data.TTSEventContainerDelegate ( TTSEventContainer container ) |
---|
Callback method that includes audio event animation data |