- espeak_AUDIO_OUTPUT
alias espeak_AUDIO_OUTPUT = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_ERROR
alias espeak_ERROR = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_EVENT_TYPE
alias espeak_EVENT_TYPE = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_PARAMETER
alias espeak_PARAMETER = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_POSITION_TYPE
alias espeak_POSITION_TYPE = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_PUNCT_TYPE
alias espeak_PUNCT_TYPE = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- t_espeak_callback
alias t_espeak_callback = int function(short*, int, espeak_EVENT*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- t_espeak_uri_callback
alias t_espeak_uri_callback = int function(int, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Cancel
espeak_ERROR espeak_Cancel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Char
espeak_ERROR espeak_Char(wchar_t character)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_CompileDictionary
void espeak_CompileDictionary(const(char)* path, FILE* log, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_GetCurrentVoice
espeak_VOICE* espeak_GetCurrentVoice()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_GetParameter
int espeak_GetParameter(espeak_PARAMETER parameter, int current)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Info
const(char)* espeak_Info(const(char)** path_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Initialize
int espeak_Initialize(espeak_AUDIO_OUTPUT output, int buflength, const(char)* path, int options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_IsPlaying
int espeak_IsPlaying()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Key
espeak_ERROR espeak_Key(const(char)* key_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_ListVoices
const(espeak_VOICE)** espeak_ListVoices(espeak_VOICE* voice_spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_SetParameter
espeak_ERROR espeak_SetParameter(espeak_PARAMETER parameter, int value, int relative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_SetPhonemeTrace
void espeak_SetPhonemeTrace(int value, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_SetPunctuationList
espeak_ERROR espeak_SetPunctuationList(const(wchar_t)* punctlist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_SetSynthCallback
void espeak_SetSynthCallback(t_espeak_callback SynthCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_SetUriCallback
void espeak_SetUriCallback(t_espeak_uri_callback UriCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_SetVoiceByName
espeak_ERROR espeak_SetVoiceByName(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_SetVoiceByProperties
espeak_ERROR espeak_SetVoiceByProperties(espeak_VOICE* voice_spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Synchronize
espeak_ERROR espeak_Synchronize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Synth
espeak_ERROR espeak_Synth(const(void)* text, size_t size, uint position, espeak_POSITION_TYPE position_type, uint end_position, uint flags, uint* unique_identifier, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Synth_Mark
espeak_ERROR espeak_Synth_Mark(const(void)* text, size_t size, const(char)* index_mark, uint end_position, uint flags, uint* unique_identifier, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_Terminate
espeak_ERROR espeak_Terminate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeak_TextToPhonemes
const(char)* espeak_TextToPhonemes(const(void)** textptr, int textmode, int phonememode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ESPEAK_API_REVISION
enum ESPEAK_API_REVISION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakCHARS_16BIT
enum espeakCHARS_16BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakCHARS_8BIT
enum espeakCHARS_8BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakCHARS_AUTO
enum espeakCHARS_AUTO;
- espeakCHARS_UTF8
enum espeakCHARS_UTF8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakCHARS_WCHAR
enum espeakCHARS_WCHAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakENDPAUSE
enum espeakENDPAUSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakINITIALIZE_DONT_EXIT
enum espeakINITIALIZE_DONT_EXIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakINITIALIZE_PHONEME_EVENTS
enum espeakINITIALIZE_PHONEME_EVENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakINITIALIZE_PHONEME_IPA
enum espeakINITIALIZE_PHONEME_IPA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakKEEP_NAMEDATA
enum espeakKEEP_NAMEDATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakPHONEMES
enum espeakPHONEMES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakRATE_MAXIMUM
enum espeakRATE_MAXIMUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakRATE_MINIMUM
enum espeakRATE_MINIMUM;
- espeakRATE_NORMAL
enum espeakRATE_NORMAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- espeakSSML
enum espeakSSML;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.