-
Notifications
You must be signed in to change notification settings - Fork 3
/
js_defs.gen.go
44 lines (37 loc) · 1.06 KB
/
js_defs.gen.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// +build js
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs js_defs.go
package espeak
const outputModeSynchronous = 0x1
const sOK = 0x0
const posCharacter = 0x1
const espeakCHARS_UTF8 = 0x1
const espeakSSML = 0x10
const espeakRATE = 0x1
const espeakVOLUME = 0x2
const espeakPITCH = 0x3
const espeakRANGE = 0x4
const espeakEVENT_LIST_TERMINATED = 0x0
const espeakEVENT_WORD = 0x1
const espeakEVENT_SENTENCE = 0x2
const espeakEVENT_MARK = 0x3
const espeakEVENT_PLAY = 0x4
const espeakEVENT_END = 0x5
const espeakEVENT_MSG_TERMINATED = 0x6
const espeakEVENT_PHONEME = 0x7
const espeakEVENT_SAMPLERATE = 0x8
const eventSize = 0x24
const eventTypeOffset = 0x0
const eventTextPositionOffset = 0x8
const eventLengthOffset = 0xc
const eventAudioPositionOffset = 0x10
const eventNumberOffset = 0x1c
const eventNameOffset = 0x1c
const eventStringOffset = 0x1c
const voiceSize = 0x18
const voiceNameOffset = 0x0
const voiceLanguagesOffset = 0x4
const voiceIdentifierOffset = 0x8
const voiceGenderOffset = 0xc
const voiceAgeOffset = 0xd
const voiceVariantOffset = 0xe