react-native-davoice-tts 1.0.202 → 1.0.203

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.
Files changed (16) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  3. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1287 -1280
  4. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +28 -28
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +28 -28
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +1091 -1084
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +10 -10
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +10 -10
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1091 -1084
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +10 -10
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +10 -10
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +24 -24
  16. 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": "STTDelegate",
48
- "printedName": "STTDelegate",
19
+ "name": "AudioPlaybackHook",
20
+ "printedName": "AudioPlaybackHook",
49
21
  "children": [
50
22
  {
51
- "kind": "Function",
52
- "name": "stt",
53
- "printedName": "stt(_:didEmitEvent:body:)",
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": "[Swift.String : Any]?",
30
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
76
31
  "children": [
77
32
  {
78
- "kind": "TypeNominal",
79
- "name": "Dictionary",
80
- "printedName": "[Swift.String : Any]",
33
+ "kind": "TypeFunc",
34
+ "name": "Function",
35
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
81
36
  "children": [
82
37
  {
83
38
  "kind": "TypeNominal",
84
- "name": "String",
85
- "printedName": "Swift.String",
86
- "usr": "s:SS"
39
+ "name": "Bool",
40
+ "printedName": "Swift.Bool",
41
+ "usr": "s:Sb"
87
42
  },
88
43
  {
89
44
  "kind": "TypeNominal",
90
- "name": "ProtocolComposition",
91
- "printedName": "Any"
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": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
160
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
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
- "ObjC"
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": "(any DavoiceTTS.STTDelegate)?",
100
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
182
101
  "children": [
183
102
  {
184
- "kind": "TypeNominal",
185
- "name": "STTDelegate",
186
- "printedName": "any DavoiceTTS.STTDelegate",
187
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
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": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
195
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
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": "(any DavoiceTTS.STTDelegate)?",
170
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
218
171
  "children": [
219
172
  {
220
- "kind": "TypeNominal",
221
- "name": "STTDelegate",
222
- "printedName": "any DavoiceTTS.STTDelegate",
223
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
224
- }
225
- ],
226
- "usr": "s:Sq"
227
- }
228
- ],
229
- "declKind": "Accessor",
230
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
231
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
232
- "moduleName": "DavoiceTTS",
233
- "implicit": true,
234
- "declAttributes": [
235
- "Final",
236
- "ObjC"
237
- ],
238
- "accessorKind": "set"
239
- },
240
- {
241
- "kind": "Accessor",
242
- "name": "Modify",
243
- "printedName": "Modify()",
244
- "children": [
245
- {
246
- "kind": "TypeNominal",
247
- "name": "Void",
248
- "printedName": "()"
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:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
253
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
220
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
221
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
254
222
  "moduleName": "DavoiceTTS",
223
+ "static": true,
255
224
  "implicit": true,
256
- "declAttributes": [
257
- "Final"
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": "continuous",
266
- "printedName": "continuous",
250
+ "name": "isEngineReady",
251
+ "printedName": "isEngineReady",
267
252
  "children": [
268
253
  {
269
254
  "kind": "TypeNominal",
270
- "name": "Bool",
271
- "printedName": "Swift.Bool",
272
- "usr": "s:Sb"
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": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
277
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
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
- "ObjC"
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": "Bool",
296
- "printedName": "Swift.Bool",
297
- "usr": "s:Sb"
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": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
302
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
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": "Bool",
324
- "printedName": "Swift.Bool",
325
- "usr": "s:Sb"
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": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
330
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
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:10DavoiceTTS3STTC10continuousSbvM",
352
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
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": "supportedEvents",
365
- "printedName": "supportedEvents",
401
+ "name": "useOnlyEnginePlayback",
402
+ "printedName": "useOnlyEnginePlayback",
366
403
  "children": [
367
404
  {
368
405
  "kind": "TypeNominal",
369
- "name": "Array",
370
- "printedName": "[Swift.String]",
406
+ "name": "Optional",
407
+ "printedName": "(() -> Swift.Bool)?",
371
408
  "children": [
372
409
  {
373
- "kind": "TypeNominal",
374
- "name": "String",
375
- "printedName": "Swift.String",
376
- "usr": "s:SS"
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:Sa"
428
+ "usr": "s:Sq"
380
429
  }
381
430
  ],
382
431
  "declKind": "Var",
383
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
384
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
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": "Array",
406
- "printedName": "[Swift.String]",
450
+ "name": "Optional",
451
+ "printedName": "(() -> Swift.Bool)?",
407
452
  "children": [
408
453
  {
409
- "kind": "TypeNominal",
410
- "name": "String",
411
- "printedName": "Swift.String",
412
- "usr": "s:SS"
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:Sa"
472
+ "usr": "s:Sq"
416
473
  }
417
474
  ],
418
475
  "declKind": "Accessor",
419
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
420
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
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": "TypeFunc",
444
- "name": "Function",
445
- "printedName": "(Swift.Bool) -> ()",
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": "Bool",
455
- "printedName": "Swift.Bool",
456
- "usr": "s:Sb"
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
- "declKind": "Func",
462
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
463
- "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
464
- "moduleName": "DavoiceTTS",
465
- "declAttributes": [
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": "TypeNominal",
553
- "name": "Optional",
554
- "printedName": "Swift.String?",
529
+ "kind": "Accessor",
530
+ "name": "Modify",
531
+ "printedName": "Modify()",
555
532
  "children": [
556
533
  {
557
534
  "kind": "TypeNominal",
558
- "name": "String",
559
- "printedName": "Swift.String",
560
- "usr": "s:SS"
535
+ "name": "Void",
536
+ "printedName": "()"
561
537
  }
562
538
  ],
563
- "usr": "s:Sq"
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": "Function",
579
- "name": "stopSpeech",
580
- "printedName": "stopSpeech(_:)",
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": "((Swift.Bool) -> ())?",
557
+ "printedName": "(() -> ())?",
591
558
  "children": [
592
559
  {
593
560
  "kind": "TypeFunc",
594
561
  "name": "Function",
595
- "printedName": "(Swift.Bool) -> ()",
562
+ "printedName": "() -> ()",
596
563
  "children": [
597
564
  {
598
565
  "kind": "TypeNominal",
@@ -601,234 +568,276 @@
601
568
  },
602
569
  {
603
570
  "kind": "TypeNominal",
604
- "name": "Bool",
605
- "printedName": "Swift.Bool",
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": "Func",
616
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
617
- "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
580
+ "declKind": "Var",
581
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
582
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
618
583
  "moduleName": "DavoiceTTS",
584
+ "static": true,
619
585
  "declAttributes": [
620
- "Final",
621
- "AccessControl",
622
- "ObjC"
586
+ "HasInitialValue",
587
+ "HasStorage",
588
+ "AccessControl"
623
589
  ],
624
- "funcSelfKind": "NonMutating"
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": "TypeNominal",
638
- "name": "Optional",
639
- "printedName": "((Swift.Bool) -> ())?",
593
+ "kind": "Accessor",
594
+ "name": "Get",
595
+ "printedName": "Get()",
640
596
  "children": [
641
597
  {
642
- "kind": "TypeFunc",
643
- "name": "Function",
644
- "printedName": "(Swift.Bool) -> ()",
598
+ "kind": "TypeNominal",
599
+ "name": "Optional",
600
+ "printedName": "(() -> ())?",
645
601
  "children": [
646
602
  {
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": "()"
603
+ "kind": "TypeFunc",
604
+ "name": "Function",
605
+ "printedName": "() -> ()",
606
+ "children": [
607
+ {
608
+ "kind": "TypeNominal",
609
+ "name": "Void",
610
+ "printedName": "()"
611
+ },
612
+ {
613
+ "kind": "TypeNominal",
614
+ "name": "Void",
615
+ "printedName": "()"
616
+ }
617
+ ]
618
+ }
619
+ ],
620
+ "usr": "s:Sq"
621
+ }
622
+ ],
623
+ "declKind": "Accessor",
624
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
625
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
626
+ "moduleName": "DavoiceTTS",
627
+ "static": true,
628
+ "implicit": true,
629
+ "accessorKind": "get"
684
630
  },
685
631
  {
686
- "kind": "TypeNominal",
687
- "name": "Optional",
688
- "printedName": "((Swift.Bool) -> ())?",
632
+ "kind": "Accessor",
633
+ "name": "Set",
634
+ "printedName": "Set()",
689
635
  "children": [
690
636
  {
691
- "kind": "TypeFunc",
692
- "name": "Function",
693
- "printedName": "(Swift.Bool) -> ()",
637
+ "kind": "TypeNominal",
638
+ "name": "Void",
639
+ "printedName": "()"
640
+ },
641
+ {
642
+ "kind": "TypeNominal",
643
+ "name": "Optional",
644
+ "printedName": "(() -> ())?",
694
645
  "children": [
695
646
  {
696
- "kind": "TypeNominal",
697
- "name": "Void",
698
- "printedName": "()"
699
- },
700
- {
701
- "kind": "TypeNominal",
702
- "name": "Bool",
703
- "printedName": "Swift.Bool",
704
- "usr": "s:Sb"
647
+ "kind": "TypeFunc",
648
+ "name": "Function",
649
+ "printedName": "() -> ()",
650
+ "children": [
651
+ {
652
+ "kind": "TypeNominal",
653
+ "name": "Void",
654
+ "printedName": "()"
655
+ },
656
+ {
657
+ "kind": "TypeNominal",
658
+ "name": "Void",
659
+ "printedName": "()"
660
+ }
661
+ ]
705
662
  }
706
- ]
663
+ ],
664
+ "usr": "s:Sq"
707
665
  }
708
666
  ],
709
- "hasDefaultArg": true,
710
- "usr": "s:Sq"
667
+ "declKind": "Accessor",
668
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
669
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
670
+ "moduleName": "DavoiceTTS",
671
+ "static": true,
672
+ "implicit": true,
673
+ "accessorKind": "set"
674
+ },
675
+ {
676
+ "kind": "Accessor",
677
+ "name": "Modify",
678
+ "printedName": "Modify()",
679
+ "children": [
680
+ {
681
+ "kind": "TypeNominal",
682
+ "name": "Void",
683
+ "printedName": "()"
684
+ }
685
+ ],
686
+ "declKind": "Accessor",
687
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
688
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
689
+ "moduleName": "DavoiceTTS",
690
+ "static": true,
691
+ "implicit": true,
692
+ "accessorKind": "_modify"
711
693
  }
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"
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"
723
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": "UIKit",
735
+ "printedName": "UIKit",
736
+ "declKind": "Import",
737
+ "moduleName": "DavoiceTTS"
738
+ },
739
+ {
740
+ "kind": "Import",
741
+ "name": "Speech",
742
+ "printedName": "Speech",
743
+ "declKind": "Import",
744
+ "moduleName": "DavoiceTTS"
745
+ },
746
+ {
747
+ "kind": "Import",
748
+ "name": "Accelerate",
749
+ "printedName": "Accelerate",
750
+ "declKind": "Import",
751
+ "moduleName": "DavoiceTTS"
752
+ },
753
+ {
754
+ "kind": "Import",
755
+ "name": "AVFAudio",
756
+ "printedName": "AVFAudio",
757
+ "declKind": "Import",
758
+ "moduleName": "DavoiceTTS"
759
+ },
760
+ {
761
+ "kind": "TypeDecl",
762
+ "name": "STTDelegate",
763
+ "printedName": "STTDelegate",
764
+ "children": [
724
765
  {
725
766
  "kind": "Function",
726
- "name": "teardown",
727
- "printedName": "teardown()",
767
+ "name": "stt",
768
+ "printedName": "stt(_:didEmitEvent:body:)",
728
769
  "children": [
729
770
  {
730
771
  "kind": "TypeNominal",
731
772
  "name": "Void",
732
773
  "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": [
774
+ },
751
775
  {
752
776
  "kind": "TypeNominal",
753
- "name": "Void",
754
- "printedName": "()"
777
+ "name": "STT",
778
+ "printedName": "DavoiceTTS.STT",
779
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
755
780
  },
756
781
  {
757
782
  "kind": "TypeNominal",
758
- "name": "SFSpeechRecognizer",
759
- "printedName": "Speech.SFSpeechRecognizer",
760
- "usr": "c:objc(cs)SFSpeechRecognizer"
783
+ "name": "String",
784
+ "printedName": "Swift.String",
785
+ "usr": "s:SS"
761
786
  },
762
787
  {
763
788
  "kind": "TypeNominal",
764
- "name": "Bool",
765
- "printedName": "Swift.Bool",
766
- "usr": "s:Sb"
789
+ "name": "Optional",
790
+ "printedName": "[Swift.String : Any]?",
791
+ "children": [
792
+ {
793
+ "kind": "TypeNominal",
794
+ "name": "Dictionary",
795
+ "printedName": "[Swift.String : Any]",
796
+ "children": [
797
+ {
798
+ "kind": "TypeNominal",
799
+ "name": "String",
800
+ "printedName": "Swift.String",
801
+ "usr": "s:SS"
802
+ },
803
+ {
804
+ "kind": "TypeNominal",
805
+ "name": "ProtocolComposition",
806
+ "printedName": "Any"
807
+ }
808
+ ],
809
+ "usr": "s:SD"
810
+ }
811
+ ],
812
+ "usr": "s:Sq"
767
813
  }
768
814
  ],
769
815
  "declKind": "Func",
770
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
771
- "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
816
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
817
+ "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
772
818
  "moduleName": "DavoiceTTS",
773
- "objc_name": "speechRecognizer:availabilityDidChange:",
819
+ "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
820
+ "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
821
+ "protocolReq": true,
774
822
  "declAttributes": [
775
- "Final",
776
- "ObjC",
777
- "AccessControl",
778
- "RawDocComment"
823
+ "ObjC"
779
824
  ],
825
+ "reqNewWitnessTableEntry": true,
780
826
  "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
827
  }
808
828
  ],
809
- "declKind": "Class",
810
- "usr": "c:@M@DavoiceTTS@objc(cs)STT",
811
- "mangledName": "$s10DavoiceTTS3STTC",
829
+ "declKind": "Protocol",
830
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
831
+ "mangledName": "$s10DavoiceTTS11STTDelegateP",
812
832
  "moduleName": "DavoiceTTS",
833
+ "genericSig": "<τ_0_0 : AnyObject>",
834
+ "sugared_genericSig": "<Self : AnyObject>",
813
835
  "declAttributes": [
814
- "Final",
815
836
  "AccessControl",
816
- "ObjCMembers",
817
- "ObjC"
818
- ],
819
- "superclassUsr": "c:objc(cs)NSObject",
820
- "inheritsConvenienceInitializers": true,
821
- "superclassNames": [
822
- "ObjectiveC.NSObject"
837
+ "ObjC",
838
+ "RawDocComment"
823
839
  ],
824
840
  "conformances": [
825
- {
826
- "kind": "Conformance",
827
- "name": "Copyable",
828
- "printedName": "Copyable",
829
- "usr": "s:s8CopyableP",
830
- "mangledName": "$ss8CopyableP"
831
- },
832
841
  {
833
842
  "kind": "Conformance",
834
843
  "name": "Escapable",
@@ -838,138 +847,42 @@
838
847
  },
839
848
  {
840
849
  "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"
850
+ "name": "Copyable",
851
+ "printedName": "Copyable",
852
+ "usr": "s:s8CopyableP",
853
+ "mangledName": "$ss8CopyableP"
887
854
  }
888
855
  ]
889
856
  },
890
- {
891
- "kind": "Import",
892
- "name": "Foundation",
893
- "printedName": "Foundation",
894
- "declKind": "Import",
895
- "moduleName": "DavoiceTTS",
896
- "declAttributes": [
897
- "RawDocComment"
898
- ]
899
- },
900
857
  {
901
858
  "kind": "TypeDecl",
902
- "name": "AudioPlaybackHook",
903
- "printedName": "AudioPlaybackHook",
859
+ "name": "STT",
860
+ "printedName": "STT",
904
861
  "children": [
905
862
  {
906
863
  "kind": "Var",
907
- "name": "engineScheduleFile",
908
- "printedName": "engineScheduleFile",
864
+ "name": "delegate",
865
+ "printedName": "delegate",
909
866
  "children": [
910
867
  {
911
868
  "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"
869
+ "name": "WeakStorage",
870
+ "printedName": "(any DavoiceTTS.STTDelegate)?"
960
871
  }
961
872
  ],
962
873
  "declKind": "Var",
963
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
964
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
874
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
875
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
965
876
  "moduleName": "DavoiceTTS",
966
- "static": true,
967
877
  "declAttributes": [
968
878
  "HasInitialValue",
879
+ "Final",
969
880
  "HasStorage",
881
+ "ReferenceOwnership",
970
882
  "AccessControl",
971
- "RawDocComment"
883
+ "ObjC"
972
884
  ],
885
+ "ownership": 1,
973
886
  "hasStorage": true,
974
887
  "accessors": [
975
888
  {
@@ -980,61 +893,27 @@
980
893
  {
981
894
  "kind": "TypeNominal",
982
895
  "name": "Optional",
983
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
896
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
984
897
  "children": [
985
898
  {
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
- ]
899
+ "kind": "TypeNominal",
900
+ "name": "STTDelegate",
901
+ "printedName": "any DavoiceTTS.STTDelegate",
902
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
1027
903
  }
1028
904
  ],
1029
905
  "usr": "s:Sq"
1030
906
  }
1031
907
  ],
1032
908
  "declKind": "Accessor",
1033
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
1034
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
909
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
910
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
1035
911
  "moduleName": "DavoiceTTS",
1036
- "static": true,
1037
912
  "implicit": true,
913
+ "declAttributes": [
914
+ "Final",
915
+ "ObjC"
916
+ ],
1038
917
  "accessorKind": "get"
1039
918
  },
1040
919
  {
@@ -1050,61 +929,126 @@
1050
929
  {
1051
930
  "kind": "TypeNominal",
1052
931
  "name": "Optional",
1053
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
932
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
1054
933
  "children": [
1055
934
  {
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
- ]
935
+ "kind": "TypeNominal",
936
+ "name": "STTDelegate",
937
+ "printedName": "any DavoiceTTS.STTDelegate",
938
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
1097
939
  }
1098
940
  ],
1099
941
  "usr": "s:Sq"
1100
942
  }
1101
943
  ],
1102
944
  "declKind": "Accessor",
1103
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
1104
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
945
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
946
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
947
+ "moduleName": "DavoiceTTS",
948
+ "implicit": true,
949
+ "declAttributes": [
950
+ "Final",
951
+ "ObjC"
952
+ ],
953
+ "accessorKind": "set"
954
+ },
955
+ {
956
+ "kind": "Accessor",
957
+ "name": "Modify",
958
+ "printedName": "Modify()",
959
+ "children": [
960
+ {
961
+ "kind": "TypeNominal",
962
+ "name": "Void",
963
+ "printedName": "()"
964
+ }
965
+ ],
966
+ "declKind": "Accessor",
967
+ "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
968
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
969
+ "moduleName": "DavoiceTTS",
970
+ "implicit": true,
971
+ "declAttributes": [
972
+ "Final"
973
+ ],
974
+ "accessorKind": "_modify"
975
+ }
976
+ ]
977
+ },
978
+ {
979
+ "kind": "Var",
980
+ "name": "continuous",
981
+ "printedName": "continuous",
982
+ "children": [
983
+ {
984
+ "kind": "TypeNominal",
985
+ "name": "Bool",
986
+ "printedName": "Swift.Bool",
987
+ "usr": "s:Sb"
988
+ }
989
+ ],
990
+ "declKind": "Var",
991
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
992
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
993
+ "moduleName": "DavoiceTTS",
994
+ "declAttributes": [
995
+ "HasInitialValue",
996
+ "Final",
997
+ "HasStorage",
998
+ "AccessControl",
999
+ "ObjC"
1000
+ ],
1001
+ "hasStorage": true,
1002
+ "accessors": [
1003
+ {
1004
+ "kind": "Accessor",
1005
+ "name": "Get",
1006
+ "printedName": "Get()",
1007
+ "children": [
1008
+ {
1009
+ "kind": "TypeNominal",
1010
+ "name": "Bool",
1011
+ "printedName": "Swift.Bool",
1012
+ "usr": "s:Sb"
1013
+ }
1014
+ ],
1015
+ "declKind": "Accessor",
1016
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
1017
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
1018
+ "moduleName": "DavoiceTTS",
1019
+ "implicit": true,
1020
+ "declAttributes": [
1021
+ "Final",
1022
+ "ObjC"
1023
+ ],
1024
+ "accessorKind": "get"
1025
+ },
1026
+ {
1027
+ "kind": "Accessor",
1028
+ "name": "Set",
1029
+ "printedName": "Set()",
1030
+ "children": [
1031
+ {
1032
+ "kind": "TypeNominal",
1033
+ "name": "Void",
1034
+ "printedName": "()"
1035
+ },
1036
+ {
1037
+ "kind": "TypeNominal",
1038
+ "name": "Bool",
1039
+ "printedName": "Swift.Bool",
1040
+ "usr": "s:Sb"
1041
+ }
1042
+ ],
1043
+ "declKind": "Accessor",
1044
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
1045
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
1105
1046
  "moduleName": "DavoiceTTS",
1106
- "static": true,
1107
1047
  "implicit": true,
1048
+ "declAttributes": [
1049
+ "Final",
1050
+ "ObjC"
1051
+ ],
1108
1052
  "accessorKind": "set"
1109
1053
  },
1110
1054
  {
@@ -1119,58 +1063,51 @@
1119
1063
  }
1120
1064
  ],
1121
1065
  "declKind": "Accessor",
1122
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1123
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1066
+ "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
1067
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
1124
1068
  "moduleName": "DavoiceTTS",
1125
- "static": true,
1126
1069
  "implicit": true,
1070
+ "declAttributes": [
1071
+ "Final"
1072
+ ],
1127
1073
  "accessorKind": "_modify"
1128
1074
  }
1129
1075
  ]
1130
1076
  },
1131
1077
  {
1132
1078
  "kind": "Var",
1133
- "name": "isEngineReady",
1134
- "printedName": "isEngineReady",
1079
+ "name": "supportedEvents",
1080
+ "printedName": "supportedEvents",
1135
1081
  "children": [
1136
1082
  {
1137
1083
  "kind": "TypeNominal",
1138
- "name": "Optional",
1139
- "printedName": "(() -> Swift.Bool)?",
1084
+ "name": "Array",
1085
+ "printedName": "[Swift.String]",
1140
1086
  "children": [
1141
1087
  {
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
- ]
1088
+ "kind": "TypeNominal",
1089
+ "name": "String",
1090
+ "printedName": "Swift.String",
1091
+ "usr": "s:SS"
1158
1092
  }
1159
1093
  ],
1160
- "usr": "s:Sq"
1094
+ "usr": "s:Sa"
1161
1095
  }
1162
1096
  ],
1163
1097
  "declKind": "Var",
1164
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1165
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1098
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
1099
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
1166
1100
  "moduleName": "DavoiceTTS",
1167
1101
  "static": true,
1168
1102
  "declAttributes": [
1169
1103
  "HasInitialValue",
1104
+ "Final",
1170
1105
  "HasStorage",
1171
1106
  "AccessControl",
1172
- "RawDocComment"
1107
+ "RawDocComment",
1108
+ "ObjC"
1173
1109
  ],
1110
+ "isLet": true,
1174
1111
  "hasStorage": true,
1175
1112
  "accessors": [
1176
1113
  {
@@ -1180,43 +1117,47 @@
1180
1117
  "children": [
1181
1118
  {
1182
1119
  "kind": "TypeNominal",
1183
- "name": "Optional",
1184
- "printedName": "(() -> Swift.Bool)?",
1120
+ "name": "Array",
1121
+ "printedName": "[Swift.String]",
1185
1122
  "children": [
1186
1123
  {
1187
- "kind": "TypeFunc",
1188
- "name": "Function",
1189
- "printedName": "() -> Swift.Bool",
1190
- "children": [
1191
- {
1192
- "kind": "TypeNominal",
1193
- "name": "Bool",
1194
- "printedName": "Swift.Bool",
1195
- "usr": "s:Sb"
1196
- },
1197
- {
1198
- "kind": "TypeNominal",
1199
- "name": "Void",
1200
- "printedName": "()"
1201
- }
1202
- ]
1124
+ "kind": "TypeNominal",
1125
+ "name": "String",
1126
+ "printedName": "Swift.String",
1127
+ "usr": "s:SS"
1203
1128
  }
1204
1129
  ],
1205
- "usr": "s:Sq"
1130
+ "usr": "s:Sa"
1206
1131
  }
1207
1132
  ],
1208
1133
  "declKind": "Accessor",
1209
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1210
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1134
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
1135
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
1211
1136
  "moduleName": "DavoiceTTS",
1212
1137
  "static": true,
1213
1138
  "implicit": true,
1139
+ "declAttributes": [
1140
+ "Final",
1141
+ "ObjC"
1142
+ ],
1214
1143
  "accessorKind": "get"
1144
+ }
1145
+ ]
1146
+ },
1147
+ {
1148
+ "kind": "Function",
1149
+ "name": "isSpeechAvailable",
1150
+ "printedName": "isSpeechAvailable(_:)",
1151
+ "children": [
1152
+ {
1153
+ "kind": "TypeNominal",
1154
+ "name": "Void",
1155
+ "printedName": "()"
1215
1156
  },
1216
1157
  {
1217
- "kind": "Accessor",
1218
- "name": "Set",
1219
- "printedName": "Set()",
1158
+ "kind": "TypeFunc",
1159
+ "name": "Function",
1160
+ "printedName": "(Swift.Bool) -> ()",
1220
1161
  "children": [
1221
1162
  {
1222
1163
  "kind": "TypeNominal",
@@ -1225,224 +1166,197 @@
1225
1166
  },
1226
1167
  {
1227
1168
  "kind": "TypeNominal",
1228
- "name": "Optional",
1229
- "printedName": "(() -> Swift.Bool)?",
1230
- "children": [
1231
- {
1232
- "kind": "TypeFunc",
1233
- "name": "Function",
1234
- "printedName": "() -> Swift.Bool",
1235
- "children": [
1236
- {
1237
- "kind": "TypeNominal",
1238
- "name": "Bool",
1239
- "printedName": "Swift.Bool",
1240
- "usr": "s:Sb"
1241
- },
1242
- {
1243
- "kind": "TypeNominal",
1244
- "name": "Void",
1245
- "printedName": "()"
1246
- }
1247
- ]
1248
- }
1249
- ],
1250
- "usr": "s:Sq"
1169
+ "name": "Bool",
1170
+ "printedName": "Swift.Bool",
1171
+ "usr": "s:Sb"
1251
1172
  }
1252
- ],
1253
- "declKind": "Accessor",
1254
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1255
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1256
- "moduleName": "DavoiceTTS",
1257
- "static": true,
1258
- "implicit": true,
1259
- "accessorKind": "set"
1173
+ ]
1174
+ }
1175
+ ],
1176
+ "declKind": "Func",
1177
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
1178
+ "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
1179
+ "moduleName": "DavoiceTTS",
1180
+ "declAttributes": [
1181
+ "Final",
1182
+ "AccessControl",
1183
+ "RawDocComment",
1184
+ "ObjC"
1185
+ ],
1186
+ "funcSelfKind": "NonMutating"
1187
+ },
1188
+ {
1189
+ "kind": "Function",
1190
+ "name": "isRecognizing",
1191
+ "printedName": "isRecognizing()",
1192
+ "children": [
1193
+ {
1194
+ "kind": "TypeNominal",
1195
+ "name": "Bool",
1196
+ "printedName": "Swift.Bool",
1197
+ "usr": "s:Sb"
1198
+ }
1199
+ ],
1200
+ "declKind": "Func",
1201
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
1202
+ "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
1203
+ "moduleName": "DavoiceTTS",
1204
+ "declAttributes": [
1205
+ "Final",
1206
+ "AccessControl",
1207
+ "ObjC"
1208
+ ],
1209
+ "funcSelfKind": "NonMutating"
1210
+ },
1211
+ {
1212
+ "kind": "Function",
1213
+ "name": "pauseMicrophone",
1214
+ "printedName": "pauseMicrophone()",
1215
+ "children": [
1216
+ {
1217
+ "kind": "TypeNominal",
1218
+ "name": "Void",
1219
+ "printedName": "()"
1220
+ }
1221
+ ],
1222
+ "declKind": "Func",
1223
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
1224
+ "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
1225
+ "moduleName": "DavoiceTTS",
1226
+ "declAttributes": [
1227
+ "Final",
1228
+ "AccessControl",
1229
+ "ObjC",
1230
+ "RawDocComment"
1231
+ ],
1232
+ "funcSelfKind": "NonMutating"
1233
+ },
1234
+ {
1235
+ "kind": "Function",
1236
+ "name": "unPauseMicrophone",
1237
+ "printedName": "unPauseMicrophone()",
1238
+ "children": [
1239
+ {
1240
+ "kind": "TypeNominal",
1241
+ "name": "Void",
1242
+ "printedName": "()"
1243
+ }
1244
+ ],
1245
+ "declKind": "Func",
1246
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
1247
+ "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
1248
+ "moduleName": "DavoiceTTS",
1249
+ "declAttributes": [
1250
+ "Final",
1251
+ "AccessControl",
1252
+ "ObjC"
1253
+ ],
1254
+ "funcSelfKind": "NonMutating"
1255
+ },
1256
+ {
1257
+ "kind": "Function",
1258
+ "name": "startSpeech",
1259
+ "printedName": "startSpeech(localeStr:)",
1260
+ "children": [
1261
+ {
1262
+ "kind": "TypeNominal",
1263
+ "name": "Void",
1264
+ "printedName": "()"
1260
1265
  },
1261
1266
  {
1262
- "kind": "Accessor",
1263
- "name": "Modify",
1264
- "printedName": "Modify()",
1267
+ "kind": "TypeNominal",
1268
+ "name": "Optional",
1269
+ "printedName": "Swift.String?",
1265
1270
  "children": [
1266
1271
  {
1267
1272
  "kind": "TypeNominal",
1268
- "name": "Void",
1269
- "printedName": "()"
1273
+ "name": "String",
1274
+ "printedName": "Swift.String",
1275
+ "usr": "s:SS"
1270
1276
  }
1271
1277
  ],
1272
- "declKind": "Accessor",
1273
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1274
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1275
- "moduleName": "DavoiceTTS",
1276
- "static": true,
1277
- "implicit": true,
1278
- "accessorKind": "_modify"
1278
+ "usr": "s:Sq"
1279
1279
  }
1280
- ]
1280
+ ],
1281
+ "declKind": "Func",
1282
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
1283
+ "mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
1284
+ "moduleName": "DavoiceTTS",
1285
+ "declAttributes": [
1286
+ "Final",
1287
+ "AccessControl",
1288
+ "ObjC"
1289
+ ],
1290
+ "funcSelfKind": "NonMutating"
1281
1291
  },
1282
1292
  {
1283
- "kind": "Var",
1284
- "name": "useOnlyEnginePlayback",
1285
- "printedName": "useOnlyEnginePlayback",
1293
+ "kind": "Function",
1294
+ "name": "stopSpeech",
1295
+ "printedName": "stopSpeech(_:)",
1286
1296
  "children": [
1297
+ {
1298
+ "kind": "TypeNominal",
1299
+ "name": "Void",
1300
+ "printedName": "()"
1301
+ },
1287
1302
  {
1288
1303
  "kind": "TypeNominal",
1289
1304
  "name": "Optional",
1290
- "printedName": "(() -> Swift.Bool)?",
1305
+ "printedName": "((Swift.Bool) -> ())?",
1291
1306
  "children": [
1292
1307
  {
1293
1308
  "kind": "TypeFunc",
1294
1309
  "name": "Function",
1295
- "printedName": "() -> Swift.Bool",
1310
+ "printedName": "(Swift.Bool) -> ()",
1296
1311
  "children": [
1297
1312
  {
1298
1313
  "kind": "TypeNominal",
1299
- "name": "Bool",
1300
- "printedName": "Swift.Bool",
1301
- "usr": "s:Sb"
1314
+ "name": "Void",
1315
+ "printedName": "()"
1302
1316
  },
1303
1317
  {
1304
1318
  "kind": "TypeNominal",
1305
- "name": "Void",
1306
- "printedName": "()"
1319
+ "name": "Bool",
1320
+ "printedName": "Swift.Bool",
1321
+ "usr": "s:Sb"
1307
1322
  }
1308
1323
  ]
1309
1324
  }
1310
1325
  ],
1326
+ "hasDefaultArg": true,
1311
1327
  "usr": "s:Sq"
1312
1328
  }
1313
1329
  ],
1314
- "declKind": "Var",
1315
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1316
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1330
+ "declKind": "Func",
1331
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
1332
+ "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
1317
1333
  "moduleName": "DavoiceTTS",
1318
- "static": true,
1319
1334
  "declAttributes": [
1320
- "HasInitialValue",
1321
- "HasStorage",
1322
- "AccessControl"
1335
+ "Final",
1336
+ "AccessControl",
1337
+ "ObjC"
1323
1338
  ],
1324
- "hasStorage": true,
1325
- "accessors": [
1326
- {
1327
- "kind": "Accessor",
1328
- "name": "Get",
1329
- "printedName": "Get()",
1330
- "children": [
1331
- {
1332
- "kind": "TypeNominal",
1333
- "name": "Optional",
1334
- "printedName": "(() -> Swift.Bool)?",
1335
- "children": [
1336
- {
1337
- "kind": "TypeFunc",
1338
- "name": "Function",
1339
- "printedName": "() -> Swift.Bool",
1340
- "children": [
1341
- {
1342
- "kind": "TypeNominal",
1343
- "name": "Bool",
1344
- "printedName": "Swift.Bool",
1345
- "usr": "s:Sb"
1346
- },
1347
- {
1348
- "kind": "TypeNominal",
1349
- "name": "Void",
1350
- "printedName": "()"
1351
- }
1352
- ]
1353
- }
1354
- ],
1355
- "usr": "s:Sq"
1356
- }
1357
- ],
1358
- "declKind": "Accessor",
1359
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
1360
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
1361
- "moduleName": "DavoiceTTS",
1362
- "static": true,
1363
- "implicit": true,
1364
- "accessorKind": "get"
1365
- },
1366
- {
1367
- "kind": "Accessor",
1368
- "name": "Set",
1369
- "printedName": "Set()",
1370
- "children": [
1371
- {
1372
- "kind": "TypeNominal",
1373
- "name": "Void",
1374
- "printedName": "()"
1375
- },
1376
- {
1377
- "kind": "TypeNominal",
1378
- "name": "Optional",
1379
- "printedName": "(() -> Swift.Bool)?",
1380
- "children": [
1381
- {
1382
- "kind": "TypeFunc",
1383
- "name": "Function",
1384
- "printedName": "() -> Swift.Bool",
1385
- "children": [
1386
- {
1387
- "kind": "TypeNominal",
1388
- "name": "Bool",
1389
- "printedName": "Swift.Bool",
1390
- "usr": "s:Sb"
1391
- },
1392
- {
1393
- "kind": "TypeNominal",
1394
- "name": "Void",
1395
- "printedName": "()"
1396
- }
1397
- ]
1398
- }
1399
- ],
1400
- "usr": "s:Sq"
1401
- }
1402
- ],
1403
- "declKind": "Accessor",
1404
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1405
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1406
- "moduleName": "DavoiceTTS",
1407
- "static": true,
1408
- "implicit": true,
1409
- "accessorKind": "set"
1410
- },
1411
- {
1412
- "kind": "Accessor",
1413
- "name": "Modify",
1414
- "printedName": "Modify()",
1415
- "children": [
1416
- {
1417
- "kind": "TypeNominal",
1418
- "name": "Void",
1419
- "printedName": "()"
1420
- }
1421
- ],
1422
- "declKind": "Accessor",
1423
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1424
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1425
- "moduleName": "DavoiceTTS",
1426
- "static": true,
1427
- "implicit": true,
1428
- "accessorKind": "_modify"
1429
- }
1430
- ]
1339
+ "funcSelfKind": "NonMutating"
1431
1340
  },
1432
1341
  {
1433
- "kind": "Var",
1434
- "name": "stopEnginePlayback",
1435
- "printedName": "stopEnginePlayback",
1342
+ "kind": "Function",
1343
+ "name": "cancelSpeech",
1344
+ "printedName": "cancelSpeech(_:)",
1436
1345
  "children": [
1346
+ {
1347
+ "kind": "TypeNominal",
1348
+ "name": "Void",
1349
+ "printedName": "()"
1350
+ },
1437
1351
  {
1438
1352
  "kind": "TypeNominal",
1439
1353
  "name": "Optional",
1440
- "printedName": "(() -> ())?",
1354
+ "printedName": "((Swift.Bool) -> ())?",
1441
1355
  "children": [
1442
1356
  {
1443
1357
  "kind": "TypeFunc",
1444
1358
  "name": "Function",
1445
- "printedName": "() -> ()",
1359
+ "printedName": "(Swift.Bool) -> ()",
1446
1360
  "children": [
1447
1361
  {
1448
1362
  "kind": "TypeNominal",
@@ -1451,139 +1365,176 @@
1451
1365
  },
1452
1366
  {
1453
1367
  "kind": "TypeNominal",
1454
- "name": "Void",
1455
- "printedName": "()"
1368
+ "name": "Bool",
1369
+ "printedName": "Swift.Bool",
1370
+ "usr": "s:Sb"
1456
1371
  }
1457
1372
  ]
1458
1373
  }
1459
1374
  ],
1375
+ "hasDefaultArg": true,
1460
1376
  "usr": "s:Sq"
1461
- }
1462
- ],
1463
- "declKind": "Var",
1464
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1465
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1466
- "moduleName": "DavoiceTTS",
1467
- "static": true,
1468
- "declAttributes": [
1469
- "HasInitialValue",
1470
- "HasStorage",
1471
- "AccessControl"
1472
- ],
1473
- "hasStorage": true,
1474
- "accessors": [
1475
- {
1476
- "kind": "Accessor",
1477
- "name": "Get",
1478
- "printedName": "Get()",
1479
- "children": [
1480
- {
1481
- "kind": "TypeNominal",
1482
- "name": "Optional",
1483
- "printedName": "(() -> ())?",
1484
- "children": [
1485
- {
1486
- "kind": "TypeFunc",
1487
- "name": "Function",
1488
- "printedName": "() -> ()",
1489
- "children": [
1490
- {
1491
- "kind": "TypeNominal",
1492
- "name": "Void",
1493
- "printedName": "()"
1494
- },
1495
- {
1496
- "kind": "TypeNominal",
1497
- "name": "Void",
1498
- "printedName": "()"
1499
- }
1500
- ]
1501
- }
1502
- ],
1503
- "usr": "s:Sq"
1504
- }
1505
- ],
1506
- "declKind": "Accessor",
1507
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1508
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1509
- "moduleName": "DavoiceTTS",
1510
- "static": true,
1511
- "implicit": true,
1512
- "accessorKind": "get"
1377
+ }
1378
+ ],
1379
+ "declKind": "Func",
1380
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
1381
+ "mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
1382
+ "moduleName": "DavoiceTTS",
1383
+ "declAttributes": [
1384
+ "Final",
1385
+ "AccessControl",
1386
+ "ObjC"
1387
+ ],
1388
+ "funcSelfKind": "NonMutating"
1389
+ },
1390
+ {
1391
+ "kind": "Function",
1392
+ "name": "destroySpeech",
1393
+ "printedName": "destroySpeech(_:)",
1394
+ "children": [
1395
+ {
1396
+ "kind": "TypeNominal",
1397
+ "name": "Void",
1398
+ "printedName": "()"
1513
1399
  },
1514
1400
  {
1515
- "kind": "Accessor",
1516
- "name": "Set",
1517
- "printedName": "Set()",
1401
+ "kind": "TypeNominal",
1402
+ "name": "Optional",
1403
+ "printedName": "((Swift.Bool) -> ())?",
1518
1404
  "children": [
1519
1405
  {
1520
- "kind": "TypeNominal",
1521
- "name": "Void",
1522
- "printedName": "()"
1523
- },
1524
- {
1525
- "kind": "TypeNominal",
1526
- "name": "Optional",
1527
- "printedName": "(() -> ())?",
1406
+ "kind": "TypeFunc",
1407
+ "name": "Function",
1408
+ "printedName": "(Swift.Bool) -> ()",
1528
1409
  "children": [
1529
1410
  {
1530
- "kind": "TypeFunc",
1531
- "name": "Function",
1532
- "printedName": "() -> ()",
1533
- "children": [
1534
- {
1535
- "kind": "TypeNominal",
1536
- "name": "Void",
1537
- "printedName": "()"
1538
- },
1539
- {
1540
- "kind": "TypeNominal",
1541
- "name": "Void",
1542
- "printedName": "()"
1543
- }
1544
- ]
1411
+ "kind": "TypeNominal",
1412
+ "name": "Void",
1413
+ "printedName": "()"
1414
+ },
1415
+ {
1416
+ "kind": "TypeNominal",
1417
+ "name": "Bool",
1418
+ "printedName": "Swift.Bool",
1419
+ "usr": "s:Sb"
1545
1420
  }
1546
- ],
1547
- "usr": "s:Sq"
1421
+ ]
1548
1422
  }
1549
1423
  ],
1550
- "declKind": "Accessor",
1551
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1552
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1553
- "moduleName": "DavoiceTTS",
1554
- "static": true,
1555
- "implicit": true,
1556
- "accessorKind": "set"
1424
+ "hasDefaultArg": true,
1425
+ "usr": "s:Sq"
1426
+ }
1427
+ ],
1428
+ "declKind": "Func",
1429
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
1430
+ "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
1431
+ "moduleName": "DavoiceTTS",
1432
+ "declAttributes": [
1433
+ "Final",
1434
+ "AccessControl",
1435
+ "ObjC"
1436
+ ],
1437
+ "funcSelfKind": "NonMutating"
1438
+ },
1439
+ {
1440
+ "kind": "Function",
1441
+ "name": "teardown",
1442
+ "printedName": "teardown()",
1443
+ "children": [
1444
+ {
1445
+ "kind": "TypeNominal",
1446
+ "name": "Void",
1447
+ "printedName": "()"
1448
+ }
1449
+ ],
1450
+ "declKind": "Func",
1451
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
1452
+ "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
1453
+ "moduleName": "DavoiceTTS",
1454
+ "declAttributes": [
1455
+ "Final",
1456
+ "AccessControl",
1457
+ "ObjC"
1458
+ ],
1459
+ "funcSelfKind": "NonMutating"
1460
+ },
1461
+ {
1462
+ "kind": "Function",
1463
+ "name": "speechRecognizer",
1464
+ "printedName": "speechRecognizer(_:availabilityDidChange:)",
1465
+ "children": [
1466
+ {
1467
+ "kind": "TypeNominal",
1468
+ "name": "Void",
1469
+ "printedName": "()"
1557
1470
  },
1558
1471
  {
1559
- "kind": "Accessor",
1560
- "name": "Modify",
1561
- "printedName": "Modify()",
1562
- "children": [
1563
- {
1564
- "kind": "TypeNominal",
1565
- "name": "Void",
1566
- "printedName": "()"
1567
- }
1568
- ],
1569
- "declKind": "Accessor",
1570
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
1571
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
1572
- "moduleName": "DavoiceTTS",
1573
- "static": true,
1574
- "implicit": true,
1575
- "accessorKind": "_modify"
1472
+ "kind": "TypeNominal",
1473
+ "name": "SFSpeechRecognizer",
1474
+ "printedName": "Speech.SFSpeechRecognizer",
1475
+ "usr": "c:objc(cs)SFSpeechRecognizer"
1476
+ },
1477
+ {
1478
+ "kind": "TypeNominal",
1479
+ "name": "Bool",
1480
+ "printedName": "Swift.Bool",
1481
+ "usr": "s:Sb"
1576
1482
  }
1577
- ]
1483
+ ],
1484
+ "declKind": "Func",
1485
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
1486
+ "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
1487
+ "moduleName": "DavoiceTTS",
1488
+ "objc_name": "speechRecognizer:availabilityDidChange:",
1489
+ "declAttributes": [
1490
+ "Final",
1491
+ "ObjC",
1492
+ "AccessControl",
1493
+ "RawDocComment"
1494
+ ],
1495
+ "funcSelfKind": "NonMutating"
1496
+ },
1497
+ {
1498
+ "kind": "Constructor",
1499
+ "name": "init",
1500
+ "printedName": "init()",
1501
+ "children": [
1502
+ {
1503
+ "kind": "TypeNominal",
1504
+ "name": "STT",
1505
+ "printedName": "DavoiceTTS.STT",
1506
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
1507
+ }
1508
+ ],
1509
+ "declKind": "Constructor",
1510
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
1511
+ "mangledName": "$s10DavoiceTTS3STTCACycfc",
1512
+ "moduleName": "DavoiceTTS",
1513
+ "overriding": true,
1514
+ "implicit": true,
1515
+ "objc_name": "init",
1516
+ "declAttributes": [
1517
+ "Dynamic",
1518
+ "ObjC",
1519
+ "Override"
1520
+ ],
1521
+ "init_kind": "Designated"
1578
1522
  }
1579
1523
  ],
1580
- "declKind": "Enum",
1581
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
1582
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
1524
+ "declKind": "Class",
1525
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT",
1526
+ "mangledName": "$s10DavoiceTTS3STTC",
1583
1527
  "moduleName": "DavoiceTTS",
1584
1528
  "declAttributes": [
1529
+ "Final",
1585
1530
  "AccessControl",
1586
- "RawDocComment"
1531
+ "ObjCMembers",
1532
+ "ObjC"
1533
+ ],
1534
+ "superclassUsr": "c:objc(cs)NSObject",
1535
+ "inheritsConvenienceInitializers": true,
1536
+ "superclassNames": [
1537
+ "ObjectiveC.NSObject"
1587
1538
  ],
1588
1539
  "conformances": [
1589
1540
  {
@@ -1599,6 +1550,55 @@
1599
1550
  "printedName": "Escapable",
1600
1551
  "usr": "s:s9EscapableP",
1601
1552
  "mangledName": "$ss9EscapableP"
1553
+ },
1554
+ {
1555
+ "kind": "Conformance",
1556
+ "name": "Equatable",
1557
+ "printedName": "Equatable",
1558
+ "usr": "s:SQ",
1559
+ "mangledName": "$sSQ"
1560
+ },
1561
+ {
1562
+ "kind": "Conformance",
1563
+ "name": "Hashable",
1564
+ "printedName": "Hashable",
1565
+ "usr": "s:SH",
1566
+ "mangledName": "$sSH"
1567
+ },
1568
+ {
1569
+ "kind": "Conformance",
1570
+ "name": "CVarArg",
1571
+ "printedName": "CVarArg",
1572
+ "usr": "s:s7CVarArgP",
1573
+ "mangledName": "$ss7CVarArgP"
1574
+ },
1575
+ {
1576
+ "kind": "Conformance",
1577
+ "name": "_KeyValueCodingAndObservingPublishing",
1578
+ "printedName": "_KeyValueCodingAndObservingPublishing",
1579
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1580
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1581
+ },
1582
+ {
1583
+ "kind": "Conformance",
1584
+ "name": "_KeyValueCodingAndObserving",
1585
+ "printedName": "_KeyValueCodingAndObserving",
1586
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1587
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1588
+ },
1589
+ {
1590
+ "kind": "Conformance",
1591
+ "name": "CustomStringConvertible",
1592
+ "printedName": "CustomStringConvertible",
1593
+ "usr": "s:s23CustomStringConvertibleP",
1594
+ "mangledName": "$ss23CustomStringConvertibleP"
1595
+ },
1596
+ {
1597
+ "kind": "Conformance",
1598
+ "name": "CustomDebugStringConvertible",
1599
+ "printedName": "CustomDebugStringConvertible",
1600
+ "usr": "s:s28CustomDebugStringConvertibleP",
1601
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
1602
1602
  }
1603
1603
  ]
1604
1604
  },
@@ -3142,38 +3142,45 @@
3142
3142
  "length": 5,
3143
3143
  "value": "false"
3144
3144
  },
3145
+ {
3146
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3147
+ "kind": "BooleanLiteral",
3148
+ "offset": 3248,
3149
+ "length": 5,
3150
+ "value": "false"
3151
+ },
3145
3152
  {
3146
3153
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3147
3154
  "kind": "Array",
3148
- "offset": 3231,
3155
+ "offset": 3910,
3149
3156
  "length": 203,
3150
3157
  "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
3151
3158
  },
3152
3159
  {
3153
3160
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3154
3161
  "kind": "IntegerLiteral",
3155
- "offset": 3471,
3162
+ "offset": 4150,
3156
3163
  "length": 1,
3157
3164
  "value": "0"
3158
3165
  },
3159
3166
  {
3160
3167
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3161
3168
  "kind": "IntegerLiteral",
3162
- "offset": 3662,
3169
+ "offset": 4341,
3163
3170
  "length": 1,
3164
3171
  "value": "0"
3165
3172
  },
3166
3173
  {
3167
3174
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3168
3175
  "kind": "BooleanLiteral",
3169
- "offset": 15164,
3176
+ "offset": 13225,
3170
3177
  "length": 4,
3171
3178
  "value": "true"
3172
3179
  },
3173
3180
  {
3174
3181
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3175
3182
  "kind": "FloatLiteral",
3176
- "offset": 38596,
3183
+ "offset": 36561,
3177
3184
  "length": 3,
3178
3185
  "value": "0.7"
3179
3186
  },