react-native-davoice-tts 1.0.203 → 1.0.205

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 +1404 -1404
  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 +1065 -1065
  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 +1065 -1065
  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,79 +14,160 @@
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
+ },
17
45
  {
18
46
  "kind": "TypeDecl",
19
- "name": "AudioPlaybackHook",
20
- "printedName": "AudioPlaybackHook",
47
+ "name": "STTDelegate",
48
+ "printedName": "STTDelegate",
21
49
  "children": [
22
50
  {
23
- "kind": "Var",
24
- "name": "engineScheduleFile",
25
- "printedName": "engineScheduleFile",
51
+ "kind": "Function",
52
+ "name": "stt",
53
+ "printedName": "stt(_:didEmitEvent:body:)",
26
54
  "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
+ },
27
72
  {
28
73
  "kind": "TypeNominal",
29
74
  "name": "Optional",
30
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
75
+ "printedName": "[Swift.String : Any]?",
31
76
  "children": [
32
77
  {
33
- "kind": "TypeFunc",
34
- "name": "Function",
35
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
78
+ "kind": "TypeNominal",
79
+ "name": "Dictionary",
80
+ "printedName": "[Swift.String : Any]",
36
81
  "children": [
37
82
  {
38
83
  "kind": "TypeNominal",
39
- "name": "Bool",
40
- "printedName": "Swift.Bool",
41
- "usr": "s:Sb"
84
+ "name": "String",
85
+ "printedName": "Swift.String",
86
+ "usr": "s:SS"
42
87
  },
43
88
  {
44
89
  "kind": "TypeNominal",
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
- ]
90
+ "name": "ProtocolComposition",
91
+ "printedName": "Any"
72
92
  }
73
- ]
93
+ ],
94
+ "usr": "s:SD"
74
95
  }
75
96
  ],
76
97
  "usr": "s:Sq"
77
98
  }
78
99
  ],
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
+ ],
79
158
  "declKind": "Var",
80
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
81
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
159
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
160
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
82
161
  "moduleName": "DavoiceTTS",
83
- "static": true,
84
162
  "declAttributes": [
85
163
  "HasInitialValue",
164
+ "Final",
86
165
  "HasStorage",
166
+ "ReferenceOwnership",
87
167
  "AccessControl",
88
- "RawDocComment"
168
+ "ObjC"
89
169
  ],
170
+ "ownership": 1,
90
171
  "hasStorage": true,
91
172
  "accessors": [
92
173
  {
@@ -97,61 +178,27 @@
97
178
  {
98
179
  "kind": "TypeNominal",
99
180
  "name": "Optional",
100
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
181
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
101
182
  "children": [
102
183
  {
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
- ]
184
+ "kind": "TypeNominal",
185
+ "name": "STTDelegate",
186
+ "printedName": "any DavoiceTTS.STTDelegate",
187
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
144
188
  }
145
189
  ],
146
190
  "usr": "s:Sq"
147
191
  }
148
192
  ],
149
193
  "declKind": "Accessor",
150
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
151
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
194
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
195
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
152
196
  "moduleName": "DavoiceTTS",
153
- "static": true,
154
197
  "implicit": true,
198
+ "declAttributes": [
199
+ "Final",
200
+ "ObjC"
201
+ ],
155
202
  "accessorKind": "get"
156
203
  },
157
204
  {
@@ -167,61 +214,27 @@
167
214
  {
168
215
  "kind": "TypeNominal",
169
216
  "name": "Optional",
170
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
217
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
171
218
  "children": [
172
219
  {
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
- ]
220
+ "kind": "TypeNominal",
221
+ "name": "STTDelegate",
222
+ "printedName": "any DavoiceTTS.STTDelegate",
223
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
214
224
  }
215
225
  ],
216
226
  "usr": "s:Sq"
217
227
  }
218
228
  ],
219
229
  "declKind": "Accessor",
220
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
221
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
230
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
231
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
222
232
  "moduleName": "DavoiceTTS",
223
- "static": true,
224
233
  "implicit": true,
234
+ "declAttributes": [
235
+ "Final",
236
+ "ObjC"
237
+ ],
225
238
  "accessorKind": "set"
226
239
  },
227
240
  {
@@ -236,57 +249,39 @@
236
249
  }
237
250
  ],
238
251
  "declKind": "Accessor",
239
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
240
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
252
+ "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
253
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
241
254
  "moduleName": "DavoiceTTS",
242
- "static": true,
243
255
  "implicit": true,
256
+ "declAttributes": [
257
+ "Final"
258
+ ],
244
259
  "accessorKind": "_modify"
245
260
  }
246
261
  ]
247
262
  },
248
263
  {
249
264
  "kind": "Var",
250
- "name": "isEngineReady",
251
- "printedName": "isEngineReady",
265
+ "name": "continuous",
266
+ "printedName": "continuous",
252
267
  "children": [
253
268
  {
254
269
  "kind": "TypeNominal",
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"
270
+ "name": "Bool",
271
+ "printedName": "Swift.Bool",
272
+ "usr": "s:Sb"
278
273
  }
279
274
  ],
280
275
  "declKind": "Var",
281
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
282
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
276
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
277
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
283
278
  "moduleName": "DavoiceTTS",
284
- "static": true,
285
279
  "declAttributes": [
286
280
  "HasInitialValue",
281
+ "Final",
287
282
  "HasStorage",
288
283
  "AccessControl",
289
- "RawDocComment"
284
+ "ObjC"
290
285
  ],
291
286
  "hasStorage": true,
292
287
  "accessors": [
@@ -297,37 +292,20 @@
297
292
  "children": [
298
293
  {
299
294
  "kind": "TypeNominal",
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"
295
+ "name": "Bool",
296
+ "printedName": "Swift.Bool",
297
+ "usr": "s:Sb"
323
298
  }
324
299
  ],
325
300
  "declKind": "Accessor",
326
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
327
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
301
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
302
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
328
303
  "moduleName": "DavoiceTTS",
329
- "static": true,
330
304
  "implicit": true,
305
+ "declAttributes": [
306
+ "Final",
307
+ "ObjC"
308
+ ],
331
309
  "accessorKind": "get"
332
310
  },
333
311
  {
@@ -342,37 +320,20 @@
342
320
  },
343
321
  {
344
322
  "kind": "TypeNominal",
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"
323
+ "name": "Bool",
324
+ "printedName": "Swift.Bool",
325
+ "usr": "s:Sb"
368
326
  }
369
327
  ],
370
328
  "declKind": "Accessor",
371
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
372
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
329
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
330
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
373
331
  "moduleName": "DavoiceTTS",
374
- "static": true,
375
332
  "implicit": true,
333
+ "declAttributes": [
334
+ "Final",
335
+ "ObjC"
336
+ ],
376
337
  "accessorKind": "set"
377
338
  },
378
339
  {
@@ -387,57 +348,51 @@
387
348
  }
388
349
  ],
389
350
  "declKind": "Accessor",
390
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
391
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
351
+ "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
352
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
392
353
  "moduleName": "DavoiceTTS",
393
- "static": true,
394
354
  "implicit": true,
355
+ "declAttributes": [
356
+ "Final"
357
+ ],
395
358
  "accessorKind": "_modify"
396
359
  }
397
360
  ]
398
361
  },
399
362
  {
400
363
  "kind": "Var",
401
- "name": "useOnlyEnginePlayback",
402
- "printedName": "useOnlyEnginePlayback",
364
+ "name": "supportedEvents",
365
+ "printedName": "supportedEvents",
403
366
  "children": [
404
367
  {
405
368
  "kind": "TypeNominal",
406
- "name": "Optional",
407
- "printedName": "(() -> Swift.Bool)?",
369
+ "name": "Array",
370
+ "printedName": "[Swift.String]",
408
371
  "children": [
409
372
  {
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
- ]
373
+ "kind": "TypeNominal",
374
+ "name": "String",
375
+ "printedName": "Swift.String",
376
+ "usr": "s:SS"
426
377
  }
427
378
  ],
428
- "usr": "s:Sq"
379
+ "usr": "s:Sa"
429
380
  }
430
381
  ],
431
382
  "declKind": "Var",
432
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
433
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
383
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
384
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
434
385
  "moduleName": "DavoiceTTS",
435
386
  "static": true,
436
387
  "declAttributes": [
437
388
  "HasInitialValue",
389
+ "Final",
438
390
  "HasStorage",
439
- "AccessControl"
391
+ "AccessControl",
392
+ "RawDocComment",
393
+ "ObjC"
440
394
  ],
395
+ "isLet": true,
441
396
  "hasStorage": true,
442
397
  "accessors": [
443
398
  {
@@ -447,43 +402,47 @@
447
402
  "children": [
448
403
  {
449
404
  "kind": "TypeNominal",
450
- "name": "Optional",
451
- "printedName": "(() -> Swift.Bool)?",
405
+ "name": "Array",
406
+ "printedName": "[Swift.String]",
452
407
  "children": [
453
408
  {
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
- ]
409
+ "kind": "TypeNominal",
410
+ "name": "String",
411
+ "printedName": "Swift.String",
412
+ "usr": "s:SS"
470
413
  }
471
414
  ],
472
- "usr": "s:Sq"
415
+ "usr": "s:Sa"
473
416
  }
474
417
  ],
475
418
  "declKind": "Accessor",
476
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
477
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
419
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
420
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
478
421
  "moduleName": "DavoiceTTS",
479
422
  "static": true,
480
423
  "implicit": true,
424
+ "declAttributes": [
425
+ "Final",
426
+ "ObjC"
427
+ ],
481
428
  "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": "()"
482
441
  },
483
442
  {
484
- "kind": "Accessor",
485
- "name": "Set",
486
- "printedName": "Set()",
443
+ "kind": "TypeFunc",
444
+ "name": "Function",
445
+ "printedName": "(Swift.Bool) -> ()",
487
446
  "children": [
488
447
  {
489
448
  "kind": "TypeNominal",
@@ -492,74 +451,148 @@
492
451
  },
493
452
  {
494
453
  "kind": "TypeNominal",
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"
454
+ "name": "Bool",
455
+ "printedName": "Swift.Bool",
456
+ "usr": "s:Sb"
518
457
  }
519
- ],
520
- "declKind": "Accessor",
521
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
522
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
523
- "moduleName": "DavoiceTTS",
524
- "static": true,
525
- "implicit": true,
526
- "accessorKind": "set"
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": "()"
527
550
  },
528
551
  {
529
- "kind": "Accessor",
530
- "name": "Modify",
531
- "printedName": "Modify()",
552
+ "kind": "TypeNominal",
553
+ "name": "Optional",
554
+ "printedName": "Swift.String?",
532
555
  "children": [
533
556
  {
534
557
  "kind": "TypeNominal",
535
- "name": "Void",
536
- "printedName": "()"
558
+ "name": "String",
559
+ "printedName": "Swift.String",
560
+ "usr": "s:SS"
537
561
  }
538
562
  ],
539
- "declKind": "Accessor",
540
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
541
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
542
- "moduleName": "DavoiceTTS",
543
- "static": true,
544
- "implicit": true,
545
- "accessorKind": "_modify"
563
+ "usr": "s:Sq"
546
564
  }
547
- ]
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"
548
576
  },
549
577
  {
550
- "kind": "Var",
551
- "name": "stopEnginePlayback",
552
- "printedName": "stopEnginePlayback",
578
+ "kind": "Function",
579
+ "name": "stopSpeech",
580
+ "printedName": "stopSpeech(_:)",
553
581
  "children": [
582
+ {
583
+ "kind": "TypeNominal",
584
+ "name": "Void",
585
+ "printedName": "()"
586
+ },
554
587
  {
555
588
  "kind": "TypeNominal",
556
589
  "name": "Optional",
557
- "printedName": "(() -> ())?",
590
+ "printedName": "((Swift.Bool) -> ())?",
558
591
  "children": [
559
592
  {
560
593
  "kind": "TypeFunc",
561
594
  "name": "Function",
562
- "printedName": "() -> ()",
595
+ "printedName": "(Swift.Bool) -> ()",
563
596
  "children": [
564
597
  {
565
598
  "kind": "TypeNominal",
@@ -568,435 +601,374 @@
568
601
  },
569
602
  {
570
603
  "kind": "TypeNominal",
571
- "name": "Void",
572
- "printedName": "()"
604
+ "name": "Bool",
605
+ "printedName": "Swift.Bool",
606
+ "usr": "s:Sb"
573
607
  }
574
608
  ]
575
609
  }
576
610
  ],
611
+ "hasDefaultArg": true,
577
612
  "usr": "s:Sq"
578
613
  }
579
614
  ],
580
- "declKind": "Var",
581
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
582
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
615
+ "declKind": "Func",
616
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
617
+ "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
583
618
  "moduleName": "DavoiceTTS",
584
- "static": true,
585
619
  "declAttributes": [
586
- "HasInitialValue",
587
- "HasStorage",
588
- "AccessControl"
620
+ "Final",
621
+ "AccessControl",
622
+ "ObjC"
589
623
  ],
590
- "hasStorage": true,
591
- "accessors": [
624
+ "funcSelfKind": "NonMutating"
625
+ },
626
+ {
627
+ "kind": "Function",
628
+ "name": "cancelSpeech",
629
+ "printedName": "cancelSpeech(_:)",
630
+ "children": [
592
631
  {
593
- "kind": "Accessor",
594
- "name": "Get",
595
- "printedName": "Get()",
632
+ "kind": "TypeNominal",
633
+ "name": "Void",
634
+ "printedName": "()"
635
+ },
636
+ {
637
+ "kind": "TypeNominal",
638
+ "name": "Optional",
639
+ "printedName": "((Swift.Bool) -> ())?",
596
640
  "children": [
597
641
  {
598
- "kind": "TypeNominal",
599
- "name": "Optional",
600
- "printedName": "(() -> ())?",
642
+ "kind": "TypeFunc",
643
+ "name": "Function",
644
+ "printedName": "(Swift.Bool) -> ()",
601
645
  "children": [
602
646
  {
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
- ]
647
+ "kind": "TypeNominal",
648
+ "name": "Void",
649
+ "printedName": "()"
650
+ },
651
+ {
652
+ "kind": "TypeNominal",
653
+ "name": "Bool",
654
+ "printedName": "Swift.Bool",
655
+ "usr": "s:Sb"
618
656
  }
619
- ],
620
- "usr": "s:Sq"
657
+ ]
621
658
  }
622
659
  ],
623
- "declKind": "Accessor",
624
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
625
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
626
- "moduleName": "DavoiceTTS",
627
- "static": true,
628
- "implicit": true,
629
- "accessorKind": "get"
630
- },
631
- {
632
- "kind": "Accessor",
633
- "name": "Set",
634
- "printedName": "Set()",
635
- "children": [
636
- {
637
- "kind": "TypeNominal",
638
- "name": "Void",
639
- "printedName": "()"
640
- },
641
- {
642
- "kind": "TypeNominal",
643
- "name": "Optional",
644
- "printedName": "(() -> ())?",
645
- "children": [
646
- {
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
- ]
662
- }
663
- ],
664
- "usr": "s:Sq"
665
- }
666
- ],
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"
660
+ "hasDefaultArg": true,
661
+ "usr": "s:Sq"
693
662
  }
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"
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"
712
674
  },
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": [
765
675
  {
766
676
  "kind": "Function",
767
- "name": "stt",
768
- "printedName": "stt(_:didEmitEvent:body:)",
677
+ "name": "destroySpeech",
678
+ "printedName": "destroySpeech(_:)",
769
679
  "children": [
770
680
  {
771
681
  "kind": "TypeNominal",
772
682
  "name": "Void",
773
683
  "printedName": "()"
774
684
  },
775
- {
776
- "kind": "TypeNominal",
777
- "name": "STT",
778
- "printedName": "DavoiceTTS.STT",
779
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
780
- },
781
- {
782
- "kind": "TypeNominal",
783
- "name": "String",
784
- "printedName": "Swift.String",
785
- "usr": "s:SS"
786
- },
787
685
  {
788
686
  "kind": "TypeNominal",
789
687
  "name": "Optional",
790
- "printedName": "[Swift.String : Any]?",
688
+ "printedName": "((Swift.Bool) -> ())?",
791
689
  "children": [
792
690
  {
793
- "kind": "TypeNominal",
794
- "name": "Dictionary",
795
- "printedName": "[Swift.String : Any]",
691
+ "kind": "TypeFunc",
692
+ "name": "Function",
693
+ "printedName": "(Swift.Bool) -> ()",
796
694
  "children": [
797
695
  {
798
696
  "kind": "TypeNominal",
799
- "name": "String",
800
- "printedName": "Swift.String",
801
- "usr": "s:SS"
697
+ "name": "Void",
698
+ "printedName": "()"
802
699
  },
803
700
  {
804
701
  "kind": "TypeNominal",
805
- "name": "ProtocolComposition",
806
- "printedName": "Any"
702
+ "name": "Bool",
703
+ "printedName": "Swift.Bool",
704
+ "usr": "s:Sb"
807
705
  }
808
- ],
809
- "usr": "s:SD"
706
+ ]
810
707
  }
811
708
  ],
709
+ "hasDefaultArg": true,
812
710
  "usr": "s:Sq"
813
711
  }
814
712
  ],
815
713
  "declKind": "Func",
816
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
817
- "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
714
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
715
+ "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
818
716
  "moduleName": "DavoiceTTS",
819
- "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
820
- "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
821
- "protocolReq": true,
822
717
  "declAttributes": [
718
+ "Final",
719
+ "AccessControl",
823
720
  "ObjC"
824
721
  ],
825
- "reqNewWitnessTableEntry": true,
826
722
  "funcSelfKind": "NonMutating"
827
- }
828
- ],
829
- "declKind": "Protocol",
830
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
831
- "mangledName": "$s10DavoiceTTS11STTDelegateP",
832
- "moduleName": "DavoiceTTS",
833
- "genericSig": "<τ_0_0 : AnyObject>",
834
- "sugared_genericSig": "<Self : AnyObject>",
835
- "declAttributes": [
836
- "AccessControl",
837
- "ObjC",
838
- "RawDocComment"
839
- ],
840
- "conformances": [
841
- {
842
- "kind": "Conformance",
843
- "name": "Escapable",
844
- "printedName": "Escapable",
845
- "usr": "s:s9EscapableP",
846
- "mangledName": "$ss9EscapableP"
847
723
  },
848
724
  {
849
- "kind": "Conformance",
850
- "name": "Copyable",
851
- "printedName": "Copyable",
852
- "usr": "s:s8CopyableP",
853
- "mangledName": "$ss8CopyableP"
854
- }
855
- ]
856
- },
857
- {
858
- "kind": "TypeDecl",
859
- "name": "STT",
860
- "printedName": "STT",
861
- "children": [
862
- {
863
- "kind": "Var",
864
- "name": "delegate",
865
- "printedName": "delegate",
725
+ "kind": "Function",
726
+ "name": "teardown",
727
+ "printedName": "teardown()",
866
728
  "children": [
867
729
  {
868
730
  "kind": "TypeNominal",
869
- "name": "WeakStorage",
870
- "printedName": "(any DavoiceTTS.STTDelegate)?"
731
+ "name": "Void",
732
+ "printedName": "()"
871
733
  }
872
734
  ],
873
- "declKind": "Var",
874
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
875
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
735
+ "declKind": "Func",
736
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
737
+ "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
876
738
  "moduleName": "DavoiceTTS",
877
739
  "declAttributes": [
878
- "HasInitialValue",
879
740
  "Final",
880
- "HasStorage",
881
- "ReferenceOwnership",
882
741
  "AccessControl",
883
742
  "ObjC"
884
743
  ],
885
- "ownership": 1,
886
- "hasStorage": true,
887
- "accessors": [
744
+ "funcSelfKind": "NonMutating"
745
+ },
746
+ {
747
+ "kind": "Function",
748
+ "name": "speechRecognizer",
749
+ "printedName": "speechRecognizer(_:availabilityDidChange:)",
750
+ "children": [
888
751
  {
889
- "kind": "Accessor",
890
- "name": "Get",
891
- "printedName": "Get()",
892
- "children": [
893
- {
894
- "kind": "TypeNominal",
895
- "name": "Optional",
896
- "printedName": "(any DavoiceTTS.STTDelegate)?",
897
- "children": [
898
- {
899
- "kind": "TypeNominal",
900
- "name": "STTDelegate",
901
- "printedName": "any DavoiceTTS.STTDelegate",
902
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
903
- }
904
- ],
905
- "usr": "s:Sq"
906
- }
907
- ],
908
- "declKind": "Accessor",
909
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
910
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
911
- "moduleName": "DavoiceTTS",
912
- "implicit": true,
913
- "declAttributes": [
914
- "Final",
915
- "ObjC"
916
- ],
917
- "accessorKind": "get"
752
+ "kind": "TypeNominal",
753
+ "name": "Void",
754
+ "printedName": "()"
918
755
  },
919
756
  {
920
- "kind": "Accessor",
921
- "name": "Set",
922
- "printedName": "Set()",
923
- "children": [
924
- {
925
- "kind": "TypeNominal",
926
- "name": "Void",
927
- "printedName": "()"
928
- },
929
- {
930
- "kind": "TypeNominal",
931
- "name": "Optional",
932
- "printedName": "(any DavoiceTTS.STTDelegate)?",
933
- "children": [
934
- {
935
- "kind": "TypeNominal",
936
- "name": "STTDelegate",
937
- "printedName": "any DavoiceTTS.STTDelegate",
938
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
939
- }
940
- ],
941
- "usr": "s:Sq"
942
- }
943
- ],
944
- "declKind": "Accessor",
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"
757
+ "kind": "TypeNominal",
758
+ "name": "SFSpeechRecognizer",
759
+ "printedName": "Speech.SFSpeechRecognizer",
760
+ "usr": "c:objc(cs)SFSpeechRecognizer"
954
761
  },
955
762
  {
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"
763
+ "kind": "TypeNominal",
764
+ "name": "Bool",
765
+ "printedName": "Swift.Bool",
766
+ "usr": "s:Sb"
975
767
  }
976
- ]
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"
977
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": [
978
905
  {
979
906
  "kind": "Var",
980
- "name": "continuous",
981
- "printedName": "continuous",
907
+ "name": "engineScheduleFile",
908
+ "printedName": "engineScheduleFile",
982
909
  "children": [
983
910
  {
984
911
  "kind": "TypeNominal",
985
- "name": "Bool",
986
- "printedName": "Swift.Bool",
987
- "usr": "s:Sb"
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"
988
960
  }
989
961
  ],
990
962
  "declKind": "Var",
991
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
992
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
963
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
964
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
993
965
  "moduleName": "DavoiceTTS",
966
+ "static": true,
994
967
  "declAttributes": [
995
968
  "HasInitialValue",
996
- "Final",
997
969
  "HasStorage",
998
970
  "AccessControl",
999
- "ObjC"
971
+ "RawDocComment"
1000
972
  ],
1001
973
  "hasStorage": true,
1002
974
  "accessors": [
@@ -1007,20 +979,62 @@
1007
979
  "children": [
1008
980
  {
1009
981
  "kind": "TypeNominal",
1010
- "name": "Bool",
1011
- "printedName": "Swift.Bool",
1012
- "usr": "s:Sb"
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"
1013
1030
  }
1014
1031
  ],
1015
1032
  "declKind": "Accessor",
1016
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
1017
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
1033
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
1034
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
1018
1035
  "moduleName": "DavoiceTTS",
1036
+ "static": true,
1019
1037
  "implicit": true,
1020
- "declAttributes": [
1021
- "Final",
1022
- "ObjC"
1023
- ],
1024
1038
  "accessorKind": "get"
1025
1039
  },
1026
1040
  {
@@ -1035,20 +1049,62 @@
1035
1049
  },
1036
1050
  {
1037
1051
  "kind": "TypeNominal",
1038
- "name": "Bool",
1039
- "printedName": "Swift.Bool",
1040
- "usr": "s:Sb"
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"
1041
1100
  }
1042
1101
  ],
1043
1102
  "declKind": "Accessor",
1044
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
1045
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
1103
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
1104
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
1046
1105
  "moduleName": "DavoiceTTS",
1106
+ "static": true,
1047
1107
  "implicit": true,
1048
- "declAttributes": [
1049
- "Final",
1050
- "ObjC"
1051
- ],
1052
1108
  "accessorKind": "set"
1053
1109
  },
1054
1110
  {
@@ -1063,51 +1119,58 @@
1063
1119
  }
1064
1120
  ],
1065
1121
  "declKind": "Accessor",
1066
- "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
1067
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
1122
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1123
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1068
1124
  "moduleName": "DavoiceTTS",
1125
+ "static": true,
1069
1126
  "implicit": true,
1070
- "declAttributes": [
1071
- "Final"
1072
- ],
1073
1127
  "accessorKind": "_modify"
1074
1128
  }
1075
1129
  ]
1076
1130
  },
1077
1131
  {
1078
1132
  "kind": "Var",
1079
- "name": "supportedEvents",
1080
- "printedName": "supportedEvents",
1133
+ "name": "isEngineReady",
1134
+ "printedName": "isEngineReady",
1081
1135
  "children": [
1082
1136
  {
1083
1137
  "kind": "TypeNominal",
1084
- "name": "Array",
1085
- "printedName": "[Swift.String]",
1138
+ "name": "Optional",
1139
+ "printedName": "(() -> Swift.Bool)?",
1086
1140
  "children": [
1087
1141
  {
1088
- "kind": "TypeNominal",
1089
- "name": "String",
1090
- "printedName": "Swift.String",
1091
- "usr": "s:SS"
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
+ ]
1092
1158
  }
1093
1159
  ],
1094
- "usr": "s:Sa"
1160
+ "usr": "s:Sq"
1095
1161
  }
1096
1162
  ],
1097
1163
  "declKind": "Var",
1098
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
1099
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
1164
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1165
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1100
1166
  "moduleName": "DavoiceTTS",
1101
1167
  "static": true,
1102
1168
  "declAttributes": [
1103
1169
  "HasInitialValue",
1104
- "Final",
1105
1170
  "HasStorage",
1106
1171
  "AccessControl",
1107
- "RawDocComment",
1108
- "ObjC"
1172
+ "RawDocComment"
1109
1173
  ],
1110
- "isLet": true,
1111
1174
  "hasStorage": true,
1112
1175
  "accessors": [
1113
1176
  {
@@ -1117,47 +1180,43 @@
1117
1180
  "children": [
1118
1181
  {
1119
1182
  "kind": "TypeNominal",
1120
- "name": "Array",
1121
- "printedName": "[Swift.String]",
1183
+ "name": "Optional",
1184
+ "printedName": "(() -> Swift.Bool)?",
1122
1185
  "children": [
1123
1186
  {
1124
- "kind": "TypeNominal",
1125
- "name": "String",
1126
- "printedName": "Swift.String",
1127
- "usr": "s:SS"
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
+ ]
1128
1203
  }
1129
1204
  ],
1130
- "usr": "s:Sa"
1205
+ "usr": "s:Sq"
1131
1206
  }
1132
1207
  ],
1133
1208
  "declKind": "Accessor",
1134
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
1135
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
1209
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1210
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1136
1211
  "moduleName": "DavoiceTTS",
1137
1212
  "static": true,
1138
1213
  "implicit": true,
1139
- "declAttributes": [
1140
- "Final",
1141
- "ObjC"
1142
- ],
1143
1214
  "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": "()"
1156
1215
  },
1157
1216
  {
1158
- "kind": "TypeFunc",
1159
- "name": "Function",
1160
- "printedName": "(Swift.Bool) -> ()",
1217
+ "kind": "Accessor",
1218
+ "name": "Set",
1219
+ "printedName": "Set()",
1161
1220
  "children": [
1162
1221
  {
1163
1222
  "kind": "TypeNominal",
@@ -1166,246 +1225,224 @@
1166
1225
  },
1167
1226
  {
1168
1227
  "kind": "TypeNominal",
1169
- "name": "Bool",
1170
- "printedName": "Swift.Bool",
1171
- "usr": "s:Sb"
1172
- }
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": "()"
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"
1251
+ }
1252
+ ],
1253
+ "declKind": "Accessor",
1254
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1255
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1256
+ "moduleName": "DavoiceTTS",
1257
+ "static": true,
1258
+ "implicit": true,
1259
+ "accessorKind": "set"
1265
1260
  },
1266
1261
  {
1267
- "kind": "TypeNominal",
1268
- "name": "Optional",
1269
- "printedName": "Swift.String?",
1262
+ "kind": "Accessor",
1263
+ "name": "Modify",
1264
+ "printedName": "Modify()",
1270
1265
  "children": [
1271
1266
  {
1272
1267
  "kind": "TypeNominal",
1273
- "name": "String",
1274
- "printedName": "Swift.String",
1275
- "usr": "s:SS"
1268
+ "name": "Void",
1269
+ "printedName": "()"
1276
1270
  }
1277
1271
  ],
1278
- "usr": "s:Sq"
1272
+ "declKind": "Accessor",
1273
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1274
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1275
+ "moduleName": "DavoiceTTS",
1276
+ "static": true,
1277
+ "implicit": true,
1278
+ "accessorKind": "_modify"
1279
1279
  }
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"
1280
+ ]
1291
1281
  },
1292
1282
  {
1293
- "kind": "Function",
1294
- "name": "stopSpeech",
1295
- "printedName": "stopSpeech(_:)",
1283
+ "kind": "Var",
1284
+ "name": "useOnlyEnginePlayback",
1285
+ "printedName": "useOnlyEnginePlayback",
1296
1286
  "children": [
1297
- {
1298
- "kind": "TypeNominal",
1299
- "name": "Void",
1300
- "printedName": "()"
1301
- },
1302
1287
  {
1303
1288
  "kind": "TypeNominal",
1304
1289
  "name": "Optional",
1305
- "printedName": "((Swift.Bool) -> ())?",
1290
+ "printedName": "(() -> Swift.Bool)?",
1306
1291
  "children": [
1307
1292
  {
1308
1293
  "kind": "TypeFunc",
1309
1294
  "name": "Function",
1310
- "printedName": "(Swift.Bool) -> ()",
1295
+ "printedName": "() -> Swift.Bool",
1311
1296
  "children": [
1312
- {
1313
- "kind": "TypeNominal",
1314
- "name": "Void",
1315
- "printedName": "()"
1316
- },
1317
1297
  {
1318
1298
  "kind": "TypeNominal",
1319
1299
  "name": "Bool",
1320
1300
  "printedName": "Swift.Bool",
1321
1301
  "usr": "s:Sb"
1302
+ },
1303
+ {
1304
+ "kind": "TypeNominal",
1305
+ "name": "Void",
1306
+ "printedName": "()"
1322
1307
  }
1323
1308
  ]
1324
1309
  }
1325
1310
  ],
1326
- "hasDefaultArg": true,
1327
1311
  "usr": "s:Sq"
1328
1312
  }
1329
1313
  ],
1330
- "declKind": "Func",
1331
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
1332
- "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
1314
+ "declKind": "Var",
1315
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1316
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1333
1317
  "moduleName": "DavoiceTTS",
1318
+ "static": true,
1334
1319
  "declAttributes": [
1335
- "Final",
1336
- "AccessControl",
1337
- "ObjC"
1320
+ "HasInitialValue",
1321
+ "HasStorage",
1322
+ "AccessControl"
1338
1323
  ],
1339
- "funcSelfKind": "NonMutating"
1340
- },
1341
- {
1342
- "kind": "Function",
1343
- "name": "cancelSpeech",
1344
- "printedName": "cancelSpeech(_:)",
1345
- "children": [
1324
+ "hasStorage": true,
1325
+ "accessors": [
1346
1326
  {
1347
- "kind": "TypeNominal",
1348
- "name": "Void",
1349
- "printedName": "()"
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"
1350
1365
  },
1351
1366
  {
1352
- "kind": "TypeNominal",
1353
- "name": "Optional",
1354
- "printedName": "((Swift.Bool) -> ())?",
1367
+ "kind": "Accessor",
1368
+ "name": "Set",
1369
+ "printedName": "Set()",
1355
1370
  "children": [
1356
1371
  {
1357
- "kind": "TypeFunc",
1358
- "name": "Function",
1359
- "printedName": "(Swift.Bool) -> ()",
1372
+ "kind": "TypeNominal",
1373
+ "name": "Void",
1374
+ "printedName": "()"
1375
+ },
1376
+ {
1377
+ "kind": "TypeNominal",
1378
+ "name": "Optional",
1379
+ "printedName": "(() -> Swift.Bool)?",
1360
1380
  "children": [
1361
1381
  {
1362
- "kind": "TypeNominal",
1363
- "name": "Void",
1364
- "printedName": "()"
1365
- },
1366
- {
1367
- "kind": "TypeNominal",
1368
- "name": "Bool",
1369
- "printedName": "Swift.Bool",
1370
- "usr": "s:Sb"
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
+ ]
1371
1398
  }
1372
- ]
1399
+ ],
1400
+ "usr": "s:Sq"
1373
1401
  }
1374
1402
  ],
1375
- "hasDefaultArg": true,
1376
- "usr": "s:Sq"
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"
1377
1429
  }
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"
1430
+ ]
1389
1431
  },
1390
1432
  {
1391
- "kind": "Function",
1392
- "name": "destroySpeech",
1393
- "printedName": "destroySpeech(_:)",
1433
+ "kind": "Var",
1434
+ "name": "stopEnginePlayback",
1435
+ "printedName": "stopEnginePlayback",
1394
1436
  "children": [
1395
- {
1396
- "kind": "TypeNominal",
1397
- "name": "Void",
1398
- "printedName": "()"
1399
- },
1400
1437
  {
1401
1438
  "kind": "TypeNominal",
1402
1439
  "name": "Optional",
1403
- "printedName": "((Swift.Bool) -> ())?",
1440
+ "printedName": "(() -> ())?",
1404
1441
  "children": [
1405
1442
  {
1406
1443
  "kind": "TypeFunc",
1407
1444
  "name": "Function",
1408
- "printedName": "(Swift.Bool) -> ()",
1445
+ "printedName": "() -> ()",
1409
1446
  "children": [
1410
1447
  {
1411
1448
  "kind": "TypeNominal",
@@ -1414,127 +1451,139 @@
1414
1451
  },
1415
1452
  {
1416
1453
  "kind": "TypeNominal",
1417
- "name": "Bool",
1418
- "printedName": "Swift.Bool",
1419
- "usr": "s:Sb"
1454
+ "name": "Void",
1455
+ "printedName": "()"
1420
1456
  }
1421
1457
  ]
1422
1458
  }
1423
1459
  ],
1424
- "hasDefaultArg": true,
1425
1460
  "usr": "s:Sq"
1426
1461
  }
1427
1462
  ],
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",
1463
+ "declKind": "Var",
1464
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1465
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1453
1466
  "moduleName": "DavoiceTTS",
1467
+ "static": true,
1454
1468
  "declAttributes": [
1455
- "Final",
1456
- "AccessControl",
1457
- "ObjC"
1469
+ "HasInitialValue",
1470
+ "HasStorage",
1471
+ "AccessControl"
1458
1472
  ],
1459
- "funcSelfKind": "NonMutating"
1460
- },
1461
- {
1462
- "kind": "Function",
1463
- "name": "speechRecognizer",
1464
- "printedName": "speechRecognizer(_:availabilityDidChange:)",
1465
- "children": [
1473
+ "hasStorage": true,
1474
+ "accessors": [
1466
1475
  {
1467
- "kind": "TypeNominal",
1468
- "name": "Void",
1469
- "printedName": "()"
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"
1470
1513
  },
1471
1514
  {
1472
- "kind": "TypeNominal",
1473
- "name": "SFSpeechRecognizer",
1474
- "printedName": "Speech.SFSpeechRecognizer",
1475
- "usr": "c:objc(cs)SFSpeechRecognizer"
1515
+ "kind": "Accessor",
1516
+ "name": "Set",
1517
+ "printedName": "Set()",
1518
+ "children": [
1519
+ {
1520
+ "kind": "TypeNominal",
1521
+ "name": "Void",
1522
+ "printedName": "()"
1523
+ },
1524
+ {
1525
+ "kind": "TypeNominal",
1526
+ "name": "Optional",
1527
+ "printedName": "(() -> ())?",
1528
+ "children": [
1529
+ {
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
+ ]
1545
+ }
1546
+ ],
1547
+ "usr": "s:Sq"
1548
+ }
1549
+ ],
1550
+ "declKind": "Accessor",
1551
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1552
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1553
+ "moduleName": "DavoiceTTS",
1554
+ "static": true,
1555
+ "implicit": true,
1556
+ "accessorKind": "set"
1476
1557
  },
1477
1558
  {
1478
- "kind": "TypeNominal",
1479
- "name": "Bool",
1480
- "printedName": "Swift.Bool",
1481
- "usr": "s:Sb"
1482
- }
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"
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"
1507
1576
  }
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"
1577
+ ]
1522
1578
  }
1523
1579
  ],
1524
- "declKind": "Class",
1525
- "usr": "c:@M@DavoiceTTS@objc(cs)STT",
1526
- "mangledName": "$s10DavoiceTTS3STTC",
1580
+ "declKind": "Enum",
1581
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
1582
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
1527
1583
  "moduleName": "DavoiceTTS",
1528
1584
  "declAttributes": [
1529
- "Final",
1530
1585
  "AccessControl",
1531
- "ObjCMembers",
1532
- "ObjC"
1533
- ],
1534
- "superclassUsr": "c:objc(cs)NSObject",
1535
- "inheritsConvenienceInitializers": true,
1536
- "superclassNames": [
1537
- "ObjectiveC.NSObject"
1586
+ "RawDocComment"
1538
1587
  ],
1539
1588
  "conformances": [
1540
1589
  {
@@ -1550,55 +1599,6 @@
1550
1599
  "printedName": "Escapable",
1551
1600
  "usr": "s:s9EscapableP",
1552
1601
  "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
  },
@@ -3173,14 +3173,14 @@
3173
3173
  {
3174
3174
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3175
3175
  "kind": "BooleanLiteral",
3176
- "offset": 13225,
3176
+ "offset": 12625,
3177
3177
  "length": 4,
3178
3178
  "value": "true"
3179
3179
  },
3180
3180
  {
3181
3181
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3182
3182
  "kind": "FloatLiteral",
3183
- "offset": 36561,
3183
+ "offset": 35961,
3184
3184
  "length": 3,
3185
3185
  "value": "0.7"
3186
3186
  },