Template
|
Functions | |
int | _CRSpeech (mmachine m) |
_CRSpeech : create speech instance | |
int | _DSSpeech (mmachine m) |
_DSSpeech : destroy speech instance | |
int | _SetSpeechText (mmachine m) |
_SetSpeechText : Set speech Text | |
int | _SetSpeechVolume (mmachine m) |
_SetSpeechVolume : Set speech volume | |
int | _GetSpeechVolume (mmachine m) |
_GetSpeechVolume : Get speech volume | |
int | _SetSpeechRate (mmachine m) |
_SetSpeechRate : set speech rate | |
int | _GetSpeechRate (mmachine m) |
_GetSpeechRate : get speech rate | |
int | _PlaySpeech (mmachine m) |
_PlaySpeech : play speech | |
int | _PauseSpeech (mmachine m) |
_PauseSpeech : pause speech | |
int | _ResumeSpeech (mmachine m) |
_ResumeSpeech : resume speech | |
int | _StopSpeech (mmachine m) |
_StopSpeech : Stop speech | |
int | _CBSpeechStart (mmachine m) |
n_CBSpeechStart : set callback 'start of speech' | |
int | _CBSpeechEnd (mmachine m) |
n_CBSpeechEnd : set callback end of speech | |
int | _GetSpeechVoices (mmachine m) |
_GetSpeechVoices : get speech voices | |
int | _SetSpeechVoice (mmachine m) |
_SetSpeechVoice : set speech voice | |
int | _GetSpeechVoice (mmachine m) |
_GetSpeechVoice : get speech voice | |
int | _CBSpeechWord (mmachine m) |
_CBSpeechWord : Set callback on speech word | |
int | _CBSpeechText (mmachine m) |
_CBSpeechText : Set callback on speech text | |
int | _CBSpeechPhoneme (mmachine m) |
_CBSpeechPhoneme : set callback on speech phoneme | |
int | _CBSpeechViseme (mmachine m) |
_CBSpeechViseme : set callback on speech viseme | |
Scol functions definition
int _CBSpeechEnd | ( | mmachine | m | ) |
n_CBSpeechEnd : set callback end of speech
<b>Prototype:</b> fun [ObjSpeech fun [ObjSpeech u0] u1 u0] ObjSpeech
ObjSpeech | : speech object |
fun | [ObjSpeech u0] : callback function
|
u0 | : user parameter |
Definition at line 705 of file plugin.cpp.
int _CBSpeechPhoneme | ( | mmachine | m | ) |
_CBSpeechPhoneme : set callback on speech phoneme
<b>Prototype:</b> fun [ObjSpeech fun [ObjSpeech u0 I] u1 u0] ObjSpeech
ObjSpeech | : speech object |
fun | [ObjSpeech u0 I] u1 : Callback function
|
u0 | : user parameter |
Definition at line 1130 of file plugin.cpp.
int _CBSpeechStart | ( | mmachine | m | ) |
n_CBSpeechStart : set callback 'start of speech'
<b>Prototype:</b> fun [ObjSpeech fun [ObjSpeech u0] u1 u0] ObjSpeech
ObjSpeech | : speech object |
fun | [ObjSpeech u0] : callback function
|
u0 | : user parameter |
Definition at line 686 of file plugin.cpp.
int _CBSpeechText | ( | mmachine | m | ) |
_CBSpeechText : Set callback on speech text
<b>Prototype:</b> fun [ObjSpeech fun [ObjSpeech u0 S] u1 u0] ObjSpeech
ObjSpeech | : speech object |
fun | [ObjSpeech u0 S] u1 : Callback function
|
u0 | : user parameter |
Definition at line 1072 of file plugin.cpp.
int _CBSpeechViseme | ( | mmachine | m | ) |
_CBSpeechViseme : set callback on speech viseme
<b>Prototype:</b> fun [ObjSpeech fun [ObjSpeech u0 I] u1 u0] ObjSpeech
ObjSpeech | : speech object |
fun | [ObjSpeech u0 I] u1 : Callback function
|
u0 | : user parameter |
Definition at line 1181 of file plugin.cpp.
int _CBSpeechWord | ( | mmachine | m | ) |
_CBSpeechWord : Set callback on speech word
<b>Prototype:</b> fun [ObjSpeech fun [ObjSpeech u0 S] u1 u0] ObjSpeech
ObjSpeech | : speech object |
fun | [ObjSpeech u0 S] u1 : Callback function
|
u0 | : user parameter |
Definition at line 1014 of file plugin.cpp.
int _CRSpeech | ( | mmachine | m | ) |
_CRSpeech : create speech instance
<b>Prototype:</b> fun [Chn] ObjSpeech
Chn | : channel |
Definition at line 170 of file plugin.cpp.
int _DSSpeech | ( | mmachine | m | ) |
_DSSpeech : destroy speech instance
<b>Prototype:</b> fun [ObjSpeech] I
ObjSpeech | : speech object to destroy |
Definition at line 216 of file plugin.cpp.
int _GetSpeechRate | ( | mmachine | m | ) |
_GetSpeechRate : get speech rate
<b>Prototype:</b> fun [ObjSpeech] I
ObjSpeech | : speech object to set |
Definition at line 448 of file plugin.cpp.
int _GetSpeechVoice | ( | mmachine | m | ) |
_GetSpeechVoice : get speech voice
<b>Prototype:</b> fun [ObjSpeech] S
ObjSpeech | : speech object |
Definition at line 954 of file plugin.cpp.
int _GetSpeechVoices | ( | mmachine | m | ) |
_GetSpeechVoices : get speech voices
<b>Prototype:</b> fun [ObjSpeech I] [S r1]
ObjSpeech | : speech object |
I | : voice type 0 for all, 1 for male, 2 for female. |
Definition at line 782 of file plugin.cpp.
int _GetSpeechVolume | ( | mmachine | m | ) |
_GetSpeechVolume : Get speech volume
<b>Prototype:</b> fun [ObjSpeech] I
ObjSpeech | : speech object to set |
Definition at line 354 of file plugin.cpp.
int _PauseSpeech | ( | mmachine | m | ) |
_PauseSpeech : pause speech
<b>Prototype:</b> fun [ObjSpeech] I
ObjSpeech | : speech object to set |
Definition at line 541 of file plugin.cpp.
int _PlaySpeech | ( | mmachine | m | ) |
_PlaySpeech : play speech
<b>Prototype:</b> fun [ObjSpeech] I
ObjSpeech | : speech object to set |
Definition at line 494 of file plugin.cpp.
int _ResumeSpeech | ( | mmachine | m | ) |
_ResumeSpeech : resume speech
<b>Prototype:</b> fun [ObjSpeech] I
ObjSpeech | : speech object to set |
Definition at line 588 of file plugin.cpp.
int _SetSpeechRate | ( | mmachine | m | ) |
_SetSpeechRate : set speech rate
<b>Prototype:</b> fun [ObjSpeech I] I
ObjSpeech | : speech object to set |
I | : speech rate |
Definition at line 400 of file plugin.cpp.
int _SetSpeechText | ( | mmachine | m | ) |
_SetSpeechText : Set speech Text
<b>Prototype:</b> fun [ObjSpeech S] I
ObjSpeech | : speech object to set |
S | : speech text |
Definition at line 250 of file plugin.cpp.
int _SetSpeechVoice | ( | mmachine | m | ) |
_SetSpeechVoice : set speech voice
<b>Prototype:</b> fun [ObjSpeech S] I
ObjSpeech | : speech object to set |
S | : speech voice |
Definition at line 900 of file plugin.cpp.
int _SetSpeechVolume | ( | mmachine | m | ) |
_SetSpeechVolume : Set speech volume
<b>Prototype:</b> fun [ObjSpeech I] I
ObjSpeech | : speech object to set |
I | : speech volume |
Definition at line 302 of file plugin.cpp.
int _StopSpeech | ( | mmachine | m | ) |
_StopSpeech : Stop speech
<b>Prototype:</b> fun [ObjSpeech] I
ObjSpeech | : speech object to set |
Definition at line 635 of file plugin.cpp.