react-native-davoice-tts 1.0.207 → 1.0.208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/TTSRNBridge.podspec +1 -1
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1943 -1929
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +20 -20
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +20 -20
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +32 -18
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +32 -18
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +12 -12
- package/package.json +1 -1
|
@@ -14,160 +14,79 @@
|
|
|
14
14
|
"RawDocComment"
|
|
15
15
|
]
|
|
16
16
|
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "Import",
|
|
19
|
-
"name": "UIKit",
|
|
20
|
-
"printedName": "UIKit",
|
|
21
|
-
"declKind": "Import",
|
|
22
|
-
"moduleName": "DavoiceTTS"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"kind": "Import",
|
|
26
|
-
"name": "Speech",
|
|
27
|
-
"printedName": "Speech",
|
|
28
|
-
"declKind": "Import",
|
|
29
|
-
"moduleName": "DavoiceTTS"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"kind": "Import",
|
|
33
|
-
"name": "Accelerate",
|
|
34
|
-
"printedName": "Accelerate",
|
|
35
|
-
"declKind": "Import",
|
|
36
|
-
"moduleName": "DavoiceTTS"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"kind": "Import",
|
|
40
|
-
"name": "AVFAudio",
|
|
41
|
-
"printedName": "AVFAudio",
|
|
42
|
-
"declKind": "Import",
|
|
43
|
-
"moduleName": "DavoiceTTS"
|
|
44
|
-
},
|
|
45
17
|
{
|
|
46
18
|
"kind": "TypeDecl",
|
|
47
|
-
"name": "
|
|
48
|
-
"printedName": "
|
|
19
|
+
"name": "AudioPlaybackHook",
|
|
20
|
+
"printedName": "AudioPlaybackHook",
|
|
49
21
|
"children": [
|
|
50
22
|
{
|
|
51
|
-
"kind": "
|
|
52
|
-
"name": "
|
|
53
|
-
"printedName": "
|
|
23
|
+
"kind": "Var",
|
|
24
|
+
"name": "engineScheduleFile",
|
|
25
|
+
"printedName": "engineScheduleFile",
|
|
54
26
|
"children": [
|
|
55
|
-
{
|
|
56
|
-
"kind": "TypeNominal",
|
|
57
|
-
"name": "Void",
|
|
58
|
-
"printedName": "()"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"kind": "TypeNominal",
|
|
62
|
-
"name": "STT",
|
|
63
|
-
"printedName": "DavoiceTTS.STT",
|
|
64
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"kind": "TypeNominal",
|
|
68
|
-
"name": "String",
|
|
69
|
-
"printedName": "Swift.String",
|
|
70
|
-
"usr": "s:SS"
|
|
71
|
-
},
|
|
72
27
|
{
|
|
73
28
|
"kind": "TypeNominal",
|
|
74
29
|
"name": "Optional",
|
|
75
|
-
"printedName": "
|
|
30
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
76
31
|
"children": [
|
|
77
32
|
{
|
|
78
|
-
"kind": "
|
|
79
|
-
"name": "
|
|
80
|
-
"printedName": "
|
|
33
|
+
"kind": "TypeFunc",
|
|
34
|
+
"name": "Function",
|
|
35
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
81
36
|
"children": [
|
|
82
37
|
{
|
|
83
38
|
"kind": "TypeNominal",
|
|
84
|
-
"name": "
|
|
85
|
-
"printedName": "Swift.
|
|
86
|
-
"usr": "s:
|
|
39
|
+
"name": "Bool",
|
|
40
|
+
"printedName": "Swift.Bool",
|
|
41
|
+
"usr": "s:Sb"
|
|
87
42
|
},
|
|
88
43
|
{
|
|
89
44
|
"kind": "TypeNominal",
|
|
90
|
-
"name": "
|
|
91
|
-
"printedName": "
|
|
45
|
+
"name": "Tuple",
|
|
46
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
47
|
+
"children": [
|
|
48
|
+
{
|
|
49
|
+
"kind": "TypeNominal",
|
|
50
|
+
"name": "URL",
|
|
51
|
+
"printedName": "Foundation.URL",
|
|
52
|
+
"usr": "s:10Foundation3URLV"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"kind": "TypeFunc",
|
|
56
|
+
"name": "Function",
|
|
57
|
+
"printedName": "() -> ()",
|
|
58
|
+
"children": [
|
|
59
|
+
{
|
|
60
|
+
"kind": "TypeNominal",
|
|
61
|
+
"name": "Void",
|
|
62
|
+
"printedName": "()"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"kind": "TypeNominal",
|
|
66
|
+
"name": "Void",
|
|
67
|
+
"printedName": "()"
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
]
|
|
92
72
|
}
|
|
93
|
-
]
|
|
94
|
-
"usr": "s:SD"
|
|
73
|
+
]
|
|
95
74
|
}
|
|
96
75
|
],
|
|
97
76
|
"usr": "s:Sq"
|
|
98
77
|
}
|
|
99
78
|
],
|
|
100
|
-
"declKind": "Func",
|
|
101
|
-
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
|
|
102
|
-
"mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
|
|
103
|
-
"moduleName": "DavoiceTTS",
|
|
104
|
-
"genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
|
|
105
|
-
"sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
|
|
106
|
-
"protocolReq": true,
|
|
107
|
-
"declAttributes": [
|
|
108
|
-
"ObjC"
|
|
109
|
-
],
|
|
110
|
-
"reqNewWitnessTableEntry": true,
|
|
111
|
-
"funcSelfKind": "NonMutating"
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"declKind": "Protocol",
|
|
115
|
-
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
|
|
116
|
-
"mangledName": "$s10DavoiceTTS11STTDelegateP",
|
|
117
|
-
"moduleName": "DavoiceTTS",
|
|
118
|
-
"genericSig": "<τ_0_0 : AnyObject>",
|
|
119
|
-
"sugared_genericSig": "<Self : AnyObject>",
|
|
120
|
-
"declAttributes": [
|
|
121
|
-
"AccessControl",
|
|
122
|
-
"ObjC",
|
|
123
|
-
"RawDocComment"
|
|
124
|
-
],
|
|
125
|
-
"conformances": [
|
|
126
|
-
{
|
|
127
|
-
"kind": "Conformance",
|
|
128
|
-
"name": "Escapable",
|
|
129
|
-
"printedName": "Escapable",
|
|
130
|
-
"usr": "s:s9EscapableP",
|
|
131
|
-
"mangledName": "$ss9EscapableP"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"kind": "Conformance",
|
|
135
|
-
"name": "Copyable",
|
|
136
|
-
"printedName": "Copyable",
|
|
137
|
-
"usr": "s:s8CopyableP",
|
|
138
|
-
"mangledName": "$ss8CopyableP"
|
|
139
|
-
}
|
|
140
|
-
]
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"kind": "TypeDecl",
|
|
144
|
-
"name": "STT",
|
|
145
|
-
"printedName": "STT",
|
|
146
|
-
"children": [
|
|
147
|
-
{
|
|
148
|
-
"kind": "Var",
|
|
149
|
-
"name": "delegate",
|
|
150
|
-
"printedName": "delegate",
|
|
151
|
-
"children": [
|
|
152
|
-
{
|
|
153
|
-
"kind": "TypeNominal",
|
|
154
|
-
"name": "WeakStorage",
|
|
155
|
-
"printedName": "(any DavoiceTTS.STTDelegate)?"
|
|
156
|
-
}
|
|
157
|
-
],
|
|
158
79
|
"declKind": "Var",
|
|
159
|
-
"usr": "
|
|
160
|
-
"mangledName": "$
|
|
80
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
81
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
161
82
|
"moduleName": "DavoiceTTS",
|
|
83
|
+
"static": true,
|
|
162
84
|
"declAttributes": [
|
|
163
85
|
"HasInitialValue",
|
|
164
|
-
"Final",
|
|
165
86
|
"HasStorage",
|
|
166
|
-
"ReferenceOwnership",
|
|
167
87
|
"AccessControl",
|
|
168
|
-
"
|
|
88
|
+
"RawDocComment"
|
|
169
89
|
],
|
|
170
|
-
"ownership": 1,
|
|
171
90
|
"hasStorage": true,
|
|
172
91
|
"accessors": [
|
|
173
92
|
{
|
|
@@ -178,27 +97,61 @@
|
|
|
178
97
|
{
|
|
179
98
|
"kind": "TypeNominal",
|
|
180
99
|
"name": "Optional",
|
|
181
|
-
"printedName": "(
|
|
100
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
182
101
|
"children": [
|
|
183
102
|
{
|
|
184
|
-
"kind": "
|
|
185
|
-
"name": "
|
|
186
|
-
"printedName": "
|
|
187
|
-
"
|
|
103
|
+
"kind": "TypeFunc",
|
|
104
|
+
"name": "Function",
|
|
105
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
106
|
+
"children": [
|
|
107
|
+
{
|
|
108
|
+
"kind": "TypeNominal",
|
|
109
|
+
"name": "Bool",
|
|
110
|
+
"printedName": "Swift.Bool",
|
|
111
|
+
"usr": "s:Sb"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"kind": "TypeNominal",
|
|
115
|
+
"name": "Tuple",
|
|
116
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
117
|
+
"children": [
|
|
118
|
+
{
|
|
119
|
+
"kind": "TypeNominal",
|
|
120
|
+
"name": "URL",
|
|
121
|
+
"printedName": "Foundation.URL",
|
|
122
|
+
"usr": "s:10Foundation3URLV"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"kind": "TypeFunc",
|
|
126
|
+
"name": "Function",
|
|
127
|
+
"printedName": "() -> ()",
|
|
128
|
+
"children": [
|
|
129
|
+
{
|
|
130
|
+
"kind": "TypeNominal",
|
|
131
|
+
"name": "Void",
|
|
132
|
+
"printedName": "()"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"kind": "TypeNominal",
|
|
136
|
+
"name": "Void",
|
|
137
|
+
"printedName": "()"
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
]
|
|
188
144
|
}
|
|
189
145
|
],
|
|
190
146
|
"usr": "s:Sq"
|
|
191
147
|
}
|
|
192
148
|
],
|
|
193
149
|
"declKind": "Accessor",
|
|
194
|
-
"usr": "
|
|
195
|
-
"mangledName": "$
|
|
150
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
151
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
196
152
|
"moduleName": "DavoiceTTS",
|
|
153
|
+
"static": true,
|
|
197
154
|
"implicit": true,
|
|
198
|
-
"declAttributes": [
|
|
199
|
-
"Final",
|
|
200
|
-
"ObjC"
|
|
201
|
-
],
|
|
202
155
|
"accessorKind": "get"
|
|
203
156
|
},
|
|
204
157
|
{
|
|
@@ -214,74 +167,126 @@
|
|
|
214
167
|
{
|
|
215
168
|
"kind": "TypeNominal",
|
|
216
169
|
"name": "Optional",
|
|
217
|
-
"printedName": "(
|
|
170
|
+
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
218
171
|
"children": [
|
|
219
172
|
{
|
|
220
|
-
"kind": "
|
|
221
|
-
"name": "
|
|
222
|
-
"printedName": "
|
|
223
|
-
"
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
173
|
+
"kind": "TypeFunc",
|
|
174
|
+
"name": "Function",
|
|
175
|
+
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
176
|
+
"children": [
|
|
177
|
+
{
|
|
178
|
+
"kind": "TypeNominal",
|
|
179
|
+
"name": "Bool",
|
|
180
|
+
"printedName": "Swift.Bool",
|
|
181
|
+
"usr": "s:Sb"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"kind": "TypeNominal",
|
|
185
|
+
"name": "Tuple",
|
|
186
|
+
"printedName": "(Foundation.URL, () -> ())",
|
|
187
|
+
"children": [
|
|
188
|
+
{
|
|
189
|
+
"kind": "TypeNominal",
|
|
190
|
+
"name": "URL",
|
|
191
|
+
"printedName": "Foundation.URL",
|
|
192
|
+
"usr": "s:10Foundation3URLV"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"kind": "TypeFunc",
|
|
196
|
+
"name": "Function",
|
|
197
|
+
"printedName": "() -> ()",
|
|
198
|
+
"children": [
|
|
199
|
+
{
|
|
200
|
+
"kind": "TypeNominal",
|
|
201
|
+
"name": "Void",
|
|
202
|
+
"printedName": "()"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"kind": "TypeNominal",
|
|
206
|
+
"name": "Void",
|
|
207
|
+
"printedName": "()"
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"usr": "s:Sq"
|
|
249
217
|
}
|
|
250
218
|
],
|
|
251
219
|
"declKind": "Accessor",
|
|
252
|
-
"usr": "s:
|
|
253
|
-
"mangledName": "$
|
|
220
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
221
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
254
222
|
"moduleName": "DavoiceTTS",
|
|
223
|
+
"static": true,
|
|
255
224
|
"implicit": true,
|
|
256
|
-
"
|
|
257
|
-
|
|
225
|
+
"accessorKind": "set"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"kind": "Accessor",
|
|
229
|
+
"name": "Modify",
|
|
230
|
+
"printedName": "Modify()",
|
|
231
|
+
"children": [
|
|
232
|
+
{
|
|
233
|
+
"kind": "TypeNominal",
|
|
234
|
+
"name": "Void",
|
|
235
|
+
"printedName": "()"
|
|
236
|
+
}
|
|
258
237
|
],
|
|
238
|
+
"declKind": "Accessor",
|
|
239
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
240
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
241
|
+
"moduleName": "DavoiceTTS",
|
|
242
|
+
"static": true,
|
|
243
|
+
"implicit": true,
|
|
259
244
|
"accessorKind": "_modify"
|
|
260
245
|
}
|
|
261
246
|
]
|
|
262
247
|
},
|
|
263
248
|
{
|
|
264
249
|
"kind": "Var",
|
|
265
|
-
"name": "
|
|
266
|
-
"printedName": "
|
|
250
|
+
"name": "isEngineReady",
|
|
251
|
+
"printedName": "isEngineReady",
|
|
267
252
|
"children": [
|
|
268
253
|
{
|
|
269
254
|
"kind": "TypeNominal",
|
|
270
|
-
"name": "
|
|
271
|
-
"printedName": "Swift.Bool",
|
|
272
|
-
"
|
|
255
|
+
"name": "Optional",
|
|
256
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
257
|
+
"children": [
|
|
258
|
+
{
|
|
259
|
+
"kind": "TypeFunc",
|
|
260
|
+
"name": "Function",
|
|
261
|
+
"printedName": "() -> Swift.Bool",
|
|
262
|
+
"children": [
|
|
263
|
+
{
|
|
264
|
+
"kind": "TypeNominal",
|
|
265
|
+
"name": "Bool",
|
|
266
|
+
"printedName": "Swift.Bool",
|
|
267
|
+
"usr": "s:Sb"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"kind": "TypeNominal",
|
|
271
|
+
"name": "Void",
|
|
272
|
+
"printedName": "()"
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"usr": "s:Sq"
|
|
273
278
|
}
|
|
274
279
|
],
|
|
275
280
|
"declKind": "Var",
|
|
276
|
-
"usr": "
|
|
277
|
-
"mangledName": "$
|
|
281
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
282
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
278
283
|
"moduleName": "DavoiceTTS",
|
|
284
|
+
"static": true,
|
|
279
285
|
"declAttributes": [
|
|
280
286
|
"HasInitialValue",
|
|
281
|
-
"Final",
|
|
282
287
|
"HasStorage",
|
|
283
288
|
"AccessControl",
|
|
284
|
-
"
|
|
289
|
+
"RawDocComment"
|
|
285
290
|
],
|
|
286
291
|
"hasStorage": true,
|
|
287
292
|
"accessors": [
|
|
@@ -292,20 +297,37 @@
|
|
|
292
297
|
"children": [
|
|
293
298
|
{
|
|
294
299
|
"kind": "TypeNominal",
|
|
295
|
-
"name": "
|
|
296
|
-
"printedName": "Swift.Bool",
|
|
297
|
-
"
|
|
300
|
+
"name": "Optional",
|
|
301
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
302
|
+
"children": [
|
|
303
|
+
{
|
|
304
|
+
"kind": "TypeFunc",
|
|
305
|
+
"name": "Function",
|
|
306
|
+
"printedName": "() -> Swift.Bool",
|
|
307
|
+
"children": [
|
|
308
|
+
{
|
|
309
|
+
"kind": "TypeNominal",
|
|
310
|
+
"name": "Bool",
|
|
311
|
+
"printedName": "Swift.Bool",
|
|
312
|
+
"usr": "s:Sb"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"kind": "TypeNominal",
|
|
316
|
+
"name": "Void",
|
|
317
|
+
"printedName": "()"
|
|
318
|
+
}
|
|
319
|
+
]
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"usr": "s:Sq"
|
|
298
323
|
}
|
|
299
324
|
],
|
|
300
325
|
"declKind": "Accessor",
|
|
301
|
-
"usr": "
|
|
302
|
-
"mangledName": "$
|
|
326
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
|
|
327
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
|
|
303
328
|
"moduleName": "DavoiceTTS",
|
|
329
|
+
"static": true,
|
|
304
330
|
"implicit": true,
|
|
305
|
-
"declAttributes": [
|
|
306
|
-
"Final",
|
|
307
|
-
"ObjC"
|
|
308
|
-
],
|
|
309
331
|
"accessorKind": "get"
|
|
310
332
|
},
|
|
311
333
|
{
|
|
@@ -320,20 +342,37 @@
|
|
|
320
342
|
},
|
|
321
343
|
{
|
|
322
344
|
"kind": "TypeNominal",
|
|
323
|
-
"name": "
|
|
324
|
-
"printedName": "Swift.Bool",
|
|
325
|
-
"
|
|
345
|
+
"name": "Optional",
|
|
346
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
347
|
+
"children": [
|
|
348
|
+
{
|
|
349
|
+
"kind": "TypeFunc",
|
|
350
|
+
"name": "Function",
|
|
351
|
+
"printedName": "() -> Swift.Bool",
|
|
352
|
+
"children": [
|
|
353
|
+
{
|
|
354
|
+
"kind": "TypeNominal",
|
|
355
|
+
"name": "Bool",
|
|
356
|
+
"printedName": "Swift.Bool",
|
|
357
|
+
"usr": "s:Sb"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"kind": "TypeNominal",
|
|
361
|
+
"name": "Void",
|
|
362
|
+
"printedName": "()"
|
|
363
|
+
}
|
|
364
|
+
]
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"usr": "s:Sq"
|
|
326
368
|
}
|
|
327
369
|
],
|
|
328
370
|
"declKind": "Accessor",
|
|
329
|
-
"usr": "
|
|
330
|
-
"mangledName": "$
|
|
371
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
|
|
372
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
|
|
331
373
|
"moduleName": "DavoiceTTS",
|
|
374
|
+
"static": true,
|
|
332
375
|
"implicit": true,
|
|
333
|
-
"declAttributes": [
|
|
334
|
-
"Final",
|
|
335
|
-
"ObjC"
|
|
336
|
-
],
|
|
337
376
|
"accessorKind": "set"
|
|
338
377
|
},
|
|
339
378
|
{
|
|
@@ -348,51 +387,57 @@
|
|
|
348
387
|
}
|
|
349
388
|
],
|
|
350
389
|
"declKind": "Accessor",
|
|
351
|
-
"usr": "s:
|
|
352
|
-
"mangledName": "$
|
|
390
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
|
|
391
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
|
|
353
392
|
"moduleName": "DavoiceTTS",
|
|
393
|
+
"static": true,
|
|
354
394
|
"implicit": true,
|
|
355
|
-
"declAttributes": [
|
|
356
|
-
"Final"
|
|
357
|
-
],
|
|
358
395
|
"accessorKind": "_modify"
|
|
359
396
|
}
|
|
360
397
|
]
|
|
361
398
|
},
|
|
362
399
|
{
|
|
363
400
|
"kind": "Var",
|
|
364
|
-
"name": "
|
|
365
|
-
"printedName": "
|
|
401
|
+
"name": "useOnlyEnginePlayback",
|
|
402
|
+
"printedName": "useOnlyEnginePlayback",
|
|
366
403
|
"children": [
|
|
367
404
|
{
|
|
368
405
|
"kind": "TypeNominal",
|
|
369
|
-
"name": "
|
|
370
|
-
"printedName": "
|
|
406
|
+
"name": "Optional",
|
|
407
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
371
408
|
"children": [
|
|
372
409
|
{
|
|
373
|
-
"kind": "
|
|
374
|
-
"name": "
|
|
375
|
-
"printedName": "Swift.
|
|
376
|
-
"
|
|
410
|
+
"kind": "TypeFunc",
|
|
411
|
+
"name": "Function",
|
|
412
|
+
"printedName": "() -> Swift.Bool",
|
|
413
|
+
"children": [
|
|
414
|
+
{
|
|
415
|
+
"kind": "TypeNominal",
|
|
416
|
+
"name": "Bool",
|
|
417
|
+
"printedName": "Swift.Bool",
|
|
418
|
+
"usr": "s:Sb"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"kind": "TypeNominal",
|
|
422
|
+
"name": "Void",
|
|
423
|
+
"printedName": "()"
|
|
424
|
+
}
|
|
425
|
+
]
|
|
377
426
|
}
|
|
378
427
|
],
|
|
379
|
-
"usr": "s:
|
|
428
|
+
"usr": "s:Sq"
|
|
380
429
|
}
|
|
381
430
|
],
|
|
382
431
|
"declKind": "Var",
|
|
383
|
-
"usr": "
|
|
384
|
-
"mangledName": "$
|
|
432
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
|
|
433
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
|
|
385
434
|
"moduleName": "DavoiceTTS",
|
|
386
435
|
"static": true,
|
|
387
436
|
"declAttributes": [
|
|
388
437
|
"HasInitialValue",
|
|
389
|
-
"Final",
|
|
390
438
|
"HasStorage",
|
|
391
|
-
"AccessControl"
|
|
392
|
-
"RawDocComment",
|
|
393
|
-
"ObjC"
|
|
439
|
+
"AccessControl"
|
|
394
440
|
],
|
|
395
|
-
"isLet": true,
|
|
396
441
|
"hasStorage": true,
|
|
397
442
|
"accessors": [
|
|
398
443
|
{
|
|
@@ -402,47 +447,43 @@
|
|
|
402
447
|
"children": [
|
|
403
448
|
{
|
|
404
449
|
"kind": "TypeNominal",
|
|
405
|
-
"name": "
|
|
406
|
-
"printedName": "
|
|
450
|
+
"name": "Optional",
|
|
451
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
407
452
|
"children": [
|
|
408
453
|
{
|
|
409
|
-
"kind": "
|
|
410
|
-
"name": "
|
|
411
|
-
"printedName": "Swift.
|
|
412
|
-
"
|
|
454
|
+
"kind": "TypeFunc",
|
|
455
|
+
"name": "Function",
|
|
456
|
+
"printedName": "() -> Swift.Bool",
|
|
457
|
+
"children": [
|
|
458
|
+
{
|
|
459
|
+
"kind": "TypeNominal",
|
|
460
|
+
"name": "Bool",
|
|
461
|
+
"printedName": "Swift.Bool",
|
|
462
|
+
"usr": "s:Sb"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"kind": "TypeNominal",
|
|
466
|
+
"name": "Void",
|
|
467
|
+
"printedName": "()"
|
|
468
|
+
}
|
|
469
|
+
]
|
|
413
470
|
}
|
|
414
471
|
],
|
|
415
|
-
"usr": "s:
|
|
472
|
+
"usr": "s:Sq"
|
|
416
473
|
}
|
|
417
474
|
],
|
|
418
475
|
"declKind": "Accessor",
|
|
419
|
-
"usr": "
|
|
420
|
-
"mangledName": "$
|
|
476
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
|
|
477
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
|
|
421
478
|
"moduleName": "DavoiceTTS",
|
|
422
479
|
"static": true,
|
|
423
480
|
"implicit": true,
|
|
424
|
-
"declAttributes": [
|
|
425
|
-
"Final",
|
|
426
|
-
"ObjC"
|
|
427
|
-
],
|
|
428
481
|
"accessorKind": "get"
|
|
429
|
-
}
|
|
430
|
-
]
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"kind": "Function",
|
|
434
|
-
"name": "isSpeechAvailable",
|
|
435
|
-
"printedName": "isSpeechAvailable(_:)",
|
|
436
|
-
"children": [
|
|
437
|
-
{
|
|
438
|
-
"kind": "TypeNominal",
|
|
439
|
-
"name": "Void",
|
|
440
|
-
"printedName": "()"
|
|
441
482
|
},
|
|
442
483
|
{
|
|
443
|
-
"kind": "
|
|
444
|
-
"name": "
|
|
445
|
-
"printedName": "(
|
|
484
|
+
"kind": "Accessor",
|
|
485
|
+
"name": "Set",
|
|
486
|
+
"printedName": "Set()",
|
|
446
487
|
"children": [
|
|
447
488
|
{
|
|
448
489
|
"kind": "TypeNominal",
|
|
@@ -451,148 +492,74 @@
|
|
|
451
492
|
},
|
|
452
493
|
{
|
|
453
494
|
"kind": "TypeNominal",
|
|
454
|
-
"name": "
|
|
455
|
-
"printedName": "Swift.Bool",
|
|
456
|
-
"
|
|
495
|
+
"name": "Optional",
|
|
496
|
+
"printedName": "(() -> Swift.Bool)?",
|
|
497
|
+
"children": [
|
|
498
|
+
{
|
|
499
|
+
"kind": "TypeFunc",
|
|
500
|
+
"name": "Function",
|
|
501
|
+
"printedName": "() -> Swift.Bool",
|
|
502
|
+
"children": [
|
|
503
|
+
{
|
|
504
|
+
"kind": "TypeNominal",
|
|
505
|
+
"name": "Bool",
|
|
506
|
+
"printedName": "Swift.Bool",
|
|
507
|
+
"usr": "s:Sb"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"kind": "TypeNominal",
|
|
511
|
+
"name": "Void",
|
|
512
|
+
"printedName": "()"
|
|
513
|
+
}
|
|
514
|
+
]
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"usr": "s:Sq"
|
|
457
518
|
}
|
|
458
|
-
]
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
"Final",
|
|
467
|
-
"AccessControl",
|
|
468
|
-
"RawDocComment",
|
|
469
|
-
"ObjC"
|
|
470
|
-
],
|
|
471
|
-
"funcSelfKind": "NonMutating"
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"kind": "Function",
|
|
475
|
-
"name": "isRecognizing",
|
|
476
|
-
"printedName": "isRecognizing()",
|
|
477
|
-
"children": [
|
|
478
|
-
{
|
|
479
|
-
"kind": "TypeNominal",
|
|
480
|
-
"name": "Bool",
|
|
481
|
-
"printedName": "Swift.Bool",
|
|
482
|
-
"usr": "s:Sb"
|
|
483
|
-
}
|
|
484
|
-
],
|
|
485
|
-
"declKind": "Func",
|
|
486
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
|
|
487
|
-
"mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
|
|
488
|
-
"moduleName": "DavoiceTTS",
|
|
489
|
-
"declAttributes": [
|
|
490
|
-
"Final",
|
|
491
|
-
"AccessControl",
|
|
492
|
-
"ObjC"
|
|
493
|
-
],
|
|
494
|
-
"funcSelfKind": "NonMutating"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"kind": "Function",
|
|
498
|
-
"name": "pauseMicrophone",
|
|
499
|
-
"printedName": "pauseMicrophone()",
|
|
500
|
-
"children": [
|
|
501
|
-
{
|
|
502
|
-
"kind": "TypeNominal",
|
|
503
|
-
"name": "Void",
|
|
504
|
-
"printedName": "()"
|
|
505
|
-
}
|
|
506
|
-
],
|
|
507
|
-
"declKind": "Func",
|
|
508
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
|
|
509
|
-
"mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
|
|
510
|
-
"moduleName": "DavoiceTTS",
|
|
511
|
-
"declAttributes": [
|
|
512
|
-
"Final",
|
|
513
|
-
"AccessControl",
|
|
514
|
-
"ObjC",
|
|
515
|
-
"RawDocComment"
|
|
516
|
-
],
|
|
517
|
-
"funcSelfKind": "NonMutating"
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"kind": "Function",
|
|
521
|
-
"name": "unPauseMicrophone",
|
|
522
|
-
"printedName": "unPauseMicrophone()",
|
|
523
|
-
"children": [
|
|
524
|
-
{
|
|
525
|
-
"kind": "TypeNominal",
|
|
526
|
-
"name": "Void",
|
|
527
|
-
"printedName": "()"
|
|
528
|
-
}
|
|
529
|
-
],
|
|
530
|
-
"declKind": "Func",
|
|
531
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
|
|
532
|
-
"mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
|
|
533
|
-
"moduleName": "DavoiceTTS",
|
|
534
|
-
"declAttributes": [
|
|
535
|
-
"Final",
|
|
536
|
-
"AccessControl",
|
|
537
|
-
"ObjC"
|
|
538
|
-
],
|
|
539
|
-
"funcSelfKind": "NonMutating"
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"kind": "Function",
|
|
543
|
-
"name": "startSpeech",
|
|
544
|
-
"printedName": "startSpeech(localeStr:)",
|
|
545
|
-
"children": [
|
|
546
|
-
{
|
|
547
|
-
"kind": "TypeNominal",
|
|
548
|
-
"name": "Void",
|
|
549
|
-
"printedName": "()"
|
|
519
|
+
],
|
|
520
|
+
"declKind": "Accessor",
|
|
521
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
|
|
522
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
|
|
523
|
+
"moduleName": "DavoiceTTS",
|
|
524
|
+
"static": true,
|
|
525
|
+
"implicit": true,
|
|
526
|
+
"accessorKind": "set"
|
|
550
527
|
},
|
|
551
528
|
{
|
|
552
|
-
"kind": "
|
|
553
|
-
"name": "
|
|
554
|
-
"printedName": "
|
|
529
|
+
"kind": "Accessor",
|
|
530
|
+
"name": "Modify",
|
|
531
|
+
"printedName": "Modify()",
|
|
555
532
|
"children": [
|
|
556
533
|
{
|
|
557
534
|
"kind": "TypeNominal",
|
|
558
|
-
"name": "
|
|
559
|
-
"printedName": "
|
|
560
|
-
"usr": "s:SS"
|
|
535
|
+
"name": "Void",
|
|
536
|
+
"printedName": "()"
|
|
561
537
|
}
|
|
562
538
|
],
|
|
563
|
-
"
|
|
539
|
+
"declKind": "Accessor",
|
|
540
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
|
|
541
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
|
|
542
|
+
"moduleName": "DavoiceTTS",
|
|
543
|
+
"static": true,
|
|
544
|
+
"implicit": true,
|
|
545
|
+
"accessorKind": "_modify"
|
|
564
546
|
}
|
|
565
|
-
]
|
|
566
|
-
"declKind": "Func",
|
|
567
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
|
|
568
|
-
"mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
|
|
569
|
-
"moduleName": "DavoiceTTS",
|
|
570
|
-
"declAttributes": [
|
|
571
|
-
"Final",
|
|
572
|
-
"AccessControl",
|
|
573
|
-
"ObjC"
|
|
574
|
-
],
|
|
575
|
-
"funcSelfKind": "NonMutating"
|
|
547
|
+
]
|
|
576
548
|
},
|
|
577
549
|
{
|
|
578
|
-
"kind": "
|
|
579
|
-
"name": "
|
|
580
|
-
"printedName": "
|
|
550
|
+
"kind": "Var",
|
|
551
|
+
"name": "stopEnginePlayback",
|
|
552
|
+
"printedName": "stopEnginePlayback",
|
|
581
553
|
"children": [
|
|
582
|
-
{
|
|
583
|
-
"kind": "TypeNominal",
|
|
584
|
-
"name": "Void",
|
|
585
|
-
"printedName": "()"
|
|
586
|
-
},
|
|
587
554
|
{
|
|
588
555
|
"kind": "TypeNominal",
|
|
589
556
|
"name": "Optional",
|
|
590
|
-
"printedName": "((
|
|
557
|
+
"printedName": "(() -> ())?",
|
|
591
558
|
"children": [
|
|
592
559
|
{
|
|
593
560
|
"kind": "TypeFunc",
|
|
594
561
|
"name": "Function",
|
|
595
|
-
"printedName": "(
|
|
562
|
+
"printedName": "() -> ()",
|
|
596
563
|
"children": [
|
|
597
564
|
{
|
|
598
565
|
"kind": "TypeNominal",
|
|
@@ -601,598 +568,46 @@
|
|
|
601
568
|
},
|
|
602
569
|
{
|
|
603
570
|
"kind": "TypeNominal",
|
|
604
|
-
"name": "
|
|
605
|
-
"printedName": "
|
|
606
|
-
"usr": "s:Sb"
|
|
571
|
+
"name": "Void",
|
|
572
|
+
"printedName": "()"
|
|
607
573
|
}
|
|
608
574
|
]
|
|
609
575
|
}
|
|
610
576
|
],
|
|
611
|
-
"hasDefaultArg": true,
|
|
612
577
|
"usr": "s:Sq"
|
|
613
578
|
}
|
|
614
579
|
],
|
|
615
|
-
"declKind": "
|
|
616
|
-
"usr": "
|
|
617
|
-
"mangledName": "$
|
|
580
|
+
"declKind": "Var",
|
|
581
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
|
|
582
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
|
|
618
583
|
"moduleName": "DavoiceTTS",
|
|
584
|
+
"static": true,
|
|
619
585
|
"declAttributes": [
|
|
620
|
-
"
|
|
621
|
-
"
|
|
622
|
-
"
|
|
586
|
+
"HasInitialValue",
|
|
587
|
+
"HasStorage",
|
|
588
|
+
"AccessControl"
|
|
623
589
|
],
|
|
624
|
-
"
|
|
625
|
-
|
|
626
|
-
{
|
|
627
|
-
"kind": "Function",
|
|
628
|
-
"name": "cancelSpeech",
|
|
629
|
-
"printedName": "cancelSpeech(_:)",
|
|
630
|
-
"children": [
|
|
631
|
-
{
|
|
632
|
-
"kind": "TypeNominal",
|
|
633
|
-
"name": "Void",
|
|
634
|
-
"printedName": "()"
|
|
635
|
-
},
|
|
590
|
+
"hasStorage": true,
|
|
591
|
+
"accessors": [
|
|
636
592
|
{
|
|
637
|
-
"kind": "
|
|
638
|
-
"name": "
|
|
639
|
-
"printedName": "(
|
|
593
|
+
"kind": "Accessor",
|
|
594
|
+
"name": "Get",
|
|
595
|
+
"printedName": "Get()",
|
|
640
596
|
"children": [
|
|
641
597
|
{
|
|
642
|
-
"kind": "
|
|
643
|
-
"name": "
|
|
644
|
-
"printedName": "(
|
|
645
|
-
"children": [
|
|
646
|
-
{
|
|
647
|
-
"kind": "TypeNominal",
|
|
648
|
-
"name": "Void",
|
|
649
|
-
"printedName": "()"
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"kind": "TypeNominal",
|
|
653
|
-
"name": "Bool",
|
|
654
|
-
"printedName": "Swift.Bool",
|
|
655
|
-
"usr": "s:Sb"
|
|
656
|
-
}
|
|
657
|
-
]
|
|
658
|
-
}
|
|
659
|
-
],
|
|
660
|
-
"hasDefaultArg": true,
|
|
661
|
-
"usr": "s:Sq"
|
|
662
|
-
}
|
|
663
|
-
],
|
|
664
|
-
"declKind": "Func",
|
|
665
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
|
|
666
|
-
"mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
|
|
667
|
-
"moduleName": "DavoiceTTS",
|
|
668
|
-
"declAttributes": [
|
|
669
|
-
"Final",
|
|
670
|
-
"AccessControl",
|
|
671
|
-
"ObjC"
|
|
672
|
-
],
|
|
673
|
-
"funcSelfKind": "NonMutating"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"kind": "Function",
|
|
677
|
-
"name": "destroySpeech",
|
|
678
|
-
"printedName": "destroySpeech(_:)",
|
|
679
|
-
"children": [
|
|
680
|
-
{
|
|
681
|
-
"kind": "TypeNominal",
|
|
682
|
-
"name": "Void",
|
|
683
|
-
"printedName": "()"
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"kind": "TypeNominal",
|
|
687
|
-
"name": "Optional",
|
|
688
|
-
"printedName": "((Swift.Bool) -> ())?",
|
|
689
|
-
"children": [
|
|
690
|
-
{
|
|
691
|
-
"kind": "TypeFunc",
|
|
692
|
-
"name": "Function",
|
|
693
|
-
"printedName": "(Swift.Bool) -> ()",
|
|
694
|
-
"children": [
|
|
695
|
-
{
|
|
696
|
-
"kind": "TypeNominal",
|
|
697
|
-
"name": "Void",
|
|
698
|
-
"printedName": "()"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"kind": "TypeNominal",
|
|
702
|
-
"name": "Bool",
|
|
703
|
-
"printedName": "Swift.Bool",
|
|
704
|
-
"usr": "s:Sb"
|
|
705
|
-
}
|
|
706
|
-
]
|
|
707
|
-
}
|
|
708
|
-
],
|
|
709
|
-
"hasDefaultArg": true,
|
|
710
|
-
"usr": "s:Sq"
|
|
711
|
-
}
|
|
712
|
-
],
|
|
713
|
-
"declKind": "Func",
|
|
714
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
|
|
715
|
-
"mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
|
|
716
|
-
"moduleName": "DavoiceTTS",
|
|
717
|
-
"declAttributes": [
|
|
718
|
-
"Final",
|
|
719
|
-
"AccessControl",
|
|
720
|
-
"ObjC"
|
|
721
|
-
],
|
|
722
|
-
"funcSelfKind": "NonMutating"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"kind": "Function",
|
|
726
|
-
"name": "teardown",
|
|
727
|
-
"printedName": "teardown()",
|
|
728
|
-
"children": [
|
|
729
|
-
{
|
|
730
|
-
"kind": "TypeNominal",
|
|
731
|
-
"name": "Void",
|
|
732
|
-
"printedName": "()"
|
|
733
|
-
}
|
|
734
|
-
],
|
|
735
|
-
"declKind": "Func",
|
|
736
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
|
|
737
|
-
"mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
|
|
738
|
-
"moduleName": "DavoiceTTS",
|
|
739
|
-
"declAttributes": [
|
|
740
|
-
"Final",
|
|
741
|
-
"AccessControl",
|
|
742
|
-
"ObjC"
|
|
743
|
-
],
|
|
744
|
-
"funcSelfKind": "NonMutating"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"kind": "Function",
|
|
748
|
-
"name": "speechRecognizer",
|
|
749
|
-
"printedName": "speechRecognizer(_:availabilityDidChange:)",
|
|
750
|
-
"children": [
|
|
751
|
-
{
|
|
752
|
-
"kind": "TypeNominal",
|
|
753
|
-
"name": "Void",
|
|
754
|
-
"printedName": "()"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"kind": "TypeNominal",
|
|
758
|
-
"name": "SFSpeechRecognizer",
|
|
759
|
-
"printedName": "Speech.SFSpeechRecognizer",
|
|
760
|
-
"usr": "c:objc(cs)SFSpeechRecognizer"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"kind": "TypeNominal",
|
|
764
|
-
"name": "Bool",
|
|
765
|
-
"printedName": "Swift.Bool",
|
|
766
|
-
"usr": "s:Sb"
|
|
767
|
-
}
|
|
768
|
-
],
|
|
769
|
-
"declKind": "Func",
|
|
770
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
|
|
771
|
-
"mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
|
|
772
|
-
"moduleName": "DavoiceTTS",
|
|
773
|
-
"objc_name": "speechRecognizer:availabilityDidChange:",
|
|
774
|
-
"declAttributes": [
|
|
775
|
-
"Final",
|
|
776
|
-
"ObjC",
|
|
777
|
-
"AccessControl",
|
|
778
|
-
"RawDocComment"
|
|
779
|
-
],
|
|
780
|
-
"funcSelfKind": "NonMutating"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"kind": "Constructor",
|
|
784
|
-
"name": "init",
|
|
785
|
-
"printedName": "init()",
|
|
786
|
-
"children": [
|
|
787
|
-
{
|
|
788
|
-
"kind": "TypeNominal",
|
|
789
|
-
"name": "STT",
|
|
790
|
-
"printedName": "DavoiceTTS.STT",
|
|
791
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
|
|
792
|
-
}
|
|
793
|
-
],
|
|
794
|
-
"declKind": "Constructor",
|
|
795
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
|
|
796
|
-
"mangledName": "$s10DavoiceTTS3STTCACycfc",
|
|
797
|
-
"moduleName": "DavoiceTTS",
|
|
798
|
-
"overriding": true,
|
|
799
|
-
"implicit": true,
|
|
800
|
-
"objc_name": "init",
|
|
801
|
-
"declAttributes": [
|
|
802
|
-
"Dynamic",
|
|
803
|
-
"ObjC",
|
|
804
|
-
"Override"
|
|
805
|
-
],
|
|
806
|
-
"init_kind": "Designated"
|
|
807
|
-
}
|
|
808
|
-
],
|
|
809
|
-
"declKind": "Class",
|
|
810
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT",
|
|
811
|
-
"mangledName": "$s10DavoiceTTS3STTC",
|
|
812
|
-
"moduleName": "DavoiceTTS",
|
|
813
|
-
"declAttributes": [
|
|
814
|
-
"Final",
|
|
815
|
-
"AccessControl",
|
|
816
|
-
"ObjCMembers",
|
|
817
|
-
"ObjC"
|
|
818
|
-
],
|
|
819
|
-
"superclassUsr": "c:objc(cs)NSObject",
|
|
820
|
-
"inheritsConvenienceInitializers": true,
|
|
821
|
-
"superclassNames": [
|
|
822
|
-
"ObjectiveC.NSObject"
|
|
823
|
-
],
|
|
824
|
-
"conformances": [
|
|
825
|
-
{
|
|
826
|
-
"kind": "Conformance",
|
|
827
|
-
"name": "Copyable",
|
|
828
|
-
"printedName": "Copyable",
|
|
829
|
-
"usr": "s:s8CopyableP",
|
|
830
|
-
"mangledName": "$ss8CopyableP"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"kind": "Conformance",
|
|
834
|
-
"name": "Escapable",
|
|
835
|
-
"printedName": "Escapable",
|
|
836
|
-
"usr": "s:s9EscapableP",
|
|
837
|
-
"mangledName": "$ss9EscapableP"
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"kind": "Conformance",
|
|
841
|
-
"name": "Equatable",
|
|
842
|
-
"printedName": "Equatable",
|
|
843
|
-
"usr": "s:SQ",
|
|
844
|
-
"mangledName": "$sSQ"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"kind": "Conformance",
|
|
848
|
-
"name": "Hashable",
|
|
849
|
-
"printedName": "Hashable",
|
|
850
|
-
"usr": "s:SH",
|
|
851
|
-
"mangledName": "$sSH"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"kind": "Conformance",
|
|
855
|
-
"name": "CVarArg",
|
|
856
|
-
"printedName": "CVarArg",
|
|
857
|
-
"usr": "s:s7CVarArgP",
|
|
858
|
-
"mangledName": "$ss7CVarArgP"
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"kind": "Conformance",
|
|
862
|
-
"name": "_KeyValueCodingAndObservingPublishing",
|
|
863
|
-
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
864
|
-
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
865
|
-
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"kind": "Conformance",
|
|
869
|
-
"name": "_KeyValueCodingAndObserving",
|
|
870
|
-
"printedName": "_KeyValueCodingAndObserving",
|
|
871
|
-
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
872
|
-
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"kind": "Conformance",
|
|
876
|
-
"name": "CustomStringConvertible",
|
|
877
|
-
"printedName": "CustomStringConvertible",
|
|
878
|
-
"usr": "s:s23CustomStringConvertibleP",
|
|
879
|
-
"mangledName": "$ss23CustomStringConvertibleP"
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"kind": "Conformance",
|
|
883
|
-
"name": "CustomDebugStringConvertible",
|
|
884
|
-
"printedName": "CustomDebugStringConvertible",
|
|
885
|
-
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
886
|
-
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
887
|
-
}
|
|
888
|
-
]
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"kind": "Import",
|
|
892
|
-
"name": "Foundation",
|
|
893
|
-
"printedName": "Foundation",
|
|
894
|
-
"declKind": "Import",
|
|
895
|
-
"moduleName": "DavoiceTTS",
|
|
896
|
-
"declAttributes": [
|
|
897
|
-
"RawDocComment"
|
|
898
|
-
]
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"kind": "TypeDecl",
|
|
902
|
-
"name": "AudioPlaybackHook",
|
|
903
|
-
"printedName": "AudioPlaybackHook",
|
|
904
|
-
"children": [
|
|
905
|
-
{
|
|
906
|
-
"kind": "Var",
|
|
907
|
-
"name": "engineScheduleFile",
|
|
908
|
-
"printedName": "engineScheduleFile",
|
|
909
|
-
"children": [
|
|
910
|
-
{
|
|
911
|
-
"kind": "TypeNominal",
|
|
912
|
-
"name": "Optional",
|
|
913
|
-
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
914
|
-
"children": [
|
|
915
|
-
{
|
|
916
|
-
"kind": "TypeFunc",
|
|
917
|
-
"name": "Function",
|
|
918
|
-
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
919
|
-
"children": [
|
|
920
|
-
{
|
|
921
|
-
"kind": "TypeNominal",
|
|
922
|
-
"name": "Bool",
|
|
923
|
-
"printedName": "Swift.Bool",
|
|
924
|
-
"usr": "s:Sb"
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"kind": "TypeNominal",
|
|
928
|
-
"name": "Tuple",
|
|
929
|
-
"printedName": "(Foundation.URL, () -> ())",
|
|
930
|
-
"children": [
|
|
931
|
-
{
|
|
932
|
-
"kind": "TypeNominal",
|
|
933
|
-
"name": "URL",
|
|
934
|
-
"printedName": "Foundation.URL",
|
|
935
|
-
"usr": "s:10Foundation3URLV"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"kind": "TypeFunc",
|
|
939
|
-
"name": "Function",
|
|
940
|
-
"printedName": "() -> ()",
|
|
941
|
-
"children": [
|
|
942
|
-
{
|
|
943
|
-
"kind": "TypeNominal",
|
|
944
|
-
"name": "Void",
|
|
945
|
-
"printedName": "()"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"kind": "TypeNominal",
|
|
949
|
-
"name": "Void",
|
|
950
|
-
"printedName": "()"
|
|
951
|
-
}
|
|
952
|
-
]
|
|
953
|
-
}
|
|
954
|
-
]
|
|
955
|
-
}
|
|
956
|
-
]
|
|
957
|
-
}
|
|
958
|
-
],
|
|
959
|
-
"usr": "s:Sq"
|
|
960
|
-
}
|
|
961
|
-
],
|
|
962
|
-
"declKind": "Var",
|
|
963
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
964
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
|
|
965
|
-
"moduleName": "DavoiceTTS",
|
|
966
|
-
"static": true,
|
|
967
|
-
"declAttributes": [
|
|
968
|
-
"HasInitialValue",
|
|
969
|
-
"HasStorage",
|
|
970
|
-
"AccessControl",
|
|
971
|
-
"RawDocComment"
|
|
972
|
-
],
|
|
973
|
-
"hasStorage": true,
|
|
974
|
-
"accessors": [
|
|
975
|
-
{
|
|
976
|
-
"kind": "Accessor",
|
|
977
|
-
"name": "Get",
|
|
978
|
-
"printedName": "Get()",
|
|
979
|
-
"children": [
|
|
980
|
-
{
|
|
981
|
-
"kind": "TypeNominal",
|
|
982
|
-
"name": "Optional",
|
|
983
|
-
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
984
|
-
"children": [
|
|
985
|
-
{
|
|
986
|
-
"kind": "TypeFunc",
|
|
987
|
-
"name": "Function",
|
|
988
|
-
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
989
|
-
"children": [
|
|
990
|
-
{
|
|
991
|
-
"kind": "TypeNominal",
|
|
992
|
-
"name": "Bool",
|
|
993
|
-
"printedName": "Swift.Bool",
|
|
994
|
-
"usr": "s:Sb"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"kind": "TypeNominal",
|
|
998
|
-
"name": "Tuple",
|
|
999
|
-
"printedName": "(Foundation.URL, () -> ())",
|
|
1000
|
-
"children": [
|
|
1001
|
-
{
|
|
1002
|
-
"kind": "TypeNominal",
|
|
1003
|
-
"name": "URL",
|
|
1004
|
-
"printedName": "Foundation.URL",
|
|
1005
|
-
"usr": "s:10Foundation3URLV"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"kind": "TypeFunc",
|
|
1009
|
-
"name": "Function",
|
|
1010
|
-
"printedName": "() -> ()",
|
|
1011
|
-
"children": [
|
|
1012
|
-
{
|
|
1013
|
-
"kind": "TypeNominal",
|
|
1014
|
-
"name": "Void",
|
|
1015
|
-
"printedName": "()"
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"kind": "TypeNominal",
|
|
1019
|
-
"name": "Void",
|
|
1020
|
-
"printedName": "()"
|
|
1021
|
-
}
|
|
1022
|
-
]
|
|
1023
|
-
}
|
|
1024
|
-
]
|
|
1025
|
-
}
|
|
1026
|
-
]
|
|
1027
|
-
}
|
|
1028
|
-
],
|
|
1029
|
-
"usr": "s:Sq"
|
|
1030
|
-
}
|
|
1031
|
-
],
|
|
1032
|
-
"declKind": "Accessor",
|
|
1033
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
1034
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
|
|
1035
|
-
"moduleName": "DavoiceTTS",
|
|
1036
|
-
"static": true,
|
|
1037
|
-
"implicit": true,
|
|
1038
|
-
"accessorKind": "get"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "Accessor",
|
|
1042
|
-
"name": "Set",
|
|
1043
|
-
"printedName": "Set()",
|
|
1044
|
-
"children": [
|
|
1045
|
-
{
|
|
1046
|
-
"kind": "TypeNominal",
|
|
1047
|
-
"name": "Void",
|
|
1048
|
-
"printedName": "()"
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "TypeNominal",
|
|
1052
|
-
"name": "Optional",
|
|
1053
|
-
"printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
|
|
1054
|
-
"children": [
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "TypeFunc",
|
|
1057
|
-
"name": "Function",
|
|
1058
|
-
"printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
|
|
1059
|
-
"children": [
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "TypeNominal",
|
|
1062
|
-
"name": "Bool",
|
|
1063
|
-
"printedName": "Swift.Bool",
|
|
1064
|
-
"usr": "s:Sb"
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
"kind": "TypeNominal",
|
|
1068
|
-
"name": "Tuple",
|
|
1069
|
-
"printedName": "(Foundation.URL, () -> ())",
|
|
1070
|
-
"children": [
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "TypeNominal",
|
|
1073
|
-
"name": "URL",
|
|
1074
|
-
"printedName": "Foundation.URL",
|
|
1075
|
-
"usr": "s:10Foundation3URLV"
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"kind": "TypeFunc",
|
|
1079
|
-
"name": "Function",
|
|
1080
|
-
"printedName": "() -> ()",
|
|
1081
|
-
"children": [
|
|
1082
|
-
{
|
|
1083
|
-
"kind": "TypeNominal",
|
|
1084
|
-
"name": "Void",
|
|
1085
|
-
"printedName": "()"
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"kind": "TypeNominal",
|
|
1089
|
-
"name": "Void",
|
|
1090
|
-
"printedName": "()"
|
|
1091
|
-
}
|
|
1092
|
-
]
|
|
1093
|
-
}
|
|
1094
|
-
]
|
|
1095
|
-
}
|
|
1096
|
-
]
|
|
1097
|
-
}
|
|
1098
|
-
],
|
|
1099
|
-
"usr": "s:Sq"
|
|
1100
|
-
}
|
|
1101
|
-
],
|
|
1102
|
-
"declKind": "Accessor",
|
|
1103
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
1104
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
|
|
1105
|
-
"moduleName": "DavoiceTTS",
|
|
1106
|
-
"static": true,
|
|
1107
|
-
"implicit": true,
|
|
1108
|
-
"accessorKind": "set"
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"kind": "Accessor",
|
|
1112
|
-
"name": "Modify",
|
|
1113
|
-
"printedName": "Modify()",
|
|
1114
|
-
"children": [
|
|
1115
|
-
{
|
|
1116
|
-
"kind": "TypeNominal",
|
|
1117
|
-
"name": "Void",
|
|
1118
|
-
"printedName": "()"
|
|
1119
|
-
}
|
|
1120
|
-
],
|
|
1121
|
-
"declKind": "Accessor",
|
|
1122
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
1123
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
|
|
1124
|
-
"moduleName": "DavoiceTTS",
|
|
1125
|
-
"static": true,
|
|
1126
|
-
"implicit": true,
|
|
1127
|
-
"accessorKind": "_modify"
|
|
1128
|
-
}
|
|
1129
|
-
]
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"kind": "Var",
|
|
1133
|
-
"name": "isEngineReady",
|
|
1134
|
-
"printedName": "isEngineReady",
|
|
1135
|
-
"children": [
|
|
1136
|
-
{
|
|
1137
|
-
"kind": "TypeNominal",
|
|
1138
|
-
"name": "Optional",
|
|
1139
|
-
"printedName": "(() -> Swift.Bool)?",
|
|
1140
|
-
"children": [
|
|
1141
|
-
{
|
|
1142
|
-
"kind": "TypeFunc",
|
|
1143
|
-
"name": "Function",
|
|
1144
|
-
"printedName": "() -> Swift.Bool",
|
|
1145
|
-
"children": [
|
|
1146
|
-
{
|
|
1147
|
-
"kind": "TypeNominal",
|
|
1148
|
-
"name": "Bool",
|
|
1149
|
-
"printedName": "Swift.Bool",
|
|
1150
|
-
"usr": "s:Sb"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"kind": "TypeNominal",
|
|
1154
|
-
"name": "Void",
|
|
1155
|
-
"printedName": "()"
|
|
1156
|
-
}
|
|
1157
|
-
]
|
|
1158
|
-
}
|
|
1159
|
-
],
|
|
1160
|
-
"usr": "s:Sq"
|
|
1161
|
-
}
|
|
1162
|
-
],
|
|
1163
|
-
"declKind": "Var",
|
|
1164
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
1165
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
|
|
1166
|
-
"moduleName": "DavoiceTTS",
|
|
1167
|
-
"static": true,
|
|
1168
|
-
"declAttributes": [
|
|
1169
|
-
"HasInitialValue",
|
|
1170
|
-
"HasStorage",
|
|
1171
|
-
"AccessControl",
|
|
1172
|
-
"RawDocComment"
|
|
1173
|
-
],
|
|
1174
|
-
"hasStorage": true,
|
|
1175
|
-
"accessors": [
|
|
1176
|
-
{
|
|
1177
|
-
"kind": "Accessor",
|
|
1178
|
-
"name": "Get",
|
|
1179
|
-
"printedName": "Get()",
|
|
1180
|
-
"children": [
|
|
1181
|
-
{
|
|
1182
|
-
"kind": "TypeNominal",
|
|
1183
|
-
"name": "Optional",
|
|
1184
|
-
"printedName": "(() -> Swift.Bool)?",
|
|
598
|
+
"kind": "TypeNominal",
|
|
599
|
+
"name": "Optional",
|
|
600
|
+
"printedName": "(() -> ())?",
|
|
1185
601
|
"children": [
|
|
1186
602
|
{
|
|
1187
603
|
"kind": "TypeFunc",
|
|
1188
604
|
"name": "Function",
|
|
1189
|
-
"printedName": "() ->
|
|
605
|
+
"printedName": "() -> ()",
|
|
1190
606
|
"children": [
|
|
1191
607
|
{
|
|
1192
608
|
"kind": "TypeNominal",
|
|
1193
|
-
"name": "
|
|
1194
|
-
"printedName": "
|
|
1195
|
-
"usr": "s:Sb"
|
|
609
|
+
"name": "Void",
|
|
610
|
+
"printedName": "()"
|
|
1196
611
|
},
|
|
1197
612
|
{
|
|
1198
613
|
"kind": "TypeNominal",
|
|
@@ -1206,8 +621,8 @@
|
|
|
1206
621
|
}
|
|
1207
622
|
],
|
|
1208
623
|
"declKind": "Accessor",
|
|
1209
|
-
"usr": "s:
|
|
1210
|
-
"mangledName": "$
|
|
624
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
|
|
625
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
|
|
1211
626
|
"moduleName": "DavoiceTTS",
|
|
1212
627
|
"static": true,
|
|
1213
628
|
"implicit": true,
|
|
@@ -1226,18 +641,17 @@
|
|
|
1226
641
|
{
|
|
1227
642
|
"kind": "TypeNominal",
|
|
1228
643
|
"name": "Optional",
|
|
1229
|
-
"printedName": "(() ->
|
|
644
|
+
"printedName": "(() -> ())?",
|
|
1230
645
|
"children": [
|
|
1231
646
|
{
|
|
1232
647
|
"kind": "TypeFunc",
|
|
1233
648
|
"name": "Function",
|
|
1234
|
-
"printedName": "() ->
|
|
649
|
+
"printedName": "() -> ()",
|
|
1235
650
|
"children": [
|
|
1236
651
|
{
|
|
1237
652
|
"kind": "TypeNominal",
|
|
1238
|
-
"name": "
|
|
1239
|
-
"printedName": "
|
|
1240
|
-
"usr": "s:Sb"
|
|
653
|
+
"name": "Void",
|
|
654
|
+
"printedName": "()"
|
|
1241
655
|
},
|
|
1242
656
|
{
|
|
1243
657
|
"kind": "TypeNominal",
|
|
@@ -1251,8 +665,8 @@
|
|
|
1251
665
|
}
|
|
1252
666
|
],
|
|
1253
667
|
"declKind": "Accessor",
|
|
1254
|
-
"usr": "s:
|
|
1255
|
-
"mangledName": "$
|
|
668
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
669
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
|
|
1256
670
|
"moduleName": "DavoiceTTS",
|
|
1257
671
|
"static": true,
|
|
1258
672
|
"implicit": true,
|
|
@@ -1270,40 +684,202 @@
|
|
|
1270
684
|
}
|
|
1271
685
|
],
|
|
1272
686
|
"declKind": "Accessor",
|
|
1273
|
-
"usr": "s:
|
|
1274
|
-
"mangledName": "$
|
|
687
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
|
|
688
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
|
|
1275
689
|
"moduleName": "DavoiceTTS",
|
|
1276
690
|
"static": true,
|
|
1277
691
|
"implicit": true,
|
|
1278
692
|
"accessorKind": "_modify"
|
|
1279
693
|
}
|
|
1280
694
|
]
|
|
695
|
+
}
|
|
696
|
+
],
|
|
697
|
+
"declKind": "Enum",
|
|
698
|
+
"usr": "s:10DavoiceTTS17AudioPlaybackHookO",
|
|
699
|
+
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
|
|
700
|
+
"moduleName": "DavoiceTTS",
|
|
701
|
+
"declAttributes": [
|
|
702
|
+
"AccessControl",
|
|
703
|
+
"RawDocComment"
|
|
704
|
+
],
|
|
705
|
+
"conformances": [
|
|
706
|
+
{
|
|
707
|
+
"kind": "Conformance",
|
|
708
|
+
"name": "Copyable",
|
|
709
|
+
"printedName": "Copyable",
|
|
710
|
+
"usr": "s:s8CopyableP",
|
|
711
|
+
"mangledName": "$ss8CopyableP"
|
|
1281
712
|
},
|
|
713
|
+
{
|
|
714
|
+
"kind": "Conformance",
|
|
715
|
+
"name": "Escapable",
|
|
716
|
+
"printedName": "Escapable",
|
|
717
|
+
"usr": "s:s9EscapableP",
|
|
718
|
+
"mangledName": "$ss9EscapableP"
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"kind": "Import",
|
|
724
|
+
"name": "Foundation",
|
|
725
|
+
"printedName": "Foundation",
|
|
726
|
+
"declKind": "Import",
|
|
727
|
+
"moduleName": "DavoiceTTS",
|
|
728
|
+
"declAttributes": [
|
|
729
|
+
"RawDocComment"
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"kind": "Import",
|
|
734
|
+
"name": "onnxruntime_objc",
|
|
735
|
+
"printedName": "onnxruntime_objc",
|
|
736
|
+
"declKind": "Import",
|
|
737
|
+
"moduleName": "DavoiceTTS"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"kind": "Import",
|
|
741
|
+
"name": "phonemes",
|
|
742
|
+
"printedName": "phonemes",
|
|
743
|
+
"declKind": "Import",
|
|
744
|
+
"moduleName": "DavoiceTTS",
|
|
745
|
+
"declAttributes": [
|
|
746
|
+
"RawDocComment"
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"kind": "Import",
|
|
751
|
+
"name": "AVFoundation",
|
|
752
|
+
"printedName": "AVFoundation",
|
|
753
|
+
"declKind": "Import",
|
|
754
|
+
"moduleName": "DavoiceTTS"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"kind": "TypeDecl",
|
|
758
|
+
"name": "SwiftSoundQueue",
|
|
759
|
+
"printedName": "SwiftSoundQueue",
|
|
760
|
+
"children": [
|
|
1282
761
|
{
|
|
1283
762
|
"kind": "Var",
|
|
1284
|
-
"name": "
|
|
1285
|
-
"printedName": "
|
|
763
|
+
"name": "shared",
|
|
764
|
+
"printedName": "shared",
|
|
765
|
+
"children": [
|
|
766
|
+
{
|
|
767
|
+
"kind": "TypeNominal",
|
|
768
|
+
"name": "SwiftSoundQueue",
|
|
769
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue",
|
|
770
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"declKind": "Var",
|
|
774
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
|
|
775
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
|
|
776
|
+
"moduleName": "DavoiceTTS",
|
|
777
|
+
"static": true,
|
|
778
|
+
"declAttributes": [
|
|
779
|
+
"HasInitialValue",
|
|
780
|
+
"Final",
|
|
781
|
+
"HasStorage",
|
|
782
|
+
"AccessControl",
|
|
783
|
+
"RawDocComment"
|
|
784
|
+
],
|
|
785
|
+
"isLet": true,
|
|
786
|
+
"hasStorage": true,
|
|
787
|
+
"accessors": [
|
|
788
|
+
{
|
|
789
|
+
"kind": "Accessor",
|
|
790
|
+
"name": "Get",
|
|
791
|
+
"printedName": "Get()",
|
|
792
|
+
"children": [
|
|
793
|
+
{
|
|
794
|
+
"kind": "TypeNominal",
|
|
795
|
+
"name": "SwiftSoundQueue",
|
|
796
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue",
|
|
797
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"declKind": "Accessor",
|
|
801
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
|
|
802
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
|
|
803
|
+
"moduleName": "DavoiceTTS",
|
|
804
|
+
"static": true,
|
|
805
|
+
"implicit": true,
|
|
806
|
+
"declAttributes": [
|
|
807
|
+
"Final"
|
|
808
|
+
],
|
|
809
|
+
"accessorKind": "get"
|
|
810
|
+
}
|
|
811
|
+
]
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"kind": "Function",
|
|
815
|
+
"name": "notifyWhenURLFinishes",
|
|
816
|
+
"printedName": "notifyWhenURLFinishes(_:_:)",
|
|
817
|
+
"children": [
|
|
818
|
+
{
|
|
819
|
+
"kind": "TypeNominal",
|
|
820
|
+
"name": "Void",
|
|
821
|
+
"printedName": "()"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"kind": "TypeNominal",
|
|
825
|
+
"name": "URL",
|
|
826
|
+
"printedName": "Foundation.URL",
|
|
827
|
+
"usr": "s:10Foundation3URLV"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"kind": "TypeFunc",
|
|
831
|
+
"name": "Function",
|
|
832
|
+
"printedName": "() -> ()",
|
|
833
|
+
"children": [
|
|
834
|
+
{
|
|
835
|
+
"kind": "TypeNominal",
|
|
836
|
+
"name": "Void",
|
|
837
|
+
"printedName": "()"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"kind": "TypeNominal",
|
|
841
|
+
"name": "Void",
|
|
842
|
+
"printedName": "()"
|
|
843
|
+
}
|
|
844
|
+
]
|
|
845
|
+
}
|
|
846
|
+
],
|
|
847
|
+
"declKind": "Func",
|
|
848
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
|
|
849
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC21notifyWhenURLFinishesyy10Foundation3URLV_yyctF",
|
|
850
|
+
"moduleName": "DavoiceTTS",
|
|
851
|
+
"declAttributes": [
|
|
852
|
+
"Final",
|
|
853
|
+
"AccessControl",
|
|
854
|
+
"RawDocComment"
|
|
855
|
+
],
|
|
856
|
+
"funcSelfKind": "NonMutating"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"kind": "Var",
|
|
860
|
+
"name": "onItemDone",
|
|
861
|
+
"printedName": "onItemDone",
|
|
1286
862
|
"children": [
|
|
1287
863
|
{
|
|
1288
864
|
"kind": "TypeNominal",
|
|
1289
865
|
"name": "Optional",
|
|
1290
|
-
"printedName": "(() ->
|
|
866
|
+
"printedName": "((Foundation.URL) -> ())?",
|
|
1291
867
|
"children": [
|
|
1292
868
|
{
|
|
1293
869
|
"kind": "TypeFunc",
|
|
1294
870
|
"name": "Function",
|
|
1295
|
-
"printedName": "() ->
|
|
871
|
+
"printedName": "(Foundation.URL) -> ()",
|
|
1296
872
|
"children": [
|
|
1297
873
|
{
|
|
1298
874
|
"kind": "TypeNominal",
|
|
1299
|
-
"name": "
|
|
1300
|
-
"printedName": "
|
|
1301
|
-
"usr": "s:Sb"
|
|
875
|
+
"name": "Void",
|
|
876
|
+
"printedName": "()"
|
|
1302
877
|
},
|
|
1303
878
|
{
|
|
1304
879
|
"kind": "TypeNominal",
|
|
1305
|
-
"name": "
|
|
1306
|
-
"printedName": "
|
|
880
|
+
"name": "URL",
|
|
881
|
+
"printedName": "Foundation.URL",
|
|
882
|
+
"usr": "s:10Foundation3URLV"
|
|
1307
883
|
}
|
|
1308
884
|
]
|
|
1309
885
|
}
|
|
@@ -1312,14 +888,15 @@
|
|
|
1312
888
|
}
|
|
1313
889
|
],
|
|
1314
890
|
"declKind": "Var",
|
|
1315
|
-
"usr": "s:
|
|
1316
|
-
"mangledName": "$
|
|
891
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
|
|
892
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
|
|
1317
893
|
"moduleName": "DavoiceTTS",
|
|
1318
|
-
"static": true,
|
|
1319
894
|
"declAttributes": [
|
|
1320
895
|
"HasInitialValue",
|
|
896
|
+
"Final",
|
|
1321
897
|
"HasStorage",
|
|
1322
|
-
"AccessControl"
|
|
898
|
+
"AccessControl",
|
|
899
|
+
"RawDocComment"
|
|
1323
900
|
],
|
|
1324
901
|
"hasStorage": true,
|
|
1325
902
|
"accessors": [
|
|
@@ -1331,23 +908,23 @@
|
|
|
1331
908
|
{
|
|
1332
909
|
"kind": "TypeNominal",
|
|
1333
910
|
"name": "Optional",
|
|
1334
|
-
"printedName": "(() ->
|
|
911
|
+
"printedName": "((Foundation.URL) -> ())?",
|
|
1335
912
|
"children": [
|
|
1336
913
|
{
|
|
1337
914
|
"kind": "TypeFunc",
|
|
1338
915
|
"name": "Function",
|
|
1339
|
-
"printedName": "() ->
|
|
916
|
+
"printedName": "(Foundation.URL) -> ()",
|
|
1340
917
|
"children": [
|
|
1341
918
|
{
|
|
1342
919
|
"kind": "TypeNominal",
|
|
1343
|
-
"name": "
|
|
1344
|
-
"printedName": "
|
|
1345
|
-
"usr": "s:Sb"
|
|
920
|
+
"name": "Void",
|
|
921
|
+
"printedName": "()"
|
|
1346
922
|
},
|
|
1347
923
|
{
|
|
1348
924
|
"kind": "TypeNominal",
|
|
1349
|
-
"name": "
|
|
1350
|
-
"printedName": "
|
|
925
|
+
"name": "URL",
|
|
926
|
+
"printedName": "Foundation.URL",
|
|
927
|
+
"usr": "s:10Foundation3URLV"
|
|
1351
928
|
}
|
|
1352
929
|
]
|
|
1353
930
|
}
|
|
@@ -1356,11 +933,13 @@
|
|
|
1356
933
|
}
|
|
1357
934
|
],
|
|
1358
935
|
"declKind": "Accessor",
|
|
1359
|
-
"usr": "s:
|
|
1360
|
-
"mangledName": "$
|
|
936
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
|
|
937
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
|
|
1361
938
|
"moduleName": "DavoiceTTS",
|
|
1362
|
-
"static": true,
|
|
1363
939
|
"implicit": true,
|
|
940
|
+
"declAttributes": [
|
|
941
|
+
"Final"
|
|
942
|
+
],
|
|
1364
943
|
"accessorKind": "get"
|
|
1365
944
|
},
|
|
1366
945
|
{
|
|
@@ -1376,23 +955,23 @@
|
|
|
1376
955
|
{
|
|
1377
956
|
"kind": "TypeNominal",
|
|
1378
957
|
"name": "Optional",
|
|
1379
|
-
"printedName": "(() ->
|
|
958
|
+
"printedName": "((Foundation.URL) -> ())?",
|
|
1380
959
|
"children": [
|
|
1381
960
|
{
|
|
1382
961
|
"kind": "TypeFunc",
|
|
1383
962
|
"name": "Function",
|
|
1384
|
-
"printedName": "() ->
|
|
963
|
+
"printedName": "(Foundation.URL) -> ()",
|
|
1385
964
|
"children": [
|
|
1386
965
|
{
|
|
1387
966
|
"kind": "TypeNominal",
|
|
1388
|
-
"name": "
|
|
1389
|
-
"printedName": "
|
|
1390
|
-
"usr": "s:Sb"
|
|
967
|
+
"name": "Void",
|
|
968
|
+
"printedName": "()"
|
|
1391
969
|
},
|
|
1392
970
|
{
|
|
1393
971
|
"kind": "TypeNominal",
|
|
1394
|
-
"name": "
|
|
1395
|
-
"printedName": "
|
|
972
|
+
"name": "URL",
|
|
973
|
+
"printedName": "Foundation.URL",
|
|
974
|
+
"usr": "s:10Foundation3URLV"
|
|
1396
975
|
}
|
|
1397
976
|
]
|
|
1398
977
|
}
|
|
@@ -1401,11 +980,13 @@
|
|
|
1401
980
|
}
|
|
1402
981
|
],
|
|
1403
982
|
"declKind": "Accessor",
|
|
1404
|
-
"usr": "s:
|
|
1405
|
-
"mangledName": "$
|
|
983
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
|
|
984
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
|
|
1406
985
|
"moduleName": "DavoiceTTS",
|
|
1407
|
-
"static": true,
|
|
1408
986
|
"implicit": true,
|
|
987
|
+
"declAttributes": [
|
|
988
|
+
"Final"
|
|
989
|
+
],
|
|
1409
990
|
"accessorKind": "set"
|
|
1410
991
|
},
|
|
1411
992
|
{
|
|
@@ -1420,19 +1001,21 @@
|
|
|
1420
1001
|
}
|
|
1421
1002
|
],
|
|
1422
1003
|
"declKind": "Accessor",
|
|
1423
|
-
"usr": "s:
|
|
1424
|
-
"mangledName": "$
|
|
1004
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
|
|
1005
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
|
|
1425
1006
|
"moduleName": "DavoiceTTS",
|
|
1426
|
-
"static": true,
|
|
1427
1007
|
"implicit": true,
|
|
1008
|
+
"declAttributes": [
|
|
1009
|
+
"Final"
|
|
1010
|
+
],
|
|
1428
1011
|
"accessorKind": "_modify"
|
|
1429
1012
|
}
|
|
1430
1013
|
]
|
|
1431
1014
|
},
|
|
1432
1015
|
{
|
|
1433
1016
|
"kind": "Var",
|
|
1434
|
-
"name": "
|
|
1435
|
-
"printedName": "
|
|
1017
|
+
"name": "onQueueEmpty",
|
|
1018
|
+
"printedName": "onQueueEmpty",
|
|
1436
1019
|
"children": [
|
|
1437
1020
|
{
|
|
1438
1021
|
"kind": "TypeNominal",
|
|
@@ -1461,14 +1044,15 @@
|
|
|
1461
1044
|
}
|
|
1462
1045
|
],
|
|
1463
1046
|
"declKind": "Var",
|
|
1464
|
-
"usr": "s:
|
|
1465
|
-
"mangledName": "$
|
|
1047
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
|
|
1048
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
|
|
1466
1049
|
"moduleName": "DavoiceTTS",
|
|
1467
|
-
"static": true,
|
|
1468
1050
|
"declAttributes": [
|
|
1469
1051
|
"HasInitialValue",
|
|
1052
|
+
"Final",
|
|
1470
1053
|
"HasStorage",
|
|
1471
|
-
"AccessControl"
|
|
1054
|
+
"AccessControl",
|
|
1055
|
+
"RawDocComment"
|
|
1472
1056
|
],
|
|
1473
1057
|
"hasStorage": true,
|
|
1474
1058
|
"accessors": [
|
|
@@ -1504,11 +1088,13 @@
|
|
|
1504
1088
|
}
|
|
1505
1089
|
],
|
|
1506
1090
|
"declKind": "Accessor",
|
|
1507
|
-
"usr": "s:
|
|
1508
|
-
"mangledName": "$
|
|
1091
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
|
|
1092
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
|
|
1509
1093
|
"moduleName": "DavoiceTTS",
|
|
1510
|
-
"static": true,
|
|
1511
1094
|
"implicit": true,
|
|
1095
|
+
"declAttributes": [
|
|
1096
|
+
"Final"
|
|
1097
|
+
],
|
|
1512
1098
|
"accessorKind": "get"
|
|
1513
1099
|
},
|
|
1514
1100
|
{
|
|
@@ -1548,11 +1134,13 @@
|
|
|
1548
1134
|
}
|
|
1549
1135
|
],
|
|
1550
1136
|
"declKind": "Accessor",
|
|
1551
|
-
"usr": "s:
|
|
1552
|
-
"mangledName": "$
|
|
1137
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
|
|
1138
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
|
|
1553
1139
|
"moduleName": "DavoiceTTS",
|
|
1554
|
-
"static": true,
|
|
1555
1140
|
"implicit": true,
|
|
1141
|
+
"declAttributes": [
|
|
1142
|
+
"Final"
|
|
1143
|
+
],
|
|
1556
1144
|
"accessorKind": "set"
|
|
1557
1145
|
},
|
|
1558
1146
|
{
|
|
@@ -1567,136 +1155,238 @@
|
|
|
1567
1155
|
}
|
|
1568
1156
|
],
|
|
1569
1157
|
"declKind": "Accessor",
|
|
1570
|
-
"usr": "s:
|
|
1571
|
-
"mangledName": "$
|
|
1158
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
|
|
1159
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
|
|
1572
1160
|
"moduleName": "DavoiceTTS",
|
|
1573
|
-
"static": true,
|
|
1574
1161
|
"implicit": true,
|
|
1162
|
+
"declAttributes": [
|
|
1163
|
+
"Final"
|
|
1164
|
+
],
|
|
1575
1165
|
"accessorKind": "_modify"
|
|
1576
1166
|
}
|
|
1577
1167
|
]
|
|
1578
|
-
}
|
|
1579
|
-
],
|
|
1580
|
-
"declKind": "Enum",
|
|
1581
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO",
|
|
1582
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
|
|
1583
|
-
"moduleName": "DavoiceTTS",
|
|
1584
|
-
"declAttributes": [
|
|
1585
|
-
"AccessControl",
|
|
1586
|
-
"RawDocComment"
|
|
1587
|
-
],
|
|
1588
|
-
"conformances": [
|
|
1168
|
+
},
|
|
1589
1169
|
{
|
|
1590
|
-
"kind": "
|
|
1591
|
-
"name": "
|
|
1592
|
-
"printedName": "
|
|
1593
|
-
"
|
|
1594
|
-
|
|
1170
|
+
"kind": "Function",
|
|
1171
|
+
"name": "enqueue",
|
|
1172
|
+
"printedName": "enqueue(_:)",
|
|
1173
|
+
"children": [
|
|
1174
|
+
{
|
|
1175
|
+
"kind": "TypeNominal",
|
|
1176
|
+
"name": "Void",
|
|
1177
|
+
"printedName": "()"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"kind": "TypeNominal",
|
|
1181
|
+
"name": "Source",
|
|
1182
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
1183
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"declKind": "Func",
|
|
1187
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
|
|
1188
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
|
|
1189
|
+
"moduleName": "DavoiceTTS",
|
|
1190
|
+
"declAttributes": [
|
|
1191
|
+
"Final",
|
|
1192
|
+
"AccessControl",
|
|
1193
|
+
"RawDocComment"
|
|
1194
|
+
],
|
|
1195
|
+
"funcSelfKind": "NonMutating"
|
|
1595
1196
|
},
|
|
1596
1197
|
{
|
|
1597
|
-
"kind": "
|
|
1598
|
-
"name": "
|
|
1599
|
-
"printedName": "
|
|
1600
|
-
"
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "Import",
|
|
1634
|
-
"name": "AVFoundation",
|
|
1635
|
-
"printedName": "AVFoundation",
|
|
1636
|
-
"declKind": "Import",
|
|
1637
|
-
"moduleName": "DavoiceTTS"
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"kind": "TypeDecl",
|
|
1641
|
-
"name": "SwiftSoundQueue",
|
|
1642
|
-
"printedName": "SwiftSoundQueue",
|
|
1643
|
-
"children": [
|
|
1198
|
+
"kind": "Function",
|
|
1199
|
+
"name": "enqueueMany",
|
|
1200
|
+
"printedName": "enqueueMany(_:)",
|
|
1201
|
+
"children": [
|
|
1202
|
+
{
|
|
1203
|
+
"kind": "TypeNominal",
|
|
1204
|
+
"name": "Void",
|
|
1205
|
+
"printedName": "()"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"kind": "TypeNominal",
|
|
1209
|
+
"name": "Array",
|
|
1210
|
+
"printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
|
|
1211
|
+
"children": [
|
|
1212
|
+
{
|
|
1213
|
+
"kind": "TypeNominal",
|
|
1214
|
+
"name": "Source",
|
|
1215
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
1216
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
1219
|
+
"usr": "s:Sa"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"declKind": "Func",
|
|
1223
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
|
|
1224
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
|
|
1225
|
+
"moduleName": "DavoiceTTS",
|
|
1226
|
+
"declAttributes": [
|
|
1227
|
+
"Final",
|
|
1228
|
+
"AccessControl",
|
|
1229
|
+
"RawDocComment"
|
|
1230
|
+
],
|
|
1231
|
+
"funcSelfKind": "NonMutating"
|
|
1232
|
+
},
|
|
1644
1233
|
{
|
|
1645
|
-
"kind": "
|
|
1646
|
-
"name": "
|
|
1647
|
-
"printedName": "
|
|
1234
|
+
"kind": "Function",
|
|
1235
|
+
"name": "stop",
|
|
1236
|
+
"printedName": "stop()",
|
|
1237
|
+
"children": [
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "TypeNominal",
|
|
1240
|
+
"name": "Void",
|
|
1241
|
+
"printedName": "()"
|
|
1242
|
+
}
|
|
1243
|
+
],
|
|
1244
|
+
"declKind": "Func",
|
|
1245
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC4stopyyF",
|
|
1246
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC4stopyyF",
|
|
1247
|
+
"moduleName": "DavoiceTTS",
|
|
1248
|
+
"declAttributes": [
|
|
1249
|
+
"Final",
|
|
1250
|
+
"AccessControl",
|
|
1251
|
+
"RawDocComment"
|
|
1252
|
+
],
|
|
1253
|
+
"funcSelfKind": "NonMutating"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"kind": "TypeDecl",
|
|
1257
|
+
"name": "Source",
|
|
1258
|
+
"printedName": "Source",
|
|
1648
1259
|
"children": [
|
|
1649
1260
|
{
|
|
1650
|
-
"kind": "
|
|
1651
|
-
"name": "
|
|
1652
|
-
"printedName": "
|
|
1653
|
-
"
|
|
1261
|
+
"kind": "Var",
|
|
1262
|
+
"name": "fileURL",
|
|
1263
|
+
"printedName": "fileURL",
|
|
1264
|
+
"children": [
|
|
1265
|
+
{
|
|
1266
|
+
"kind": "TypeFunc",
|
|
1267
|
+
"name": "Function",
|
|
1268
|
+
"printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
1269
|
+
"children": [
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "TypeFunc",
|
|
1272
|
+
"name": "Function",
|
|
1273
|
+
"printedName": "(Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
1274
|
+
"children": [
|
|
1275
|
+
{
|
|
1276
|
+
"kind": "TypeNominal",
|
|
1277
|
+
"name": "Source",
|
|
1278
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
1279
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"kind": "TypeNominal",
|
|
1283
|
+
"name": "URL",
|
|
1284
|
+
"printedName": "Foundation.URL",
|
|
1285
|
+
"usr": "s:10Foundation3URLV"
|
|
1286
|
+
}
|
|
1287
|
+
]
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"kind": "TypeNominal",
|
|
1291
|
+
"name": "Metatype",
|
|
1292
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
|
|
1293
|
+
"children": [
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "TypeNominal",
|
|
1296
|
+
"name": "Source",
|
|
1297
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
1298
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1299
|
+
}
|
|
1300
|
+
]
|
|
1301
|
+
}
|
|
1302
|
+
]
|
|
1303
|
+
}
|
|
1304
|
+
],
|
|
1305
|
+
"declKind": "EnumElement",
|
|
1306
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
|
|
1307
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
|
|
1308
|
+
"moduleName": "DavoiceTTS"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"kind": "Var",
|
|
1312
|
+
"name": "named",
|
|
1313
|
+
"printedName": "named",
|
|
1314
|
+
"children": [
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "TypeFunc",
|
|
1317
|
+
"name": "Function",
|
|
1318
|
+
"printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
1319
|
+
"children": [
|
|
1320
|
+
{
|
|
1321
|
+
"kind": "TypeFunc",
|
|
1322
|
+
"name": "Function",
|
|
1323
|
+
"printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
1324
|
+
"children": [
|
|
1325
|
+
{
|
|
1326
|
+
"kind": "TypeNominal",
|
|
1327
|
+
"name": "Source",
|
|
1328
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
1329
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"kind": "TypeNominal",
|
|
1333
|
+
"name": "String",
|
|
1334
|
+
"printedName": "Swift.String",
|
|
1335
|
+
"usr": "s:SS"
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "TypeNominal",
|
|
1341
|
+
"name": "Metatype",
|
|
1342
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
|
|
1343
|
+
"children": [
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "TypeNominal",
|
|
1346
|
+
"name": "Source",
|
|
1347
|
+
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
1348
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
1349
|
+
}
|
|
1350
|
+
]
|
|
1351
|
+
}
|
|
1352
|
+
]
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
"declKind": "EnumElement",
|
|
1356
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
|
|
1357
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
|
|
1358
|
+
"moduleName": "DavoiceTTS"
|
|
1654
1359
|
}
|
|
1655
1360
|
],
|
|
1656
|
-
"declKind": "
|
|
1657
|
-
"usr": "s:
|
|
1658
|
-
"mangledName": "$
|
|
1361
|
+
"declKind": "Enum",
|
|
1362
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
|
|
1363
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
|
|
1659
1364
|
"moduleName": "DavoiceTTS",
|
|
1660
|
-
"static": true,
|
|
1661
1365
|
"declAttributes": [
|
|
1662
|
-
"HasInitialValue",
|
|
1663
|
-
"Final",
|
|
1664
|
-
"HasStorage",
|
|
1665
1366
|
"AccessControl",
|
|
1666
1367
|
"RawDocComment"
|
|
1667
1368
|
],
|
|
1668
|
-
"
|
|
1669
|
-
"hasStorage": true,
|
|
1670
|
-
"accessors": [
|
|
1369
|
+
"conformances": [
|
|
1671
1370
|
{
|
|
1672
|
-
"kind": "
|
|
1673
|
-
"name": "
|
|
1674
|
-
"printedName": "
|
|
1675
|
-
"
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
"
|
|
1684
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
|
|
1685
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
|
|
1686
|
-
"moduleName": "DavoiceTTS",
|
|
1687
|
-
"static": true,
|
|
1688
|
-
"implicit": true,
|
|
1689
|
-
"declAttributes": [
|
|
1690
|
-
"Final"
|
|
1691
|
-
],
|
|
1692
|
-
"accessorKind": "get"
|
|
1371
|
+
"kind": "Conformance",
|
|
1372
|
+
"name": "Copyable",
|
|
1373
|
+
"printedName": "Copyable",
|
|
1374
|
+
"usr": "s:s8CopyableP",
|
|
1375
|
+
"mangledName": "$ss8CopyableP"
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"kind": "Conformance",
|
|
1379
|
+
"name": "Escapable",
|
|
1380
|
+
"printedName": "Escapable",
|
|
1381
|
+
"usr": "s:s9EscapableP",
|
|
1382
|
+
"mangledName": "$ss9EscapableP"
|
|
1693
1383
|
}
|
|
1694
1384
|
]
|
|
1695
1385
|
},
|
|
1696
1386
|
{
|
|
1697
1387
|
"kind": "Function",
|
|
1698
|
-
"name": "
|
|
1699
|
-
"printedName": "
|
|
1388
|
+
"name": "audioPlayerDidFinishPlaying",
|
|
1389
|
+
"printedName": "audioPlayerDidFinishPlaying(_:successfully:)",
|
|
1700
1390
|
"children": [
|
|
1701
1391
|
{
|
|
1702
1392
|
"kind": "TypeNominal",
|
|
@@ -1705,200 +1395,171 @@
|
|
|
1705
1395
|
},
|
|
1706
1396
|
{
|
|
1707
1397
|
"kind": "TypeNominal",
|
|
1708
|
-
"name": "
|
|
1709
|
-
"printedName": "
|
|
1710
|
-
"usr": "
|
|
1398
|
+
"name": "AVAudioPlayer",
|
|
1399
|
+
"printedName": "AVFAudio.AVAudioPlayer",
|
|
1400
|
+
"usr": "c:objc(cs)AVAudioPlayer"
|
|
1711
1401
|
},
|
|
1712
1402
|
{
|
|
1713
|
-
"kind": "
|
|
1714
|
-
"name": "
|
|
1715
|
-
"printedName": "
|
|
1716
|
-
"
|
|
1717
|
-
{
|
|
1718
|
-
"kind": "TypeNominal",
|
|
1719
|
-
"name": "Void",
|
|
1720
|
-
"printedName": "()"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"kind": "TypeNominal",
|
|
1724
|
-
"name": "Void",
|
|
1725
|
-
"printedName": "()"
|
|
1726
|
-
}
|
|
1727
|
-
]
|
|
1403
|
+
"kind": "TypeNominal",
|
|
1404
|
+
"name": "Bool",
|
|
1405
|
+
"printedName": "Swift.Bool",
|
|
1406
|
+
"usr": "s:Sb"
|
|
1728
1407
|
}
|
|
1729
1408
|
],
|
|
1730
1409
|
"declKind": "Func",
|
|
1731
|
-
"usr": "
|
|
1732
|
-
"mangledName": "$
|
|
1410
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
|
|
1411
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
|
|
1733
1412
|
"moduleName": "DavoiceTTS",
|
|
1413
|
+
"objc_name": "audioPlayerDidFinishPlaying:successfully:",
|
|
1734
1414
|
"declAttributes": [
|
|
1735
1415
|
"Final",
|
|
1416
|
+
"ObjC",
|
|
1736
1417
|
"AccessControl",
|
|
1737
1418
|
"RawDocComment"
|
|
1738
1419
|
],
|
|
1739
1420
|
"funcSelfKind": "NonMutating"
|
|
1740
1421
|
},
|
|
1741
1422
|
{
|
|
1742
|
-
"kind": "
|
|
1743
|
-
"name": "
|
|
1744
|
-
"printedName": "
|
|
1745
|
-
"children": [
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "TypeNominal",
|
|
1748
|
-
"name": "
|
|
1749
|
-
"printedName": "(
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1423
|
+
"kind": "Function",
|
|
1424
|
+
"name": "activateSpeaker",
|
|
1425
|
+
"printedName": "activateSpeaker()",
|
|
1426
|
+
"children": [
|
|
1427
|
+
{
|
|
1428
|
+
"kind": "TypeNominal",
|
|
1429
|
+
"name": "Void",
|
|
1430
|
+
"printedName": "()"
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"declKind": "Func",
|
|
1434
|
+
"usr": "s:10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
|
|
1435
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC15activateSpeakeryyF",
|
|
1436
|
+
"moduleName": "DavoiceTTS",
|
|
1437
|
+
"declAttributes": [
|
|
1438
|
+
"Final",
|
|
1439
|
+
"AccessControl"
|
|
1440
|
+
],
|
|
1441
|
+
"funcSelfKind": "NonMutating"
|
|
1442
|
+
}
|
|
1443
|
+
],
|
|
1444
|
+
"declKind": "Class",
|
|
1445
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
|
|
1446
|
+
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
|
|
1447
|
+
"moduleName": "DavoiceTTS",
|
|
1448
|
+
"declAttributes": [
|
|
1449
|
+
"Final",
|
|
1450
|
+
"AccessControl",
|
|
1451
|
+
"RawDocComment",
|
|
1452
|
+
"ObjC"
|
|
1453
|
+
],
|
|
1454
|
+
"superclassUsr": "c:objc(cs)NSObject",
|
|
1455
|
+
"hasMissingDesignatedInitializers": true,
|
|
1456
|
+
"inheritsConvenienceInitializers": true,
|
|
1457
|
+
"superclassNames": [
|
|
1458
|
+
"ObjectiveC.NSObject"
|
|
1459
|
+
],
|
|
1460
|
+
"conformances": [
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "Conformance",
|
|
1463
|
+
"name": "Copyable",
|
|
1464
|
+
"printedName": "Copyable",
|
|
1465
|
+
"usr": "s:s8CopyableP",
|
|
1466
|
+
"mangledName": "$ss8CopyableP"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "Conformance",
|
|
1470
|
+
"name": "Escapable",
|
|
1471
|
+
"printedName": "Escapable",
|
|
1472
|
+
"usr": "s:s9EscapableP",
|
|
1473
|
+
"mangledName": "$ss9EscapableP"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "Conformance",
|
|
1477
|
+
"name": "Equatable",
|
|
1478
|
+
"printedName": "Equatable",
|
|
1479
|
+
"usr": "s:SQ",
|
|
1480
|
+
"mangledName": "$sSQ"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "Conformance",
|
|
1484
|
+
"name": "Hashable",
|
|
1485
|
+
"printedName": "Hashable",
|
|
1486
|
+
"usr": "s:SH",
|
|
1487
|
+
"mangledName": "$sSH"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"kind": "Conformance",
|
|
1491
|
+
"name": "CVarArg",
|
|
1492
|
+
"printedName": "CVarArg",
|
|
1493
|
+
"usr": "s:s7CVarArgP",
|
|
1494
|
+
"mangledName": "$ss7CVarArgP"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"kind": "Conformance",
|
|
1498
|
+
"name": "_KeyValueCodingAndObservingPublishing",
|
|
1499
|
+
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
1500
|
+
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
1501
|
+
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"kind": "Conformance",
|
|
1505
|
+
"name": "_KeyValueCodingAndObserving",
|
|
1506
|
+
"printedName": "_KeyValueCodingAndObserving",
|
|
1507
|
+
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
1508
|
+
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"kind": "Conformance",
|
|
1512
|
+
"name": "CustomStringConvertible",
|
|
1513
|
+
"printedName": "CustomStringConvertible",
|
|
1514
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
1515
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "Conformance",
|
|
1519
|
+
"name": "CustomDebugStringConvertible",
|
|
1520
|
+
"printedName": "CustomDebugStringConvertible",
|
|
1521
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
1522
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "TypeDecl",
|
|
1528
|
+
"name": "DaVoiceTTS",
|
|
1529
|
+
"printedName": "DaVoiceTTS",
|
|
1530
|
+
"children": [
|
|
1531
|
+
{
|
|
1532
|
+
"kind": "TypeDecl",
|
|
1533
|
+
"name": "Config",
|
|
1534
|
+
"printedName": "Config",
|
|
1535
|
+
"declKind": "Struct",
|
|
1536
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
|
|
1537
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
|
|
1776
1538
|
"moduleName": "DavoiceTTS",
|
|
1777
1539
|
"declAttributes": [
|
|
1778
|
-
"
|
|
1779
|
-
"Final",
|
|
1780
|
-
"HasStorage",
|
|
1781
|
-
"AccessControl",
|
|
1782
|
-
"RawDocComment"
|
|
1540
|
+
"AccessControl"
|
|
1783
1541
|
],
|
|
1784
|
-
"
|
|
1785
|
-
"accessors": [
|
|
1786
|
-
{
|
|
1787
|
-
"kind": "Accessor",
|
|
1788
|
-
"name": "Get",
|
|
1789
|
-
"printedName": "Get()",
|
|
1790
|
-
"children": [
|
|
1791
|
-
{
|
|
1792
|
-
"kind": "TypeNominal",
|
|
1793
|
-
"name": "Optional",
|
|
1794
|
-
"printedName": "((Foundation.URL) -> ())?",
|
|
1795
|
-
"children": [
|
|
1796
|
-
{
|
|
1797
|
-
"kind": "TypeFunc",
|
|
1798
|
-
"name": "Function",
|
|
1799
|
-
"printedName": "(Foundation.URL) -> ()",
|
|
1800
|
-
"children": [
|
|
1801
|
-
{
|
|
1802
|
-
"kind": "TypeNominal",
|
|
1803
|
-
"name": "Void",
|
|
1804
|
-
"printedName": "()"
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"kind": "TypeNominal",
|
|
1808
|
-
"name": "URL",
|
|
1809
|
-
"printedName": "Foundation.URL",
|
|
1810
|
-
"usr": "s:10Foundation3URLV"
|
|
1811
|
-
}
|
|
1812
|
-
]
|
|
1813
|
-
}
|
|
1814
|
-
],
|
|
1815
|
-
"usr": "s:Sq"
|
|
1816
|
-
}
|
|
1817
|
-
],
|
|
1818
|
-
"declKind": "Accessor",
|
|
1819
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
|
|
1820
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
|
|
1821
|
-
"moduleName": "DavoiceTTS",
|
|
1822
|
-
"implicit": true,
|
|
1823
|
-
"declAttributes": [
|
|
1824
|
-
"Final"
|
|
1825
|
-
],
|
|
1826
|
-
"accessorKind": "get"
|
|
1827
|
-
},
|
|
1542
|
+
"conformances": [
|
|
1828
1543
|
{
|
|
1829
|
-
"kind": "
|
|
1830
|
-
"name": "
|
|
1831
|
-
"printedName": "
|
|
1832
|
-
"
|
|
1833
|
-
|
|
1834
|
-
"kind": "TypeNominal",
|
|
1835
|
-
"name": "Void",
|
|
1836
|
-
"printedName": "()"
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"kind": "TypeNominal",
|
|
1840
|
-
"name": "Optional",
|
|
1841
|
-
"printedName": "((Foundation.URL) -> ())?",
|
|
1842
|
-
"children": [
|
|
1843
|
-
{
|
|
1844
|
-
"kind": "TypeFunc",
|
|
1845
|
-
"name": "Function",
|
|
1846
|
-
"printedName": "(Foundation.URL) -> ()",
|
|
1847
|
-
"children": [
|
|
1848
|
-
{
|
|
1849
|
-
"kind": "TypeNominal",
|
|
1850
|
-
"name": "Void",
|
|
1851
|
-
"printedName": "()"
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"kind": "TypeNominal",
|
|
1855
|
-
"name": "URL",
|
|
1856
|
-
"printedName": "Foundation.URL",
|
|
1857
|
-
"usr": "s:10Foundation3URLV"
|
|
1858
|
-
}
|
|
1859
|
-
]
|
|
1860
|
-
}
|
|
1861
|
-
],
|
|
1862
|
-
"usr": "s:Sq"
|
|
1863
|
-
}
|
|
1864
|
-
],
|
|
1865
|
-
"declKind": "Accessor",
|
|
1866
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
|
|
1867
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
|
|
1868
|
-
"moduleName": "DavoiceTTS",
|
|
1869
|
-
"implicit": true,
|
|
1870
|
-
"declAttributes": [
|
|
1871
|
-
"Final"
|
|
1872
|
-
],
|
|
1873
|
-
"accessorKind": "set"
|
|
1544
|
+
"kind": "Conformance",
|
|
1545
|
+
"name": "Copyable",
|
|
1546
|
+
"printedName": "Copyable",
|
|
1547
|
+
"usr": "s:s8CopyableP",
|
|
1548
|
+
"mangledName": "$ss8CopyableP"
|
|
1874
1549
|
},
|
|
1875
1550
|
{
|
|
1876
|
-
"kind": "
|
|
1877
|
-
"name": "
|
|
1878
|
-
"printedName": "
|
|
1879
|
-
"
|
|
1880
|
-
|
|
1881
|
-
"kind": "TypeNominal",
|
|
1882
|
-
"name": "Void",
|
|
1883
|
-
"printedName": "()"
|
|
1884
|
-
}
|
|
1885
|
-
],
|
|
1886
|
-
"declKind": "Accessor",
|
|
1887
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
|
|
1888
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
|
|
1889
|
-
"moduleName": "DavoiceTTS",
|
|
1890
|
-
"implicit": true,
|
|
1891
|
-
"declAttributes": [
|
|
1892
|
-
"Final"
|
|
1893
|
-
],
|
|
1894
|
-
"accessorKind": "_modify"
|
|
1551
|
+
"kind": "Conformance",
|
|
1552
|
+
"name": "Escapable",
|
|
1553
|
+
"printedName": "Escapable",
|
|
1554
|
+
"usr": "s:s9EscapableP",
|
|
1555
|
+
"mangledName": "$ss9EscapableP"
|
|
1895
1556
|
}
|
|
1896
1557
|
]
|
|
1897
1558
|
},
|
|
1898
1559
|
{
|
|
1899
1560
|
"kind": "Var",
|
|
1900
|
-
"name": "
|
|
1901
|
-
"printedName": "
|
|
1561
|
+
"name": "onLastUtteranceFinished",
|
|
1562
|
+
"printedName": "onLastUtteranceFinished",
|
|
1902
1563
|
"children": [
|
|
1903
1564
|
{
|
|
1904
1565
|
"kind": "TypeNominal",
|
|
@@ -1927,14 +1588,15 @@
|
|
|
1927
1588
|
}
|
|
1928
1589
|
],
|
|
1929
1590
|
"declKind": "Var",
|
|
1930
|
-
"usr": "
|
|
1931
|
-
"mangledName": "$
|
|
1591
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(py)onLastUtteranceFinished",
|
|
1592
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvp",
|
|
1932
1593
|
"moduleName": "DavoiceTTS",
|
|
1933
1594
|
"declAttributes": [
|
|
1934
1595
|
"HasInitialValue",
|
|
1935
1596
|
"Final",
|
|
1936
1597
|
"HasStorage",
|
|
1937
1598
|
"AccessControl",
|
|
1599
|
+
"ObjC",
|
|
1938
1600
|
"RawDocComment"
|
|
1939
1601
|
],
|
|
1940
1602
|
"hasStorage": true,
|
|
@@ -1971,12 +1633,13 @@
|
|
|
1971
1633
|
}
|
|
1972
1634
|
],
|
|
1973
1635
|
"declKind": "Accessor",
|
|
1974
|
-
"usr": "
|
|
1975
|
-
"mangledName": "$
|
|
1636
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)onLastUtteranceFinished",
|
|
1637
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvg",
|
|
1976
1638
|
"moduleName": "DavoiceTTS",
|
|
1977
1639
|
"implicit": true,
|
|
1978
1640
|
"declAttributes": [
|
|
1979
|
-
"Final"
|
|
1641
|
+
"Final",
|
|
1642
|
+
"ObjC"
|
|
1980
1643
|
],
|
|
1981
1644
|
"accessorKind": "get"
|
|
1982
1645
|
},
|
|
@@ -2017,12 +1680,13 @@
|
|
|
2017
1680
|
}
|
|
2018
1681
|
],
|
|
2019
1682
|
"declKind": "Accessor",
|
|
2020
|
-
"usr": "
|
|
2021
|
-
"mangledName": "$
|
|
1683
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)setOnLastUtteranceFinished:",
|
|
1684
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvs",
|
|
2022
1685
|
"moduleName": "DavoiceTTS",
|
|
2023
1686
|
"implicit": true,
|
|
2024
1687
|
"declAttributes": [
|
|
2025
|
-
"Final"
|
|
1688
|
+
"Final",
|
|
1689
|
+
"ObjC"
|
|
2026
1690
|
],
|
|
2027
1691
|
"accessorKind": "set"
|
|
2028
1692
|
},
|
|
@@ -2038,8 +1702,8 @@
|
|
|
2038
1702
|
}
|
|
2039
1703
|
],
|
|
2040
1704
|
"declKind": "Accessor",
|
|
2041
|
-
"usr": "s:
|
|
2042
|
-
"mangledName": "$
|
|
1705
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
|
|
1706
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C23onLastUtteranceFinishedyycSgvM",
|
|
2043
1707
|
"moduleName": "DavoiceTTS",
|
|
2044
1708
|
"implicit": true,
|
|
2045
1709
|
"declAttributes": [
|
|
@@ -2050,293 +1714,268 @@
|
|
|
2050
1714
|
]
|
|
2051
1715
|
},
|
|
2052
1716
|
{
|
|
2053
|
-
"kind": "
|
|
2054
|
-
"name": "
|
|
2055
|
-
"printedName": "
|
|
1717
|
+
"kind": "Constructor",
|
|
1718
|
+
"name": "init",
|
|
1719
|
+
"printedName": "init(model:)",
|
|
2056
1720
|
"children": [
|
|
2057
1721
|
{
|
|
2058
1722
|
"kind": "TypeNominal",
|
|
2059
|
-
"name": "
|
|
2060
|
-
"printedName": "
|
|
1723
|
+
"name": "DaVoiceTTS",
|
|
1724
|
+
"printedName": "DavoiceTTS.DaVoiceTTS",
|
|
1725
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
|
|
2061
1726
|
},
|
|
2062
1727
|
{
|
|
2063
1728
|
"kind": "TypeNominal",
|
|
2064
|
-
"name": "
|
|
2065
|
-
"printedName": "
|
|
2066
|
-
"usr": "s:
|
|
1729
|
+
"name": "URL",
|
|
1730
|
+
"printedName": "Foundation.URL",
|
|
1731
|
+
"usr": "s:10Foundation3URLV"
|
|
2067
1732
|
}
|
|
2068
1733
|
],
|
|
2069
|
-
"declKind": "
|
|
2070
|
-
"usr": "
|
|
2071
|
-
"mangledName": "$
|
|
1734
|
+
"declKind": "Constructor",
|
|
1735
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
|
|
1736
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
|
|
2072
1737
|
"moduleName": "DavoiceTTS",
|
|
1738
|
+
"objc_name": "initWithModel:error:",
|
|
2073
1739
|
"declAttributes": [
|
|
2074
|
-
"Final",
|
|
2075
1740
|
"AccessControl",
|
|
2076
|
-
"
|
|
1741
|
+
"ObjC"
|
|
2077
1742
|
],
|
|
2078
|
-
"
|
|
1743
|
+
"throwing": true,
|
|
1744
|
+
"init_kind": "Designated"
|
|
2079
1745
|
},
|
|
2080
1746
|
{
|
|
2081
1747
|
"kind": "Function",
|
|
2082
|
-
"name": "
|
|
2083
|
-
"printedName": "
|
|
1748
|
+
"name": "stopSpeaking",
|
|
1749
|
+
"printedName": "stopSpeaking()",
|
|
1750
|
+
"children": [
|
|
1751
|
+
{
|
|
1752
|
+
"kind": "TypeNominal",
|
|
1753
|
+
"name": "Void",
|
|
1754
|
+
"printedName": "()"
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"declKind": "Func",
|
|
1758
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)stopSpeaking",
|
|
1759
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C12stopSpeakingyyF",
|
|
1760
|
+
"moduleName": "DavoiceTTS",
|
|
1761
|
+
"declAttributes": [
|
|
1762
|
+
"Final",
|
|
1763
|
+
"AccessControl",
|
|
1764
|
+
"ObjC",
|
|
1765
|
+
"RawDocComment"
|
|
1766
|
+
],
|
|
1767
|
+
"funcSelfKind": "NonMutating"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "Function",
|
|
1771
|
+
"name": "destroy",
|
|
1772
|
+
"printedName": "destroy()",
|
|
2084
1773
|
"children": [
|
|
2085
1774
|
{
|
|
2086
1775
|
"kind": "TypeNominal",
|
|
2087
1776
|
"name": "Void",
|
|
2088
1777
|
"printedName": "()"
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"kind": "TypeNominal",
|
|
2092
|
-
"name": "Array",
|
|
2093
|
-
"printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
|
|
2094
|
-
"children": [
|
|
2095
|
-
{
|
|
2096
|
-
"kind": "TypeNominal",
|
|
2097
|
-
"name": "Source",
|
|
2098
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2099
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2100
|
-
}
|
|
2101
|
-
],
|
|
2102
|
-
"usr": "s:Sa"
|
|
2103
1778
|
}
|
|
2104
1779
|
],
|
|
2105
1780
|
"declKind": "Func",
|
|
2106
|
-
"usr": "
|
|
2107
|
-
"mangledName": "$
|
|
1781
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)destroy",
|
|
1782
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C7destroyyyF",
|
|
2108
1783
|
"moduleName": "DavoiceTTS",
|
|
2109
1784
|
"declAttributes": [
|
|
2110
1785
|
"Final",
|
|
2111
1786
|
"AccessControl",
|
|
1787
|
+
"ObjC",
|
|
2112
1788
|
"RawDocComment"
|
|
2113
1789
|
],
|
|
2114
1790
|
"funcSelfKind": "NonMutating"
|
|
2115
1791
|
},
|
|
2116
1792
|
{
|
|
2117
1793
|
"kind": "Function",
|
|
2118
|
-
"name": "
|
|
2119
|
-
"printedName": "
|
|
1794
|
+
"name": "speak",
|
|
1795
|
+
"printedName": "speak(_:sid:)",
|
|
2120
1796
|
"children": [
|
|
2121
1797
|
{
|
|
2122
1798
|
"kind": "TypeNominal",
|
|
2123
1799
|
"name": "Void",
|
|
2124
1800
|
"printedName": "()"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"kind": "TypeNominal",
|
|
1804
|
+
"name": "String",
|
|
1805
|
+
"printedName": "Swift.String",
|
|
1806
|
+
"usr": "s:SS"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "TypeNominal",
|
|
1810
|
+
"name": "Int32",
|
|
1811
|
+
"printedName": "Swift.Int32",
|
|
1812
|
+
"hasDefaultArg": true,
|
|
1813
|
+
"usr": "s:s5Int32V"
|
|
2125
1814
|
}
|
|
2126
1815
|
],
|
|
2127
1816
|
"declKind": "Func",
|
|
2128
|
-
"usr": "
|
|
2129
|
-
"mangledName": "$
|
|
1817
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:",
|
|
1818
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sidySS_s5Int32VtF",
|
|
2130
1819
|
"moduleName": "DavoiceTTS",
|
|
2131
1820
|
"declAttributes": [
|
|
2132
1821
|
"Final",
|
|
2133
1822
|
"AccessControl",
|
|
2134
|
-
"
|
|
1823
|
+
"ObjC"
|
|
2135
1824
|
],
|
|
2136
1825
|
"funcSelfKind": "NonMutating"
|
|
2137
1826
|
},
|
|
2138
1827
|
{
|
|
2139
|
-
"kind": "
|
|
2140
|
-
"name": "
|
|
2141
|
-
"printedName": "
|
|
1828
|
+
"kind": "Function",
|
|
1829
|
+
"name": "synthesize",
|
|
1830
|
+
"printedName": "synthesize(_:speakerId:token:terminal:)",
|
|
2142
1831
|
"children": [
|
|
2143
1832
|
{
|
|
2144
|
-
"kind": "
|
|
2145
|
-
"name": "
|
|
2146
|
-
"printedName": "
|
|
1833
|
+
"kind": "TypeNominal",
|
|
1834
|
+
"name": "Tuple",
|
|
1835
|
+
"printedName": "(AVFAudio.AVAudioPCMBuffer, Swift.Int)",
|
|
2147
1836
|
"children": [
|
|
2148
1837
|
{
|
|
2149
|
-
"kind": "
|
|
2150
|
-
"name": "
|
|
2151
|
-
"printedName": "
|
|
2152
|
-
"
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
"kind": "TypeNominal",
|
|
2160
|
-
"name": "Source",
|
|
2161
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2162
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"kind": "TypeNominal",
|
|
2166
|
-
"name": "URL",
|
|
2167
|
-
"printedName": "Foundation.URL",
|
|
2168
|
-
"usr": "s:10Foundation3URLV"
|
|
2169
|
-
}
|
|
2170
|
-
]
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"kind": "TypeNominal",
|
|
2174
|
-
"name": "Metatype",
|
|
2175
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
|
|
2176
|
-
"children": [
|
|
2177
|
-
{
|
|
2178
|
-
"kind": "TypeNominal",
|
|
2179
|
-
"name": "Source",
|
|
2180
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2181
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2182
|
-
}
|
|
2183
|
-
]
|
|
2184
|
-
}
|
|
2185
|
-
]
|
|
1838
|
+
"kind": "TypeNominal",
|
|
1839
|
+
"name": "AVAudioPCMBuffer",
|
|
1840
|
+
"printedName": "AVFAudio.AVAudioPCMBuffer",
|
|
1841
|
+
"usr": "c:objc(cs)AVAudioPCMBuffer"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "TypeNominal",
|
|
1845
|
+
"name": "Int",
|
|
1846
|
+
"printedName": "Swift.Int",
|
|
1847
|
+
"usr": "s:Si"
|
|
2186
1848
|
}
|
|
2187
|
-
]
|
|
2188
|
-
"declKind": "EnumElement",
|
|
2189
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
|
|
2190
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
|
|
2191
|
-
"moduleName": "DavoiceTTS"
|
|
1849
|
+
]
|
|
2192
1850
|
},
|
|
2193
1851
|
{
|
|
2194
|
-
"kind": "
|
|
2195
|
-
"name": "
|
|
2196
|
-
"printedName": "
|
|
1852
|
+
"kind": "TypeNominal",
|
|
1853
|
+
"name": "String",
|
|
1854
|
+
"printedName": "Swift.String",
|
|
1855
|
+
"usr": "s:SS"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"kind": "TypeNominal",
|
|
1859
|
+
"name": "Int32",
|
|
1860
|
+
"printedName": "Swift.Int32",
|
|
1861
|
+
"hasDefaultArg": true,
|
|
1862
|
+
"usr": "s:s5Int32V"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"kind": "TypeNominal",
|
|
1866
|
+
"name": "UUID",
|
|
1867
|
+
"printedName": "Foundation.UUID",
|
|
1868
|
+
"usr": "s:10Foundation4UUIDV"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"kind": "TypeNominal",
|
|
1872
|
+
"name": "Optional",
|
|
1873
|
+
"printedName": "Swift.Character?",
|
|
2197
1874
|
"children": [
|
|
2198
1875
|
{
|
|
2199
|
-
"kind": "
|
|
2200
|
-
"name": "
|
|
2201
|
-
"printedName": "
|
|
2202
|
-
"
|
|
2203
|
-
{
|
|
2204
|
-
"kind": "TypeFunc",
|
|
2205
|
-
"name": "Function",
|
|
2206
|
-
"printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
|
|
2207
|
-
"children": [
|
|
2208
|
-
{
|
|
2209
|
-
"kind": "TypeNominal",
|
|
2210
|
-
"name": "Source",
|
|
2211
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2212
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"kind": "TypeNominal",
|
|
2216
|
-
"name": "String",
|
|
2217
|
-
"printedName": "Swift.String",
|
|
2218
|
-
"usr": "s:SS"
|
|
2219
|
-
}
|
|
2220
|
-
]
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"kind": "TypeNominal",
|
|
2224
|
-
"name": "Metatype",
|
|
2225
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
|
|
2226
|
-
"children": [
|
|
2227
|
-
{
|
|
2228
|
-
"kind": "TypeNominal",
|
|
2229
|
-
"name": "Source",
|
|
2230
|
-
"printedName": "DavoiceTTS.SwiftSoundQueue.Source",
|
|
2231
|
-
"usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
|
|
2232
|
-
}
|
|
2233
|
-
]
|
|
2234
|
-
}
|
|
2235
|
-
]
|
|
1876
|
+
"kind": "TypeNominal",
|
|
1877
|
+
"name": "Character",
|
|
1878
|
+
"printedName": "Swift.Character",
|
|
1879
|
+
"usr": "s:SJ"
|
|
2236
1880
|
}
|
|
2237
1881
|
],
|
|
2238
|
-
"
|
|
2239
|
-
"usr": "s:
|
|
2240
|
-
"mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
|
|
2241
|
-
"moduleName": "DavoiceTTS"
|
|
1882
|
+
"hasDefaultArg": true,
|
|
1883
|
+
"usr": "s:Sq"
|
|
2242
1884
|
}
|
|
2243
1885
|
],
|
|
2244
|
-
"declKind": "
|
|
2245
|
-
"usr": "s:
|
|
2246
|
-
"mangledName": "$
|
|
1886
|
+
"declKind": "Func",
|
|
1887
|
+
"usr": "s:10DavoiceTTS07DaVoiceB0C10synthesize_9speakerId5token8terminalSo16AVAudioPCMBufferC_SitSS_s5Int32V10Foundation4UUIDVSJSgtKF",
|
|
1888
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C10synthesize_9speakerId5token8terminalSo16AVAudioPCMBufferC_SitSS_s5Int32V10Foundation4UUIDVSJSgtKF",
|
|
2247
1889
|
"moduleName": "DavoiceTTS",
|
|
2248
1890
|
"declAttributes": [
|
|
2249
|
-
"
|
|
2250
|
-
"
|
|
1891
|
+
"Final",
|
|
1892
|
+
"AccessControl"
|
|
2251
1893
|
],
|
|
2252
|
-
"
|
|
2253
|
-
|
|
2254
|
-
"kind": "Conformance",
|
|
2255
|
-
"name": "Copyable",
|
|
2256
|
-
"printedName": "Copyable",
|
|
2257
|
-
"usr": "s:s8CopyableP",
|
|
2258
|
-
"mangledName": "$ss8CopyableP"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "Conformance",
|
|
2262
|
-
"name": "Escapable",
|
|
2263
|
-
"printedName": "Escapable",
|
|
2264
|
-
"usr": "s:s9EscapableP",
|
|
2265
|
-
"mangledName": "$ss9EscapableP"
|
|
2266
|
-
}
|
|
2267
|
-
]
|
|
1894
|
+
"throwing": true,
|
|
1895
|
+
"funcSelfKind": "NonMutating"
|
|
2268
1896
|
},
|
|
2269
1897
|
{
|
|
2270
1898
|
"kind": "Function",
|
|
2271
|
-
"name": "
|
|
2272
|
-
"printedName": "
|
|
1899
|
+
"name": "synthesize_top",
|
|
1900
|
+
"printedName": "synthesize_top(_:speakerId:token:)",
|
|
2273
1901
|
"children": [
|
|
2274
1902
|
{
|
|
2275
1903
|
"kind": "TypeNominal",
|
|
2276
|
-
"name": "
|
|
2277
|
-
"printedName": "
|
|
1904
|
+
"name": "AVAudioPCMBuffer",
|
|
1905
|
+
"printedName": "AVFAudio.AVAudioPCMBuffer",
|
|
1906
|
+
"usr": "c:objc(cs)AVAudioPCMBuffer"
|
|
2278
1907
|
},
|
|
2279
1908
|
{
|
|
2280
1909
|
"kind": "TypeNominal",
|
|
2281
|
-
"name": "
|
|
2282
|
-
"printedName": "
|
|
2283
|
-
"usr": "
|
|
1910
|
+
"name": "String",
|
|
1911
|
+
"printedName": "Swift.String",
|
|
1912
|
+
"usr": "s:SS"
|
|
2284
1913
|
},
|
|
2285
1914
|
{
|
|
2286
1915
|
"kind": "TypeNominal",
|
|
2287
|
-
"name": "
|
|
2288
|
-
"printedName": "Swift.
|
|
2289
|
-
"
|
|
1916
|
+
"name": "Int32",
|
|
1917
|
+
"printedName": "Swift.Int32",
|
|
1918
|
+
"hasDefaultArg": true,
|
|
1919
|
+
"usr": "s:s5Int32V"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "TypeNominal",
|
|
1923
|
+
"name": "UUID",
|
|
1924
|
+
"printedName": "Foundation.UUID",
|
|
1925
|
+
"usr": "s:10Foundation4UUIDV"
|
|
2290
1926
|
}
|
|
2291
1927
|
],
|
|
2292
1928
|
"declKind": "Func",
|
|
2293
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2294
|
-
"mangledName": "$
|
|
1929
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top:speakerId:token:error:",
|
|
1930
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C14synthesize_top_9speakerId5tokenSo16AVAudioPCMBufferCSS_s5Int32V10Foundation4UUIDVtKF",
|
|
2295
1931
|
"moduleName": "DavoiceTTS",
|
|
2296
|
-
"objc_name": "audioPlayerDidFinishPlaying:successfully:",
|
|
2297
1932
|
"declAttributes": [
|
|
2298
1933
|
"Final",
|
|
2299
|
-
"ObjC",
|
|
2300
1934
|
"AccessControl",
|
|
2301
|
-
"RawDocComment"
|
|
1935
|
+
"RawDocComment",
|
|
1936
|
+
"ObjC"
|
|
2302
1937
|
],
|
|
1938
|
+
"throwing": true,
|
|
2303
1939
|
"funcSelfKind": "NonMutating"
|
|
2304
1940
|
},
|
|
2305
1941
|
{
|
|
2306
|
-
"kind": "
|
|
2307
|
-
"name": "
|
|
2308
|
-
"printedName": "
|
|
1942
|
+
"kind": "Constructor",
|
|
1943
|
+
"name": "init",
|
|
1944
|
+
"printedName": "init()",
|
|
2309
1945
|
"children": [
|
|
2310
1946
|
{
|
|
2311
1947
|
"kind": "TypeNominal",
|
|
2312
|
-
"name": "
|
|
2313
|
-
"printedName": "
|
|
1948
|
+
"name": "DaVoiceTTS",
|
|
1949
|
+
"printedName": "DavoiceTTS.DaVoiceTTS",
|
|
1950
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
|
|
2314
1951
|
}
|
|
2315
1952
|
],
|
|
2316
|
-
"declKind": "
|
|
2317
|
-
"usr": "
|
|
2318
|
-
"mangledName": "$
|
|
1953
|
+
"declKind": "Constructor",
|
|
1954
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)init",
|
|
1955
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0CACycfc",
|
|
2319
1956
|
"moduleName": "DavoiceTTS",
|
|
1957
|
+
"overriding": true,
|
|
1958
|
+
"implicit": true,
|
|
1959
|
+
"objc_name": "init",
|
|
2320
1960
|
"declAttributes": [
|
|
2321
|
-
"
|
|
2322
|
-
"
|
|
1961
|
+
"Dynamic",
|
|
1962
|
+
"ObjC",
|
|
1963
|
+
"Override"
|
|
2323
1964
|
],
|
|
2324
|
-
"
|
|
1965
|
+
"init_kind": "Designated"
|
|
2325
1966
|
}
|
|
2326
1967
|
],
|
|
2327
1968
|
"declKind": "Class",
|
|
2328
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2329
|
-
"mangledName": "$
|
|
1969
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS",
|
|
1970
|
+
"mangledName": "$s10DavoiceTTS07DaVoiceB0C",
|
|
2330
1971
|
"moduleName": "DavoiceTTS",
|
|
2331
1972
|
"declAttributes": [
|
|
2332
1973
|
"Final",
|
|
2333
1974
|
"AccessControl",
|
|
2334
|
-
"
|
|
1975
|
+
"ObjCMembers",
|
|
2335
1976
|
"ObjC"
|
|
2336
1977
|
],
|
|
2337
1978
|
"superclassUsr": "c:objc(cs)NSObject",
|
|
2338
|
-
"hasMissingDesignatedInitializers": true,
|
|
2339
|
-
"inheritsConvenienceInitializers": true,
|
|
2340
1979
|
"superclassNames": [
|
|
2341
1980
|
"ObjectiveC.NSObject"
|
|
2342
1981
|
],
|
|
@@ -2406,81 +2045,284 @@
|
|
|
2406
2045
|
}
|
|
2407
2046
|
]
|
|
2408
2047
|
},
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "Import",
|
|
2050
|
+
"name": "Foundation",
|
|
2051
|
+
"printedName": "Foundation",
|
|
2052
|
+
"declKind": "Import",
|
|
2053
|
+
"moduleName": "DavoiceTTS",
|
|
2054
|
+
"declAttributes": [
|
|
2055
|
+
"RawDocComment"
|
|
2056
|
+
]
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"kind": "Import",
|
|
2060
|
+
"name": "UIKit",
|
|
2061
|
+
"printedName": "UIKit",
|
|
2062
|
+
"declKind": "Import",
|
|
2063
|
+
"moduleName": "DavoiceTTS"
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"kind": "Import",
|
|
2067
|
+
"name": "Speech",
|
|
2068
|
+
"printedName": "Speech",
|
|
2069
|
+
"declKind": "Import",
|
|
2070
|
+
"moduleName": "DavoiceTTS"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "Import",
|
|
2074
|
+
"name": "Accelerate",
|
|
2075
|
+
"printedName": "Accelerate",
|
|
2076
|
+
"declKind": "Import",
|
|
2077
|
+
"moduleName": "DavoiceTTS"
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "Import",
|
|
2081
|
+
"name": "AVFAudio",
|
|
2082
|
+
"printedName": "AVFAudio",
|
|
2083
|
+
"declKind": "Import",
|
|
2084
|
+
"moduleName": "DavoiceTTS"
|
|
2085
|
+
},
|
|
2409
2086
|
{
|
|
2410
2087
|
"kind": "TypeDecl",
|
|
2411
|
-
"name": "
|
|
2412
|
-
"printedName": "
|
|
2088
|
+
"name": "STTDelegate",
|
|
2089
|
+
"printedName": "STTDelegate",
|
|
2413
2090
|
"children": [
|
|
2414
2091
|
{
|
|
2415
|
-
"kind": "
|
|
2416
|
-
"name": "
|
|
2417
|
-
"printedName": "
|
|
2418
|
-
"
|
|
2419
|
-
|
|
2420
|
-
|
|
2092
|
+
"kind": "Function",
|
|
2093
|
+
"name": "stt",
|
|
2094
|
+
"printedName": "stt(_:didEmitEvent:body:)",
|
|
2095
|
+
"children": [
|
|
2096
|
+
{
|
|
2097
|
+
"kind": "TypeNominal",
|
|
2098
|
+
"name": "Void",
|
|
2099
|
+
"printedName": "()"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"kind": "TypeNominal",
|
|
2103
|
+
"name": "STT",
|
|
2104
|
+
"printedName": "DavoiceTTS.STT",
|
|
2105
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"kind": "TypeNominal",
|
|
2109
|
+
"name": "String",
|
|
2110
|
+
"printedName": "Swift.String",
|
|
2111
|
+
"usr": "s:SS"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "TypeNominal",
|
|
2115
|
+
"name": "Optional",
|
|
2116
|
+
"printedName": "[Swift.String : Any]?",
|
|
2117
|
+
"children": [
|
|
2118
|
+
{
|
|
2119
|
+
"kind": "TypeNominal",
|
|
2120
|
+
"name": "Dictionary",
|
|
2121
|
+
"printedName": "[Swift.String : Any]",
|
|
2122
|
+
"children": [
|
|
2123
|
+
{
|
|
2124
|
+
"kind": "TypeNominal",
|
|
2125
|
+
"name": "String",
|
|
2126
|
+
"printedName": "Swift.String",
|
|
2127
|
+
"usr": "s:SS"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"kind": "TypeNominal",
|
|
2131
|
+
"name": "ProtocolComposition",
|
|
2132
|
+
"printedName": "Any"
|
|
2133
|
+
}
|
|
2134
|
+
],
|
|
2135
|
+
"usr": "s:SD"
|
|
2136
|
+
}
|
|
2137
|
+
],
|
|
2138
|
+
"usr": "s:Sq"
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"declKind": "Func",
|
|
2142
|
+
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
|
|
2143
|
+
"mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
|
|
2421
2144
|
"moduleName": "DavoiceTTS",
|
|
2145
|
+
"genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
|
|
2146
|
+
"sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
|
|
2147
|
+
"protocolReq": true,
|
|
2422
2148
|
"declAttributes": [
|
|
2423
|
-
"
|
|
2149
|
+
"ObjC"
|
|
2424
2150
|
],
|
|
2425
|
-
"
|
|
2151
|
+
"reqNewWitnessTableEntry": true,
|
|
2152
|
+
"funcSelfKind": "NonMutating"
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2155
|
+
"declKind": "Protocol",
|
|
2156
|
+
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
|
|
2157
|
+
"mangledName": "$s10DavoiceTTS11STTDelegateP",
|
|
2158
|
+
"moduleName": "DavoiceTTS",
|
|
2159
|
+
"genericSig": "<τ_0_0 : AnyObject>",
|
|
2160
|
+
"sugared_genericSig": "<Self : AnyObject>",
|
|
2161
|
+
"declAttributes": [
|
|
2162
|
+
"AccessControl",
|
|
2163
|
+
"ObjC",
|
|
2164
|
+
"RawDocComment"
|
|
2165
|
+
],
|
|
2166
|
+
"conformances": [
|
|
2167
|
+
{
|
|
2168
|
+
"kind": "Conformance",
|
|
2169
|
+
"name": "Escapable",
|
|
2170
|
+
"printedName": "Escapable",
|
|
2171
|
+
"usr": "s:s9EscapableP",
|
|
2172
|
+
"mangledName": "$ss9EscapableP"
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"kind": "Conformance",
|
|
2176
|
+
"name": "Copyable",
|
|
2177
|
+
"printedName": "Copyable",
|
|
2178
|
+
"usr": "s:s8CopyableP",
|
|
2179
|
+
"mangledName": "$ss8CopyableP"
|
|
2180
|
+
}
|
|
2181
|
+
]
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"kind": "TypeDecl",
|
|
2185
|
+
"name": "STT",
|
|
2186
|
+
"printedName": "STT",
|
|
2187
|
+
"children": [
|
|
2188
|
+
{
|
|
2189
|
+
"kind": "Var",
|
|
2190
|
+
"name": "delegate",
|
|
2191
|
+
"printedName": "delegate",
|
|
2192
|
+
"children": [
|
|
2426
2193
|
{
|
|
2427
|
-
"kind": "
|
|
2428
|
-
"name": "
|
|
2429
|
-
"printedName": "
|
|
2430
|
-
|
|
2431
|
-
|
|
2194
|
+
"kind": "TypeNominal",
|
|
2195
|
+
"name": "WeakStorage",
|
|
2196
|
+
"printedName": "(any DavoiceTTS.STTDelegate)?"
|
|
2197
|
+
}
|
|
2198
|
+
],
|
|
2199
|
+
"declKind": "Var",
|
|
2200
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
|
|
2201
|
+
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
|
|
2202
|
+
"moduleName": "DavoiceTTS",
|
|
2203
|
+
"declAttributes": [
|
|
2204
|
+
"HasInitialValue",
|
|
2205
|
+
"Final",
|
|
2206
|
+
"HasStorage",
|
|
2207
|
+
"ReferenceOwnership",
|
|
2208
|
+
"AccessControl",
|
|
2209
|
+
"ObjC"
|
|
2210
|
+
],
|
|
2211
|
+
"ownership": 1,
|
|
2212
|
+
"hasStorage": true,
|
|
2213
|
+
"accessors": [
|
|
2214
|
+
{
|
|
2215
|
+
"kind": "Accessor",
|
|
2216
|
+
"name": "Get",
|
|
2217
|
+
"printedName": "Get()",
|
|
2218
|
+
"children": [
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "TypeNominal",
|
|
2221
|
+
"name": "Optional",
|
|
2222
|
+
"printedName": "(any DavoiceTTS.STTDelegate)?",
|
|
2223
|
+
"children": [
|
|
2224
|
+
{
|
|
2225
|
+
"kind": "TypeNominal",
|
|
2226
|
+
"name": "STTDelegate",
|
|
2227
|
+
"printedName": "any DavoiceTTS.STTDelegate",
|
|
2228
|
+
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
|
|
2229
|
+
}
|
|
2230
|
+
],
|
|
2231
|
+
"usr": "s:Sq"
|
|
2232
|
+
}
|
|
2233
|
+
],
|
|
2234
|
+
"declKind": "Accessor",
|
|
2235
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
|
|
2236
|
+
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
|
|
2237
|
+
"moduleName": "DavoiceTTS",
|
|
2238
|
+
"implicit": true,
|
|
2239
|
+
"declAttributes": [
|
|
2240
|
+
"Final",
|
|
2241
|
+
"ObjC"
|
|
2242
|
+
],
|
|
2243
|
+
"accessorKind": "get"
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"kind": "Accessor",
|
|
2247
|
+
"name": "Set",
|
|
2248
|
+
"printedName": "Set()",
|
|
2249
|
+
"children": [
|
|
2250
|
+
{
|
|
2251
|
+
"kind": "TypeNominal",
|
|
2252
|
+
"name": "Void",
|
|
2253
|
+
"printedName": "()"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"kind": "TypeNominal",
|
|
2257
|
+
"name": "Optional",
|
|
2258
|
+
"printedName": "(any DavoiceTTS.STTDelegate)?",
|
|
2259
|
+
"children": [
|
|
2260
|
+
{
|
|
2261
|
+
"kind": "TypeNominal",
|
|
2262
|
+
"name": "STTDelegate",
|
|
2263
|
+
"printedName": "any DavoiceTTS.STTDelegate",
|
|
2264
|
+
"usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
|
|
2265
|
+
}
|
|
2266
|
+
],
|
|
2267
|
+
"usr": "s:Sq"
|
|
2268
|
+
}
|
|
2269
|
+
],
|
|
2270
|
+
"declKind": "Accessor",
|
|
2271
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
|
|
2272
|
+
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
|
|
2273
|
+
"moduleName": "DavoiceTTS",
|
|
2274
|
+
"implicit": true,
|
|
2275
|
+
"declAttributes": [
|
|
2276
|
+
"Final",
|
|
2277
|
+
"ObjC"
|
|
2278
|
+
],
|
|
2279
|
+
"accessorKind": "set"
|
|
2432
2280
|
},
|
|
2433
2281
|
{
|
|
2434
|
-
"kind": "
|
|
2435
|
-
"name": "
|
|
2436
|
-
"printedName": "
|
|
2437
|
-
"
|
|
2438
|
-
|
|
2282
|
+
"kind": "Accessor",
|
|
2283
|
+
"name": "Modify",
|
|
2284
|
+
"printedName": "Modify()",
|
|
2285
|
+
"children": [
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "TypeNominal",
|
|
2288
|
+
"name": "Void",
|
|
2289
|
+
"printedName": "()"
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"declKind": "Accessor",
|
|
2293
|
+
"usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
|
|
2294
|
+
"mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
|
|
2295
|
+
"moduleName": "DavoiceTTS",
|
|
2296
|
+
"implicit": true,
|
|
2297
|
+
"declAttributes": [
|
|
2298
|
+
"Final"
|
|
2299
|
+
],
|
|
2300
|
+
"accessorKind": "_modify"
|
|
2439
2301
|
}
|
|
2440
2302
|
]
|
|
2441
2303
|
},
|
|
2442
2304
|
{
|
|
2443
2305
|
"kind": "Var",
|
|
2444
|
-
"name": "
|
|
2445
|
-
"printedName": "
|
|
2306
|
+
"name": "continuous",
|
|
2307
|
+
"printedName": "continuous",
|
|
2446
2308
|
"children": [
|
|
2447
2309
|
{
|
|
2448
2310
|
"kind": "TypeNominal",
|
|
2449
|
-
"name": "
|
|
2450
|
-
"printedName": "
|
|
2451
|
-
"
|
|
2452
|
-
{
|
|
2453
|
-
"kind": "TypeFunc",
|
|
2454
|
-
"name": "Function",
|
|
2455
|
-
"printedName": "() -> ()",
|
|
2456
|
-
"children": [
|
|
2457
|
-
{
|
|
2458
|
-
"kind": "TypeNominal",
|
|
2459
|
-
"name": "Void",
|
|
2460
|
-
"printedName": "()"
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"kind": "TypeNominal",
|
|
2464
|
-
"name": "Void",
|
|
2465
|
-
"printedName": "()"
|
|
2466
|
-
}
|
|
2467
|
-
]
|
|
2468
|
-
}
|
|
2469
|
-
],
|
|
2470
|
-
"usr": "s:Sq"
|
|
2311
|
+
"name": "Bool",
|
|
2312
|
+
"printedName": "Swift.Bool",
|
|
2313
|
+
"usr": "s:Sb"
|
|
2471
2314
|
}
|
|
2472
2315
|
],
|
|
2473
2316
|
"declKind": "Var",
|
|
2474
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2475
|
-
"mangledName": "$
|
|
2317
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
|
|
2318
|
+
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
|
|
2476
2319
|
"moduleName": "DavoiceTTS",
|
|
2477
2320
|
"declAttributes": [
|
|
2478
2321
|
"HasInitialValue",
|
|
2479
2322
|
"Final",
|
|
2480
2323
|
"HasStorage",
|
|
2481
2324
|
"AccessControl",
|
|
2482
|
-
"ObjC"
|
|
2483
|
-
"RawDocComment"
|
|
2325
|
+
"ObjC"
|
|
2484
2326
|
],
|
|
2485
2327
|
"hasStorage": true,
|
|
2486
2328
|
"accessors": [
|
|
@@ -2491,33 +2333,14 @@
|
|
|
2491
2333
|
"children": [
|
|
2492
2334
|
{
|
|
2493
2335
|
"kind": "TypeNominal",
|
|
2494
|
-
"name": "
|
|
2495
|
-
"printedName": "
|
|
2496
|
-
"
|
|
2497
|
-
{
|
|
2498
|
-
"kind": "TypeFunc",
|
|
2499
|
-
"name": "Function",
|
|
2500
|
-
"printedName": "() -> ()",
|
|
2501
|
-
"children": [
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "TypeNominal",
|
|
2504
|
-
"name": "Void",
|
|
2505
|
-
"printedName": "()"
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"kind": "TypeNominal",
|
|
2509
|
-
"name": "Void",
|
|
2510
|
-
"printedName": "()"
|
|
2511
|
-
}
|
|
2512
|
-
]
|
|
2513
|
-
}
|
|
2514
|
-
],
|
|
2515
|
-
"usr": "s:Sq"
|
|
2336
|
+
"name": "Bool",
|
|
2337
|
+
"printedName": "Swift.Bool",
|
|
2338
|
+
"usr": "s:Sb"
|
|
2516
2339
|
}
|
|
2517
2340
|
],
|
|
2518
2341
|
"declKind": "Accessor",
|
|
2519
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2520
|
-
"mangledName": "$
|
|
2342
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
|
|
2343
|
+
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
|
|
2521
2344
|
"moduleName": "DavoiceTTS",
|
|
2522
2345
|
"implicit": true,
|
|
2523
2346
|
"declAttributes": [
|
|
@@ -2538,33 +2361,14 @@
|
|
|
2538
2361
|
},
|
|
2539
2362
|
{
|
|
2540
2363
|
"kind": "TypeNominal",
|
|
2541
|
-
"name": "
|
|
2542
|
-
"printedName": "
|
|
2543
|
-
"
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "TypeFunc",
|
|
2546
|
-
"name": "Function",
|
|
2547
|
-
"printedName": "() -> ()",
|
|
2548
|
-
"children": [
|
|
2549
|
-
{
|
|
2550
|
-
"kind": "TypeNominal",
|
|
2551
|
-
"name": "Void",
|
|
2552
|
-
"printedName": "()"
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"kind": "TypeNominal",
|
|
2556
|
-
"name": "Void",
|
|
2557
|
-
"printedName": "()"
|
|
2558
|
-
}
|
|
2559
|
-
]
|
|
2560
|
-
}
|
|
2561
|
-
],
|
|
2562
|
-
"usr": "s:Sq"
|
|
2364
|
+
"name": "Bool",
|
|
2365
|
+
"printedName": "Swift.Bool",
|
|
2366
|
+
"usr": "s:Sb"
|
|
2563
2367
|
}
|
|
2564
2368
|
],
|
|
2565
2369
|
"declKind": "Accessor",
|
|
2566
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2567
|
-
"mangledName": "$
|
|
2370
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
|
|
2371
|
+
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
|
|
2568
2372
|
"moduleName": "DavoiceTTS",
|
|
2569
2373
|
"implicit": true,
|
|
2570
2374
|
"declAttributes": [
|
|
@@ -2585,8 +2389,8 @@
|
|
|
2585
2389
|
}
|
|
2586
2390
|
],
|
|
2587
2391
|
"declKind": "Accessor",
|
|
2588
|
-
"usr": "s:
|
|
2589
|
-
"mangledName": "$
|
|
2392
|
+
"usr": "s:10DavoiceTTS3STTC10continuousSbvM",
|
|
2393
|
+
"mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
|
|
2590
2394
|
"moduleName": "DavoiceTTS",
|
|
2591
2395
|
"implicit": true,
|
|
2592
2396
|
"declAttributes": [
|
|
@@ -2597,39 +2401,143 @@
|
|
|
2597
2401
|
]
|
|
2598
2402
|
},
|
|
2599
2403
|
{
|
|
2600
|
-
"kind": "
|
|
2601
|
-
"name": "
|
|
2602
|
-
"printedName": "
|
|
2404
|
+
"kind": "Var",
|
|
2405
|
+
"name": "supportedEvents",
|
|
2406
|
+
"printedName": "supportedEvents",
|
|
2603
2407
|
"children": [
|
|
2604
2408
|
{
|
|
2605
2409
|
"kind": "TypeNominal",
|
|
2606
|
-
"name": "
|
|
2607
|
-
"printedName": "
|
|
2608
|
-
"
|
|
2609
|
-
|
|
2410
|
+
"name": "Array",
|
|
2411
|
+
"printedName": "[Swift.String]",
|
|
2412
|
+
"children": [
|
|
2413
|
+
{
|
|
2414
|
+
"kind": "TypeNominal",
|
|
2415
|
+
"name": "String",
|
|
2416
|
+
"printedName": "Swift.String",
|
|
2417
|
+
"usr": "s:SS"
|
|
2418
|
+
}
|
|
2419
|
+
],
|
|
2420
|
+
"usr": "s:Sa"
|
|
2421
|
+
}
|
|
2422
|
+
],
|
|
2423
|
+
"declKind": "Var",
|
|
2424
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
|
|
2425
|
+
"mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
|
|
2426
|
+
"moduleName": "DavoiceTTS",
|
|
2427
|
+
"static": true,
|
|
2428
|
+
"declAttributes": [
|
|
2429
|
+
"HasInitialValue",
|
|
2430
|
+
"Final",
|
|
2431
|
+
"HasStorage",
|
|
2432
|
+
"AccessControl",
|
|
2433
|
+
"RawDocComment",
|
|
2434
|
+
"ObjC"
|
|
2435
|
+
],
|
|
2436
|
+
"isLet": true,
|
|
2437
|
+
"hasStorage": true,
|
|
2438
|
+
"accessors": [
|
|
2439
|
+
{
|
|
2440
|
+
"kind": "Accessor",
|
|
2441
|
+
"name": "Get",
|
|
2442
|
+
"printedName": "Get()",
|
|
2443
|
+
"children": [
|
|
2444
|
+
{
|
|
2445
|
+
"kind": "TypeNominal",
|
|
2446
|
+
"name": "Array",
|
|
2447
|
+
"printedName": "[Swift.String]",
|
|
2448
|
+
"children": [
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "TypeNominal",
|
|
2451
|
+
"name": "String",
|
|
2452
|
+
"printedName": "Swift.String",
|
|
2453
|
+
"usr": "s:SS"
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"usr": "s:Sa"
|
|
2457
|
+
}
|
|
2458
|
+
],
|
|
2459
|
+
"declKind": "Accessor",
|
|
2460
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
|
|
2461
|
+
"mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
|
|
2462
|
+
"moduleName": "DavoiceTTS",
|
|
2463
|
+
"static": true,
|
|
2464
|
+
"implicit": true,
|
|
2465
|
+
"declAttributes": [
|
|
2466
|
+
"Final",
|
|
2467
|
+
"ObjC"
|
|
2468
|
+
],
|
|
2469
|
+
"accessorKind": "get"
|
|
2470
|
+
}
|
|
2471
|
+
]
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"kind": "Function",
|
|
2475
|
+
"name": "isSpeechAvailable",
|
|
2476
|
+
"printedName": "isSpeechAvailable(_:)",
|
|
2477
|
+
"children": [
|
|
2610
2478
|
{
|
|
2611
2479
|
"kind": "TypeNominal",
|
|
2612
|
-
"name": "
|
|
2613
|
-
"printedName": "
|
|
2614
|
-
|
|
2480
|
+
"name": "Void",
|
|
2481
|
+
"printedName": "()"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"kind": "TypeFunc",
|
|
2485
|
+
"name": "Function",
|
|
2486
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
2487
|
+
"children": [
|
|
2488
|
+
{
|
|
2489
|
+
"kind": "TypeNominal",
|
|
2490
|
+
"name": "Void",
|
|
2491
|
+
"printedName": "()"
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"kind": "TypeNominal",
|
|
2495
|
+
"name": "Bool",
|
|
2496
|
+
"printedName": "Swift.Bool",
|
|
2497
|
+
"usr": "s:Sb"
|
|
2498
|
+
}
|
|
2499
|
+
]
|
|
2615
2500
|
}
|
|
2616
2501
|
],
|
|
2617
|
-
"declKind": "
|
|
2618
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2619
|
-
"mangledName": "$
|
|
2502
|
+
"declKind": "Func",
|
|
2503
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
|
|
2504
|
+
"mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
|
|
2620
2505
|
"moduleName": "DavoiceTTS",
|
|
2621
|
-
"objc_name": "initWithModel:error:",
|
|
2622
2506
|
"declAttributes": [
|
|
2507
|
+
"Final",
|
|
2623
2508
|
"AccessControl",
|
|
2509
|
+
"RawDocComment",
|
|
2624
2510
|
"ObjC"
|
|
2625
2511
|
],
|
|
2626
|
-
"
|
|
2627
|
-
|
|
2512
|
+
"funcSelfKind": "NonMutating"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "Function",
|
|
2516
|
+
"name": "isRecognizing",
|
|
2517
|
+
"printedName": "isRecognizing()",
|
|
2518
|
+
"children": [
|
|
2519
|
+
{
|
|
2520
|
+
"kind": "TypeNominal",
|
|
2521
|
+
"name": "Bool",
|
|
2522
|
+
"printedName": "Swift.Bool",
|
|
2523
|
+
"usr": "s:Sb"
|
|
2524
|
+
}
|
|
2525
|
+
],
|
|
2526
|
+
"declKind": "Func",
|
|
2527
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
|
|
2528
|
+
"mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
|
|
2529
|
+
"moduleName": "DavoiceTTS",
|
|
2530
|
+
"declAttributes": [
|
|
2531
|
+
"Final",
|
|
2532
|
+
"AccessControl",
|
|
2533
|
+
"ObjC"
|
|
2534
|
+
],
|
|
2535
|
+
"funcSelfKind": "NonMutating"
|
|
2628
2536
|
},
|
|
2629
2537
|
{
|
|
2630
2538
|
"kind": "Function",
|
|
2631
|
-
"name": "
|
|
2632
|
-
"printedName": "
|
|
2539
|
+
"name": "pauseMicrophone",
|
|
2540
|
+
"printedName": "pauseMicrophone()",
|
|
2633
2541
|
"children": [
|
|
2634
2542
|
{
|
|
2635
2543
|
"kind": "TypeNominal",
|
|
@@ -2638,8 +2546,8 @@
|
|
|
2638
2546
|
}
|
|
2639
2547
|
],
|
|
2640
2548
|
"declKind": "Func",
|
|
2641
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2642
|
-
"mangledName": "$
|
|
2549
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
|
|
2550
|
+
"mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
|
|
2643
2551
|
"moduleName": "DavoiceTTS",
|
|
2644
2552
|
"declAttributes": [
|
|
2645
2553
|
"Final",
|
|
@@ -2651,8 +2559,8 @@
|
|
|
2651
2559
|
},
|
|
2652
2560
|
{
|
|
2653
2561
|
"kind": "Function",
|
|
2654
|
-
"name": "
|
|
2655
|
-
"printedName": "
|
|
2562
|
+
"name": "unPauseMicrophone",
|
|
2563
|
+
"printedName": "unPauseMicrophone()",
|
|
2656
2564
|
"children": [
|
|
2657
2565
|
{
|
|
2658
2566
|
"kind": "TypeNominal",
|
|
@@ -2661,21 +2569,20 @@
|
|
|
2661
2569
|
}
|
|
2662
2570
|
],
|
|
2663
2571
|
"declKind": "Func",
|
|
2664
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2665
|
-
"mangledName": "$
|
|
2572
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
|
|
2573
|
+
"mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
|
|
2666
2574
|
"moduleName": "DavoiceTTS",
|
|
2667
2575
|
"declAttributes": [
|
|
2668
2576
|
"Final",
|
|
2669
2577
|
"AccessControl",
|
|
2670
|
-
"ObjC"
|
|
2671
|
-
"RawDocComment"
|
|
2578
|
+
"ObjC"
|
|
2672
2579
|
],
|
|
2673
2580
|
"funcSelfKind": "NonMutating"
|
|
2674
2581
|
},
|
|
2675
2582
|
{
|
|
2676
2583
|
"kind": "Function",
|
|
2677
|
-
"name": "
|
|
2678
|
-
"printedName": "
|
|
2584
|
+
"name": "startSpeech",
|
|
2585
|
+
"printedName": "startSpeech(localeStr:)",
|
|
2679
2586
|
"children": [
|
|
2680
2587
|
{
|
|
2681
2588
|
"kind": "TypeNominal",
|
|
@@ -2684,21 +2591,22 @@
|
|
|
2684
2591
|
},
|
|
2685
2592
|
{
|
|
2686
2593
|
"kind": "TypeNominal",
|
|
2687
|
-
"name": "
|
|
2688
|
-
"printedName": "Swift.String",
|
|
2689
|
-
"
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2594
|
+
"name": "Optional",
|
|
2595
|
+
"printedName": "Swift.String?",
|
|
2596
|
+
"children": [
|
|
2597
|
+
{
|
|
2598
|
+
"kind": "TypeNominal",
|
|
2599
|
+
"name": "String",
|
|
2600
|
+
"printedName": "Swift.String",
|
|
2601
|
+
"usr": "s:SS"
|
|
2602
|
+
}
|
|
2603
|
+
],
|
|
2604
|
+
"usr": "s:Sq"
|
|
2697
2605
|
}
|
|
2698
2606
|
],
|
|
2699
2607
|
"declKind": "Func",
|
|
2700
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2701
|
-
"mangledName": "$
|
|
2608
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
|
|
2609
|
+
"mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
|
|
2702
2610
|
"moduleName": "DavoiceTTS",
|
|
2703
2611
|
"declAttributes": [
|
|
2704
2612
|
"Final",
|
|
@@ -2709,57 +2617,134 @@
|
|
|
2709
2617
|
},
|
|
2710
2618
|
{
|
|
2711
2619
|
"kind": "Function",
|
|
2712
|
-
"name": "
|
|
2713
|
-
"printedName": "
|
|
2620
|
+
"name": "stopSpeech",
|
|
2621
|
+
"printedName": "stopSpeech(_:)",
|
|
2714
2622
|
"children": [
|
|
2715
2623
|
{
|
|
2716
2624
|
"kind": "TypeNominal",
|
|
2717
|
-
"name": "
|
|
2718
|
-
"printedName": "(
|
|
2625
|
+
"name": "Void",
|
|
2626
|
+
"printedName": "()"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"kind": "TypeNominal",
|
|
2630
|
+
"name": "Optional",
|
|
2631
|
+
"printedName": "((Swift.Bool) -> ())?",
|
|
2719
2632
|
"children": [
|
|
2720
2633
|
{
|
|
2721
|
-
"kind": "
|
|
2722
|
-
"name": "
|
|
2723
|
-
"printedName": "
|
|
2724
|
-
"
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2634
|
+
"kind": "TypeFunc",
|
|
2635
|
+
"name": "Function",
|
|
2636
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
2637
|
+
"children": [
|
|
2638
|
+
{
|
|
2639
|
+
"kind": "TypeNominal",
|
|
2640
|
+
"name": "Void",
|
|
2641
|
+
"printedName": "()"
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "TypeNominal",
|
|
2645
|
+
"name": "Bool",
|
|
2646
|
+
"printedName": "Swift.Bool",
|
|
2647
|
+
"usr": "s:Sb"
|
|
2648
|
+
}
|
|
2649
|
+
]
|
|
2731
2650
|
}
|
|
2732
|
-
]
|
|
2733
|
-
|
|
2651
|
+
],
|
|
2652
|
+
"hasDefaultArg": true,
|
|
2653
|
+
"usr": "s:Sq"
|
|
2654
|
+
}
|
|
2655
|
+
],
|
|
2656
|
+
"declKind": "Func",
|
|
2657
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
|
|
2658
|
+
"mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
|
|
2659
|
+
"moduleName": "DavoiceTTS",
|
|
2660
|
+
"declAttributes": [
|
|
2661
|
+
"Final",
|
|
2662
|
+
"AccessControl",
|
|
2663
|
+
"ObjC"
|
|
2664
|
+
],
|
|
2665
|
+
"funcSelfKind": "NonMutating"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"kind": "Function",
|
|
2669
|
+
"name": "cancelSpeech",
|
|
2670
|
+
"printedName": "cancelSpeech(_:)",
|
|
2671
|
+
"children": [
|
|
2734
2672
|
{
|
|
2735
2673
|
"kind": "TypeNominal",
|
|
2736
|
-
"name": "
|
|
2737
|
-
"printedName": "
|
|
2738
|
-
"usr": "s:SS"
|
|
2674
|
+
"name": "Void",
|
|
2675
|
+
"printedName": "()"
|
|
2739
2676
|
},
|
|
2740
2677
|
{
|
|
2741
2678
|
"kind": "TypeNominal",
|
|
2742
|
-
"name": "
|
|
2743
|
-
"printedName": "Swift.
|
|
2679
|
+
"name": "Optional",
|
|
2680
|
+
"printedName": "((Swift.Bool) -> ())?",
|
|
2681
|
+
"children": [
|
|
2682
|
+
{
|
|
2683
|
+
"kind": "TypeFunc",
|
|
2684
|
+
"name": "Function",
|
|
2685
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
2686
|
+
"children": [
|
|
2687
|
+
{
|
|
2688
|
+
"kind": "TypeNominal",
|
|
2689
|
+
"name": "Void",
|
|
2690
|
+
"printedName": "()"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"kind": "TypeNominal",
|
|
2694
|
+
"name": "Bool",
|
|
2695
|
+
"printedName": "Swift.Bool",
|
|
2696
|
+
"usr": "s:Sb"
|
|
2697
|
+
}
|
|
2698
|
+
]
|
|
2699
|
+
}
|
|
2700
|
+
],
|
|
2744
2701
|
"hasDefaultArg": true,
|
|
2745
|
-
"usr": "s:
|
|
2746
|
-
}
|
|
2702
|
+
"usr": "s:Sq"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"declKind": "Func",
|
|
2706
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
|
|
2707
|
+
"mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
|
|
2708
|
+
"moduleName": "DavoiceTTS",
|
|
2709
|
+
"declAttributes": [
|
|
2710
|
+
"Final",
|
|
2711
|
+
"AccessControl",
|
|
2712
|
+
"ObjC"
|
|
2713
|
+
],
|
|
2714
|
+
"funcSelfKind": "NonMutating"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"kind": "Function",
|
|
2718
|
+
"name": "destroySpeech",
|
|
2719
|
+
"printedName": "destroySpeech(_:)",
|
|
2720
|
+
"children": [
|
|
2747
2721
|
{
|
|
2748
2722
|
"kind": "TypeNominal",
|
|
2749
|
-
"name": "
|
|
2750
|
-
"printedName": "
|
|
2751
|
-
"usr": "s:10Foundation4UUIDV"
|
|
2723
|
+
"name": "Void",
|
|
2724
|
+
"printedName": "()"
|
|
2752
2725
|
},
|
|
2753
2726
|
{
|
|
2754
2727
|
"kind": "TypeNominal",
|
|
2755
2728
|
"name": "Optional",
|
|
2756
|
-
"printedName": "Swift.
|
|
2729
|
+
"printedName": "((Swift.Bool) -> ())?",
|
|
2757
2730
|
"children": [
|
|
2758
2731
|
{
|
|
2759
|
-
"kind": "
|
|
2760
|
-
"name": "
|
|
2761
|
-
"printedName": "Swift.
|
|
2762
|
-
"
|
|
2732
|
+
"kind": "TypeFunc",
|
|
2733
|
+
"name": "Function",
|
|
2734
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
2735
|
+
"children": [
|
|
2736
|
+
{
|
|
2737
|
+
"kind": "TypeNominal",
|
|
2738
|
+
"name": "Void",
|
|
2739
|
+
"printedName": "()"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"kind": "TypeNominal",
|
|
2743
|
+
"name": "Bool",
|
|
2744
|
+
"printedName": "Swift.Bool",
|
|
2745
|
+
"usr": "s:Sb"
|
|
2746
|
+
}
|
|
2747
|
+
]
|
|
2763
2748
|
}
|
|
2764
2749
|
],
|
|
2765
2750
|
"hasDefaultArg": true,
|
|
@@ -2767,58 +2752,72 @@
|
|
|
2767
2752
|
}
|
|
2768
2753
|
],
|
|
2769
2754
|
"declKind": "Func",
|
|
2770
|
-
"usr": "
|
|
2771
|
-
"mangledName": "$
|
|
2755
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
|
|
2756
|
+
"mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
|
|
2772
2757
|
"moduleName": "DavoiceTTS",
|
|
2773
2758
|
"declAttributes": [
|
|
2774
2759
|
"Final",
|
|
2775
|
-
"AccessControl"
|
|
2760
|
+
"AccessControl",
|
|
2761
|
+
"ObjC"
|
|
2776
2762
|
],
|
|
2777
|
-
"throwing": true,
|
|
2778
2763
|
"funcSelfKind": "NonMutating"
|
|
2779
2764
|
},
|
|
2780
2765
|
{
|
|
2781
2766
|
"kind": "Function",
|
|
2782
|
-
"name": "
|
|
2783
|
-
"printedName": "
|
|
2767
|
+
"name": "teardown",
|
|
2768
|
+
"printedName": "teardown()",
|
|
2784
2769
|
"children": [
|
|
2785
2770
|
{
|
|
2786
2771
|
"kind": "TypeNominal",
|
|
2787
|
-
"name": "
|
|
2788
|
-
"printedName": "
|
|
2789
|
-
|
|
2790
|
-
|
|
2772
|
+
"name": "Void",
|
|
2773
|
+
"printedName": "()"
|
|
2774
|
+
}
|
|
2775
|
+
],
|
|
2776
|
+
"declKind": "Func",
|
|
2777
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
|
|
2778
|
+
"mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
|
|
2779
|
+
"moduleName": "DavoiceTTS",
|
|
2780
|
+
"declAttributes": [
|
|
2781
|
+
"Final",
|
|
2782
|
+
"AccessControl",
|
|
2783
|
+
"ObjC"
|
|
2784
|
+
],
|
|
2785
|
+
"funcSelfKind": "NonMutating"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"kind": "Function",
|
|
2789
|
+
"name": "speechRecognizer",
|
|
2790
|
+
"printedName": "speechRecognizer(_:availabilityDidChange:)",
|
|
2791
|
+
"children": [
|
|
2791
2792
|
{
|
|
2792
2793
|
"kind": "TypeNominal",
|
|
2793
|
-
"name": "
|
|
2794
|
-
"printedName": "
|
|
2795
|
-
"usr": "s:SS"
|
|
2794
|
+
"name": "Void",
|
|
2795
|
+
"printedName": "()"
|
|
2796
2796
|
},
|
|
2797
2797
|
{
|
|
2798
2798
|
"kind": "TypeNominal",
|
|
2799
|
-
"name": "
|
|
2800
|
-
"printedName": "
|
|
2801
|
-
"
|
|
2802
|
-
"usr": "s:s5Int32V"
|
|
2799
|
+
"name": "SFSpeechRecognizer",
|
|
2800
|
+
"printedName": "Speech.SFSpeechRecognizer",
|
|
2801
|
+
"usr": "c:objc(cs)SFSpeechRecognizer"
|
|
2803
2802
|
},
|
|
2804
2803
|
{
|
|
2805
2804
|
"kind": "TypeNominal",
|
|
2806
|
-
"name": "
|
|
2807
|
-
"printedName": "
|
|
2808
|
-
"usr": "s:
|
|
2805
|
+
"name": "Bool",
|
|
2806
|
+
"printedName": "Swift.Bool",
|
|
2807
|
+
"usr": "s:Sb"
|
|
2809
2808
|
}
|
|
2810
2809
|
],
|
|
2811
2810
|
"declKind": "Func",
|
|
2812
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2813
|
-
"mangledName": "$
|
|
2811
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
|
|
2812
|
+
"mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
|
|
2814
2813
|
"moduleName": "DavoiceTTS",
|
|
2814
|
+
"objc_name": "speechRecognizer:availabilityDidChange:",
|
|
2815
2815
|
"declAttributes": [
|
|
2816
2816
|
"Final",
|
|
2817
|
+
"ObjC",
|
|
2817
2818
|
"AccessControl",
|
|
2818
|
-
"RawDocComment"
|
|
2819
|
-
"ObjC"
|
|
2819
|
+
"RawDocComment"
|
|
2820
2820
|
],
|
|
2821
|
-
"throwing": true,
|
|
2822
2821
|
"funcSelfKind": "NonMutating"
|
|
2823
2822
|
},
|
|
2824
2823
|
{
|
|
@@ -2828,14 +2827,14 @@
|
|
|
2828
2827
|
"children": [
|
|
2829
2828
|
{
|
|
2830
2829
|
"kind": "TypeNominal",
|
|
2831
|
-
"name": "
|
|
2832
|
-
"printedName": "DavoiceTTS.
|
|
2833
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2830
|
+
"name": "STT",
|
|
2831
|
+
"printedName": "DavoiceTTS.STT",
|
|
2832
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT"
|
|
2834
2833
|
}
|
|
2835
2834
|
],
|
|
2836
2835
|
"declKind": "Constructor",
|
|
2837
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2838
|
-
"mangledName": "$
|
|
2836
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
|
|
2837
|
+
"mangledName": "$s10DavoiceTTS3STTCACycfc",
|
|
2839
2838
|
"moduleName": "DavoiceTTS",
|
|
2840
2839
|
"overriding": true,
|
|
2841
2840
|
"implicit": true,
|
|
@@ -2849,8 +2848,8 @@
|
|
|
2849
2848
|
}
|
|
2850
2849
|
],
|
|
2851
2850
|
"declKind": "Class",
|
|
2852
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)
|
|
2853
|
-
"mangledName": "$
|
|
2851
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT",
|
|
2852
|
+
"mangledName": "$s10DavoiceTTS3STTC",
|
|
2854
2853
|
"moduleName": "DavoiceTTS",
|
|
2855
2854
|
"declAttributes": [
|
|
2856
2855
|
"Final",
|
|
@@ -2859,6 +2858,7 @@
|
|
|
2859
2858
|
"ObjC"
|
|
2860
2859
|
],
|
|
2861
2860
|
"superclassUsr": "c:objc(cs)NSObject",
|
|
2861
|
+
"inheritsConvenienceInitializers": true,
|
|
2862
2862
|
"superclassNames": [
|
|
2863
2863
|
"ObjectiveC.NSObject"
|
|
2864
2864
|
],
|
|
@@ -2922,268 +2922,16 @@
|
|
|
2922
2922
|
{
|
|
2923
2923
|
"kind": "Conformance",
|
|
2924
2924
|
"name": "CustomDebugStringConvertible",
|
|
2925
|
-
"printedName": "CustomDebugStringConvertible",
|
|
2926
|
-
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
2927
|
-
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
2928
|
-
}
|
|
2929
|
-
]
|
|
2930
|
-
}
|
|
2931
|
-
],
|
|
2932
|
-
"json_format_version": 8
|
|
2933
|
-
},
|
|
2934
|
-
"ConstValues": [
|
|
2935
|
-
{
|
|
2936
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2937
|
-
"kind": "BooleanLiteral",
|
|
2938
|
-
"offset": 458,
|
|
2939
|
-
"length": 4,
|
|
2940
|
-
"value": "true"
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2944
|
-
"kind": "BooleanLiteral",
|
|
2945
|
-
"offset": 802,
|
|
2946
|
-
"length": 5,
|
|
2947
|
-
"value": "false"
|
|
2948
|
-
},
|
|
2949
|
-
{
|
|
2950
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2951
|
-
"kind": "IntegerLiteral",
|
|
2952
|
-
"offset": 953,
|
|
2953
|
-
"length": 1,
|
|
2954
|
-
"value": "0"
|
|
2955
|
-
},
|
|
2956
|
-
{
|
|
2957
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2958
|
-
"kind": "IntegerLiteral",
|
|
2959
|
-
"offset": 1004,
|
|
2960
|
-
"length": 1,
|
|
2961
|
-
"value": "0"
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2965
|
-
"kind": "BooleanLiteral",
|
|
2966
|
-
"offset": 1089,
|
|
2967
|
-
"length": 5,
|
|
2968
|
-
"value": "false"
|
|
2969
|
-
},
|
|
2970
|
-
{
|
|
2971
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2972
|
-
"kind": "IntegerLiteral",
|
|
2973
|
-
"offset": 1194,
|
|
2974
|
-
"length": 1,
|
|
2975
|
-
"value": "0"
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2979
|
-
"kind": "FloatLiteral",
|
|
2980
|
-
"offset": 1280,
|
|
2981
|
-
"length": 3,
|
|
2982
|
-
"value": "4.0"
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2986
|
-
"kind": "IntegerLiteral",
|
|
2987
|
-
"offset": 1416,
|
|
2988
|
-
"length": 1,
|
|
2989
|
-
"value": "0"
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2993
|
-
"kind": "FloatLiteral",
|
|
2994
|
-
"offset": 1468,
|
|
2995
|
-
"length": 3,
|
|
2996
|
-
"value": "1.0"
|
|
2997
|
-
},
|
|
2998
|
-
{
|
|
2999
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3000
|
-
"kind": "IntegerLiteral",
|
|
3001
|
-
"offset": 1547,
|
|
3002
|
-
"length": 1,
|
|
3003
|
-
"value": "0"
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3007
|
-
"kind": "IntegerLiteral",
|
|
3008
|
-
"offset": 1622,
|
|
3009
|
-
"length": 1,
|
|
3010
|
-
"value": "0"
|
|
3011
|
-
},
|
|
3012
|
-
{
|
|
3013
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3014
|
-
"kind": "IntegerLiteral",
|
|
3015
|
-
"offset": 1717,
|
|
3016
|
-
"length": 1,
|
|
3017
|
-
"value": "0"
|
|
3018
|
-
},
|
|
3019
|
-
{
|
|
3020
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3021
|
-
"kind": "IntegerLiteral",
|
|
3022
|
-
"offset": 1797,
|
|
3023
|
-
"length": 1,
|
|
3024
|
-
"value": "0"
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3028
|
-
"kind": "FloatLiteral",
|
|
3029
|
-
"offset": 1848,
|
|
3030
|
-
"length": 3,
|
|
3031
|
-
"value": "8.0"
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3035
|
-
"kind": "FloatLiteral",
|
|
3036
|
-
"offset": 1949,
|
|
3037
|
-
"length": 3,
|
|
3038
|
-
"value": "2.0"
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3042
|
-
"kind": "IntegerLiteral",
|
|
3043
|
-
"offset": 1999,
|
|
3044
|
-
"length": 1,
|
|
3045
|
-
"value": "0"
|
|
3046
|
-
},
|
|
3047
|
-
{
|
|
3048
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3049
|
-
"kind": "BooleanLiteral",
|
|
3050
|
-
"offset": 2029,
|
|
3051
|
-
"length": 5,
|
|
3052
|
-
"value": "false"
|
|
3053
|
-
},
|
|
3054
|
-
{
|
|
3055
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3056
|
-
"kind": "IntegerLiteral",
|
|
3057
|
-
"offset": 2075,
|
|
3058
|
-
"length": 1,
|
|
3059
|
-
"value": "0"
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3063
|
-
"kind": "IntegerLiteral",
|
|
3064
|
-
"offset": 2146,
|
|
3065
|
-
"length": 1,
|
|
3066
|
-
"value": "0"
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3070
|
-
"kind": "IntegerLiteral",
|
|
3071
|
-
"offset": 2197,
|
|
3072
|
-
"length": 1,
|
|
3073
|
-
"value": "0"
|
|
3074
|
-
},
|
|
3075
|
-
{
|
|
3076
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3077
|
-
"kind": "StringLiteral",
|
|
3078
|
-
"offset": 2240,
|
|
3079
|
-
"length": 6,
|
|
3080
|
-
"value": "\"cold\""
|
|
3081
|
-
},
|
|
3082
|
-
{
|
|
3083
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3084
|
-
"kind": "BooleanLiteral",
|
|
3085
|
-
"offset": 2312,
|
|
3086
|
-
"length": 5,
|
|
3087
|
-
"value": "false"
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3091
|
-
"kind": "BooleanLiteral",
|
|
3092
|
-
"offset": 2616,
|
|
3093
|
-
"length": 5,
|
|
3094
|
-
"value": "false"
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3098
|
-
"kind": "IntegerLiteral",
|
|
3099
|
-
"offset": 2694,
|
|
3100
|
-
"length": 1,
|
|
3101
|
-
"value": "0"
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3105
|
-
"kind": "FloatLiteral",
|
|
3106
|
-
"offset": 2788,
|
|
3107
|
-
"length": 3,
|
|
3108
|
-
"value": "0.3"
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3112
|
-
"kind": "IntegerLiteral",
|
|
3113
|
-
"offset": 2869,
|
|
3114
|
-
"length": 1,
|
|
3115
|
-
"value": "0"
|
|
3116
|
-
},
|
|
3117
|
-
{
|
|
3118
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3119
|
-
"kind": "BooleanLiteral",
|
|
3120
|
-
"offset": 2930,
|
|
3121
|
-
"length": 5,
|
|
3122
|
-
"value": "false"
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3126
|
-
"kind": "Array",
|
|
3127
|
-
"offset": 2994,
|
|
3128
|
-
"length": 2,
|
|
3129
|
-
"value": "[]"
|
|
3130
|
-
},
|
|
3131
|
-
{
|
|
3132
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3133
|
-
"kind": "StringLiteral",
|
|
3134
|
-
"offset": 3046,
|
|
3135
|
-
"length": 16,
|
|
3136
|
-
"value": "\"stt.tts.serial\""
|
|
3137
|
-
},
|
|
3138
|
-
{
|
|
3139
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3140
|
-
"kind": "BooleanLiteral",
|
|
3141
|
-
"offset": 3135,
|
|
3142
|
-
"length": 5,
|
|
3143
|
-
"value": "false"
|
|
3144
|
-
},
|
|
3145
|
-
{
|
|
3146
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3147
|
-
"kind": "BooleanLiteral",
|
|
3148
|
-
"offset": 3248,
|
|
3149
|
-
"length": 5,
|
|
3150
|
-
"value": "false"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3154
|
-
"kind": "Array",
|
|
3155
|
-
"offset": 3910,
|
|
3156
|
-
"length": 203,
|
|
3157
|
-
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3161
|
-
"kind": "IntegerLiteral",
|
|
3162
|
-
"offset": 4150,
|
|
3163
|
-
"length": 1,
|
|
3164
|
-
"value": "0"
|
|
3165
|
-
},
|
|
3166
|
-
{
|
|
3167
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3168
|
-
"kind": "IntegerLiteral",
|
|
3169
|
-
"offset": 4341,
|
|
3170
|
-
"length": 1,
|
|
3171
|
-
"value": "0"
|
|
3172
|
-
},
|
|
3173
|
-
{
|
|
3174
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3175
|
-
"kind": "BooleanLiteral",
|
|
3176
|
-
"offset": 12625,
|
|
3177
|
-
"length": 4,
|
|
3178
|
-
"value": "true"
|
|
3179
|
-
},
|
|
3180
|
-
{
|
|
3181
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3182
|
-
"kind": "FloatLiteral",
|
|
3183
|
-
"offset": 35724,
|
|
3184
|
-
"length": 3,
|
|
3185
|
-
"value": "0.7"
|
|
3186
|
-
},
|
|
2925
|
+
"printedName": "CustomDebugStringConvertible",
|
|
2926
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
2927
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
2928
|
+
}
|
|
2929
|
+
]
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"json_format_version": 8
|
|
2933
|
+
},
|
|
2934
|
+
"ConstValues": [
|
|
3187
2935
|
{
|
|
3188
2936
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
3189
2937
|
"kind": "IntegerLiteral",
|
|
@@ -4618,6 +4366,272 @@
|
|
|
4618
4366
|
"offset": 44417,
|
|
4619
4367
|
"length": 1,
|
|
4620
4368
|
"value": "0"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4372
|
+
"kind": "BooleanLiteral",
|
|
4373
|
+
"offset": 458,
|
|
4374
|
+
"length": 4,
|
|
4375
|
+
"value": "true"
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4379
|
+
"kind": "BooleanLiteral",
|
|
4380
|
+
"offset": 802,
|
|
4381
|
+
"length": 5,
|
|
4382
|
+
"value": "false"
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4386
|
+
"kind": "IntegerLiteral",
|
|
4387
|
+
"offset": 953,
|
|
4388
|
+
"length": 1,
|
|
4389
|
+
"value": "0"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4393
|
+
"kind": "IntegerLiteral",
|
|
4394
|
+
"offset": 1004,
|
|
4395
|
+
"length": 1,
|
|
4396
|
+
"value": "0"
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4400
|
+
"kind": "BooleanLiteral",
|
|
4401
|
+
"offset": 1089,
|
|
4402
|
+
"length": 5,
|
|
4403
|
+
"value": "false"
|
|
4404
|
+
},
|
|
4405
|
+
{
|
|
4406
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4407
|
+
"kind": "IntegerLiteral",
|
|
4408
|
+
"offset": 1194,
|
|
4409
|
+
"length": 1,
|
|
4410
|
+
"value": "0"
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4414
|
+
"kind": "FloatLiteral",
|
|
4415
|
+
"offset": 1280,
|
|
4416
|
+
"length": 3,
|
|
4417
|
+
"value": "4.0"
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4421
|
+
"kind": "IntegerLiteral",
|
|
4422
|
+
"offset": 1416,
|
|
4423
|
+
"length": 1,
|
|
4424
|
+
"value": "0"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4428
|
+
"kind": "FloatLiteral",
|
|
4429
|
+
"offset": 1468,
|
|
4430
|
+
"length": 3,
|
|
4431
|
+
"value": "1.0"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4435
|
+
"kind": "IntegerLiteral",
|
|
4436
|
+
"offset": 1547,
|
|
4437
|
+
"length": 1,
|
|
4438
|
+
"value": "0"
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4442
|
+
"kind": "IntegerLiteral",
|
|
4443
|
+
"offset": 1622,
|
|
4444
|
+
"length": 1,
|
|
4445
|
+
"value": "0"
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4449
|
+
"kind": "IntegerLiteral",
|
|
4450
|
+
"offset": 1717,
|
|
4451
|
+
"length": 1,
|
|
4452
|
+
"value": "0"
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4456
|
+
"kind": "IntegerLiteral",
|
|
4457
|
+
"offset": 1797,
|
|
4458
|
+
"length": 1,
|
|
4459
|
+
"value": "0"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4463
|
+
"kind": "FloatLiteral",
|
|
4464
|
+
"offset": 1848,
|
|
4465
|
+
"length": 3,
|
|
4466
|
+
"value": "8.0"
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4470
|
+
"kind": "FloatLiteral",
|
|
4471
|
+
"offset": 1949,
|
|
4472
|
+
"length": 3,
|
|
4473
|
+
"value": "2.0"
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4477
|
+
"kind": "IntegerLiteral",
|
|
4478
|
+
"offset": 1999,
|
|
4479
|
+
"length": 1,
|
|
4480
|
+
"value": "0"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4484
|
+
"kind": "BooleanLiteral",
|
|
4485
|
+
"offset": 2029,
|
|
4486
|
+
"length": 5,
|
|
4487
|
+
"value": "false"
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4491
|
+
"kind": "IntegerLiteral",
|
|
4492
|
+
"offset": 2075,
|
|
4493
|
+
"length": 1,
|
|
4494
|
+
"value": "0"
|
|
4495
|
+
},
|
|
4496
|
+
{
|
|
4497
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4498
|
+
"kind": "BooleanLiteral",
|
|
4499
|
+
"offset": 2103,
|
|
4500
|
+
"length": 5,
|
|
4501
|
+
"value": "false"
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4505
|
+
"kind": "BooleanLiteral",
|
|
4506
|
+
"offset": 2139,
|
|
4507
|
+
"length": 5,
|
|
4508
|
+
"value": "false"
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4512
|
+
"kind": "IntegerLiteral",
|
|
4513
|
+
"offset": 2269,
|
|
4514
|
+
"length": 1,
|
|
4515
|
+
"value": "0"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4519
|
+
"kind": "IntegerLiteral",
|
|
4520
|
+
"offset": 2320,
|
|
4521
|
+
"length": 1,
|
|
4522
|
+
"value": "0"
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4526
|
+
"kind": "StringLiteral",
|
|
4527
|
+
"offset": 2363,
|
|
4528
|
+
"length": 6,
|
|
4529
|
+
"value": "\"cold\""
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4533
|
+
"kind": "BooleanLiteral",
|
|
4534
|
+
"offset": 2435,
|
|
4535
|
+
"length": 5,
|
|
4536
|
+
"value": "false"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4540
|
+
"kind": "BooleanLiteral",
|
|
4541
|
+
"offset": 2739,
|
|
4542
|
+
"length": 5,
|
|
4543
|
+
"value": "false"
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4547
|
+
"kind": "IntegerLiteral",
|
|
4548
|
+
"offset": 2817,
|
|
4549
|
+
"length": 1,
|
|
4550
|
+
"value": "0"
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4554
|
+
"kind": "FloatLiteral",
|
|
4555
|
+
"offset": 2911,
|
|
4556
|
+
"length": 3,
|
|
4557
|
+
"value": "0.3"
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4561
|
+
"kind": "IntegerLiteral",
|
|
4562
|
+
"offset": 2992,
|
|
4563
|
+
"length": 1,
|
|
4564
|
+
"value": "0"
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4568
|
+
"kind": "BooleanLiteral",
|
|
4569
|
+
"offset": 3053,
|
|
4570
|
+
"length": 5,
|
|
4571
|
+
"value": "false"
|
|
4572
|
+
},
|
|
4573
|
+
{
|
|
4574
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4575
|
+
"kind": "Array",
|
|
4576
|
+
"offset": 3117,
|
|
4577
|
+
"length": 2,
|
|
4578
|
+
"value": "[]"
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4582
|
+
"kind": "StringLiteral",
|
|
4583
|
+
"offset": 3169,
|
|
4584
|
+
"length": 16,
|
|
4585
|
+
"value": "\"stt.tts.serial\""
|
|
4586
|
+
},
|
|
4587
|
+
{
|
|
4588
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4589
|
+
"kind": "BooleanLiteral",
|
|
4590
|
+
"offset": 3258,
|
|
4591
|
+
"length": 5,
|
|
4592
|
+
"value": "false"
|
|
4593
|
+
},
|
|
4594
|
+
{
|
|
4595
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4596
|
+
"kind": "BooleanLiteral",
|
|
4597
|
+
"offset": 3371,
|
|
4598
|
+
"length": 5,
|
|
4599
|
+
"value": "false"
|
|
4600
|
+
},
|
|
4601
|
+
{
|
|
4602
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4603
|
+
"kind": "Array",
|
|
4604
|
+
"offset": 4033,
|
|
4605
|
+
"length": 203,
|
|
4606
|
+
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4610
|
+
"kind": "IntegerLiteral",
|
|
4611
|
+
"offset": 4273,
|
|
4612
|
+
"length": 1,
|
|
4613
|
+
"value": "0"
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4617
|
+
"kind": "IntegerLiteral",
|
|
4618
|
+
"offset": 4464,
|
|
4619
|
+
"length": 1,
|
|
4620
|
+
"value": "0"
|
|
4621
|
+
},
|
|
4622
|
+
{
|
|
4623
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4624
|
+
"kind": "BooleanLiteral",
|
|
4625
|
+
"offset": 12819,
|
|
4626
|
+
"length": 4,
|
|
4627
|
+
"value": "true"
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
4631
|
+
"kind": "FloatLiteral",
|
|
4632
|
+
"offset": 36519,
|
|
4633
|
+
"length": 3,
|
|
4634
|
+
"value": "0.7"
|
|
4621
4635
|
}
|
|
4622
4636
|
]
|
|
4623
4637
|
}
|