Unit mseespeakng
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
function espeakngerrormessage(const err: espeak_ng_STATUS): string; |
|
This item has no description. |
procedure initializeespeakng(const sonames: array of filenamety; const espeakdatapath: string = ''); |
|
This item has no description. |
procedure releaseespeakng(); |
|
This item has no description. |
Types
espeak_ng_OUTPUT_MODE = cint32; |
|
This item has no description. |
espeak_PARAMETER = (...); |
|
This item has no description. Values
-
espeakSILENCE = 0
-
espeakRATE = 1
-
espeakVOLUME = 2
-
espeakPITCH = 3
-
espeakRANGE = 4
-
espeakPUNCTUATION = 5
-
espeakCAPITALS = 6
-
espeakWORDGAP = 7
-
espeakOPTIONS = 8
-
espeakINTONATION = 9
-
espeakRESERVED1 = 10
-
espeakRESERVED2 = 11
-
espeakEMPHASIS
-
espeakLINELENGTH
-
espeakVOICETYPE
-
N_SPEECH_PARAM
|
espeak_POSITION_TYPE = (...); |
|
This item has no description. Values
-
POS_CHARACTER = 1
-
POS_WORD
-
POS_SENTENCE
|
pespeak_VOICE = ˆ espeak_VOICE; |
|
This item has no description. |
espeak_ng_STATUS = cuint; |
|
This item has no description. |
espeak_ng_CONTEXT_TYPE = (...); |
|
This item has no description. Values
-
ERROR_CONTEXT_FILE
-
ERROR_CONTEXT_VERSION
|
Constants
espeaknglib: array[0..1] of filenamety =
('libespeak-ngsync.so.1','libespeak-ngsync.so'); |
|
This item has no description. |
ENS_GROUP_MASK = $70000000; |
|
This item has no description. |
ENS_GROUP_ERRNO = $00000000; |
|
This item has no description. |
ENS_GROUP_ESPEAK_NG = $10000000; |
|
This item has no description. |
ENS_OK = 0; |
|
This item has no description. |
ENS_COMPILE_ERROR = $100001FF; |
|
This item has no description. |
ENS_VERSION_MISMATCH = $100002FF; |
|
This item has no description. |
ENS_FIFO_BUFFER_FULL = $100003FF; |
|
This item has no description. |
ENS_NOT_INITIALIZED = $100004FF; |
|
This item has no description. |
ENS_AUDIO_ERROR = $100005FF; |
|
This item has no description. |
ENS_VOICE_NOT_FOUND = $100006FF; |
|
This item has no description. |
ENS_MBROLA_NOT_FOUND = $100007FF; |
|
This item has no description. |
ENS_MBROLA_VOICE_NOT_FOUND = $100008FF; |
|
This item has no description. |
ENS_EVENT_BUFFER_FULL = $100009FF; |
|
This item has no description. |
ENS_NOT_SUPPORTED = $10000AFF; |
|
This item has no description. |
ENS_UNSUPPORTED_PHON_FORMAT = $10000BFF; |
|
This item has no description. |
ENS_NO_SPECT_FRAMES = $10000CFF; |
|
This item has no description. |
ENS_EMPTY_PHONEME_MANIFEST = $10000DFF; |
|
This item has no description. |
ENS_SPEECH_STOPPED = $10000EFF; |
|
This item has no description. |
ENS_UNKNOWN_PHONEME_FEATURE = $10000FFF; |
|
This item has no description. |
ENS_UNKNOWN_TEXT_ENCODING = $100010FF; |
|
This item has no description. |
espeakCHARS_AUTO = 0; |
|
This item has no description. |
espeakCHARS_UTF8 = 1; |
|
This item has no description. |
espeakCHARS_8BIT = 2; |
|
This item has no description. |
espeakCHARS_WCHAR = 3; |
|
This item has no description. |
espeakCHARS_16BIT = 4; |
|
This item has no description. |
espeakSSML = $10; |
|
This item has no description. |
espeakPHONEMES = $100; |
|
This item has no description. |
espeakENDPAUSE = $1000; |
|
This item has no description. |
espeakKEEP_NAMEDATA = $2000; |
|
This item has no description. |
ENOUTPUT_MODE_SYNCHRONOUS = $0001; |
|
This item has no description. |
ENOUTPUT_MODE_SPEAK_AUDIO = $0002; |
|
This item has no description. |
espeakRATE_MINIMUM = 80; |
|
This item has no description. |
espeakRATE_MAXIMUM = 450; |
|
This item has no description. |
espeakRATE_NORMAL = 175; |
|
This item has no description. |
Variables
espeak_ng_InitializePath:
procedure(path: pcchar)cdecl; |
|
This item has no description. |
espeak_ng_GetSampleRate:
function(): cint cdecl; |
|
This item has no description. |
espeak_GetCurrentVoice: function(): pespeak_VOICE cdecl; |
|
This item has no description. |
espeak_ng_SynthesizeMark:
function(text: pointer; size: size_t; index_mark: pcchar; end_position: cuint; flags: cuint; unique_identifier: pcuint; user_data: pointer): espeak_ng_STATUS cdecl; |
|
This item has no description. |
espeak_ng_SpeakKeyName:
function(key_name: pchar): espeak_ng_STATUS cdecl; |
|
This item has no description. |
espeak_IsPlaying:
function(): cint cdecl; |
|
This item has no description. |
espeak_ng_Cancel:
function(): espeak_ng_STATUS cdecl; |
|
This item has no description. |
espeak_ng_SetCancelState:
function(canceled: cint): espeak_ng_STATUS cdecl; |
|
This item has no description. |
espeak_ng_Synchronize:
function(): espeak_ng_STATUS cdecl; |
|
This item has no description. |
espeak_ng_Terminate:
function(): espeak_ng_STATUS cdecl; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.