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,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,139 +601,225 @@
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"
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": "()"
674
684
  },
675
685
  {
676
- "kind": "Accessor",
677
- "name": "Modify",
678
- "printedName": "Modify()",
686
+ "kind": "TypeNominal",
687
+ "name": "Optional",
688
+ "printedName": "((Swift.Bool) -> ())?",
679
689
  "children": [
680
690
  {
681
- "kind": "TypeNominal",
682
- "name": "Void",
683
- "printedName": "()"
691
+ "kind": "TypeFunc",
692
+ "name": "Function",
693
+ "printedName": "(Swift.Bool) -> ()",
694
+ "children": [
695
+ {
696
+ "kind": "TypeNominal",
697
+ "name": "Void",
698
+ "printedName": "()"
699
+ },
700
+ {
701
+ "kind": "TypeNominal",
702
+ "name": "Bool",
703
+ "printedName": "Swift.Bool",
704
+ "usr": "s:Sb"
705
+ }
706
+ ]
684
707
  }
685
708
  ],
686
- "declKind": "Accessor",
687
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
688
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
689
- "moduleName": "DavoiceTTS",
690
- "static": true,
691
- "implicit": true,
692
- "accessorKind": "_modify"
709
+ "hasDefaultArg": true,
710
+ "usr": "s:Sq"
693
711
  }
694
- ]
712
+ ],
713
+ "declKind": "Func",
714
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
715
+ "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
716
+ "moduleName": "DavoiceTTS",
717
+ "declAttributes": [
718
+ "Final",
719
+ "AccessControl",
720
+ "ObjC"
721
+ ],
722
+ "funcSelfKind": "NonMutating"
723
+ },
724
+ {
725
+ "kind": "Function",
726
+ "name": "teardown",
727
+ "printedName": "teardown()",
728
+ "children": [
729
+ {
730
+ "kind": "TypeNominal",
731
+ "name": "Void",
732
+ "printedName": "()"
733
+ }
734
+ ],
735
+ "declKind": "Func",
736
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
737
+ "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
738
+ "moduleName": "DavoiceTTS",
739
+ "declAttributes": [
740
+ "Final",
741
+ "AccessControl",
742
+ "ObjC"
743
+ ],
744
+ "funcSelfKind": "NonMutating"
745
+ },
746
+ {
747
+ "kind": "Function",
748
+ "name": "speechRecognizer",
749
+ "printedName": "speechRecognizer(_:availabilityDidChange:)",
750
+ "children": [
751
+ {
752
+ "kind": "TypeNominal",
753
+ "name": "Void",
754
+ "printedName": "()"
755
+ },
756
+ {
757
+ "kind": "TypeNominal",
758
+ "name": "SFSpeechRecognizer",
759
+ "printedName": "Speech.SFSpeechRecognizer",
760
+ "usr": "c:objc(cs)SFSpeechRecognizer"
761
+ },
762
+ {
763
+ "kind": "TypeNominal",
764
+ "name": "Bool",
765
+ "printedName": "Swift.Bool",
766
+ "usr": "s:Sb"
767
+ }
768
+ ],
769
+ "declKind": "Func",
770
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
771
+ "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
772
+ "moduleName": "DavoiceTTS",
773
+ "objc_name": "speechRecognizer:availabilityDidChange:",
774
+ "declAttributes": [
775
+ "Final",
776
+ "ObjC",
777
+ "AccessControl",
778
+ "RawDocComment"
779
+ ],
780
+ "funcSelfKind": "NonMutating"
781
+ },
782
+ {
783
+ "kind": "Constructor",
784
+ "name": "init",
785
+ "printedName": "init()",
786
+ "children": [
787
+ {
788
+ "kind": "TypeNominal",
789
+ "name": "STT",
790
+ "printedName": "DavoiceTTS.STT",
791
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
792
+ }
793
+ ],
794
+ "declKind": "Constructor",
795
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
796
+ "mangledName": "$s10DavoiceTTS3STTCACycfc",
797
+ "moduleName": "DavoiceTTS",
798
+ "overriding": true,
799
+ "implicit": true,
800
+ "objc_name": "init",
801
+ "declAttributes": [
802
+ "Dynamic",
803
+ "ObjC",
804
+ "Override"
805
+ ],
806
+ "init_kind": "Designated"
695
807
  }
696
808
  ],
697
- "declKind": "Enum",
698
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
699
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
809
+ "declKind": "Class",
810
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT",
811
+ "mangledName": "$s10DavoiceTTS3STTC",
700
812
  "moduleName": "DavoiceTTS",
701
813
  "declAttributes": [
814
+ "Final",
702
815
  "AccessControl",
703
- "RawDocComment"
816
+ "ObjCMembers",
817
+ "ObjC"
818
+ ],
819
+ "superclassUsr": "c:objc(cs)NSObject",
820
+ "inheritsConvenienceInitializers": true,
821
+ "superclassNames": [
822
+ "ObjectiveC.NSObject"
704
823
  ],
705
824
  "conformances": [
706
825
  {
@@ -716,6 +835,55 @@
716
835
  "printedName": "Escapable",
717
836
  "usr": "s:s9EscapableP",
718
837
  "mangledName": "$ss9EscapableP"
838
+ },
839
+ {
840
+ "kind": "Conformance",
841
+ "name": "Equatable",
842
+ "printedName": "Equatable",
843
+ "usr": "s:SQ",
844
+ "mangledName": "$sSQ"
845
+ },
846
+ {
847
+ "kind": "Conformance",
848
+ "name": "Hashable",
849
+ "printedName": "Hashable",
850
+ "usr": "s:SH",
851
+ "mangledName": "$sSH"
852
+ },
853
+ {
854
+ "kind": "Conformance",
855
+ "name": "CVarArg",
856
+ "printedName": "CVarArg",
857
+ "usr": "s:s7CVarArgP",
858
+ "mangledName": "$ss7CVarArgP"
859
+ },
860
+ {
861
+ "kind": "Conformance",
862
+ "name": "_KeyValueCodingAndObservingPublishing",
863
+ "printedName": "_KeyValueCodingAndObservingPublishing",
864
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
865
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
866
+ },
867
+ {
868
+ "kind": "Conformance",
869
+ "name": "_KeyValueCodingAndObserving",
870
+ "printedName": "_KeyValueCodingAndObserving",
871
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
872
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
873
+ },
874
+ {
875
+ "kind": "Conformance",
876
+ "name": "CustomStringConvertible",
877
+ "printedName": "CustomStringConvertible",
878
+ "usr": "s:s23CustomStringConvertibleP",
879
+ "mangledName": "$ss23CustomStringConvertibleP"
880
+ },
881
+ {
882
+ "kind": "Conformance",
883
+ "name": "CustomDebugStringConvertible",
884
+ "printedName": "CustomDebugStringConvertible",
885
+ "usr": "s:s28CustomDebugStringConvertibleP",
886
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
719
887
  }
720
888
  ]
721
889
  },
@@ -2055,160 +2223,79 @@
2055
2223
  "RawDocComment"
2056
2224
  ]
2057
2225
  },
2058
- {
2059
- "kind": "Import",
2060
- "name": "UIKit",
2061
- "printedName": "UIKit",
2062
- "declKind": "Import",
2063
- "moduleName": "DavoiceTTS"
2064
- },
2065
- {
2066
- "kind": "Import",
2067
- "name": "Speech",
2068
- "printedName": "Speech",
2069
- "declKind": "Import",
2070
- "moduleName": "DavoiceTTS"
2071
- },
2072
- {
2073
- "kind": "Import",
2074
- "name": "Accelerate",
2075
- "printedName": "Accelerate",
2076
- "declKind": "Import",
2077
- "moduleName": "DavoiceTTS"
2078
- },
2079
- {
2080
- "kind": "Import",
2081
- "name": "AVFAudio",
2082
- "printedName": "AVFAudio",
2083
- "declKind": "Import",
2084
- "moduleName": "DavoiceTTS"
2085
- },
2086
2226
  {
2087
2227
  "kind": "TypeDecl",
2088
- "name": "STTDelegate",
2089
- "printedName": "STTDelegate",
2228
+ "name": "AudioPlaybackHook",
2229
+ "printedName": "AudioPlaybackHook",
2090
2230
  "children": [
2091
2231
  {
2092
- "kind": "Function",
2093
- "name": "stt",
2094
- "printedName": "stt(_:didEmitEvent:body:)",
2232
+ "kind": "Var",
2233
+ "name": "engineScheduleFile",
2234
+ "printedName": "engineScheduleFile",
2095
2235
  "children": [
2096
- {
2097
- "kind": "TypeNominal",
2098
- "name": "Void",
2099
- "printedName": "()"
2100
- },
2101
- {
2102
- "kind": "TypeNominal",
2103
- "name": "STT",
2104
- "printedName": "DavoiceTTS.STT",
2105
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
2106
- },
2107
- {
2108
- "kind": "TypeNominal",
2109
- "name": "String",
2110
- "printedName": "Swift.String",
2111
- "usr": "s:SS"
2112
- },
2113
2236
  {
2114
2237
  "kind": "TypeNominal",
2115
2238
  "name": "Optional",
2116
- "printedName": "[Swift.String : Any]?",
2239
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
2117
2240
  "children": [
2118
2241
  {
2119
- "kind": "TypeNominal",
2120
- "name": "Dictionary",
2121
- "printedName": "[Swift.String : Any]",
2242
+ "kind": "TypeFunc",
2243
+ "name": "Function",
2244
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
2122
2245
  "children": [
2123
2246
  {
2124
2247
  "kind": "TypeNominal",
2125
- "name": "String",
2126
- "printedName": "Swift.String",
2127
- "usr": "s:SS"
2248
+ "name": "Bool",
2249
+ "printedName": "Swift.Bool",
2250
+ "usr": "s:Sb"
2128
2251
  },
2129
2252
  {
2130
2253
  "kind": "TypeNominal",
2131
- "name": "ProtocolComposition",
2132
- "printedName": "Any"
2254
+ "name": "Tuple",
2255
+ "printedName": "(Foundation.URL, () -> ())",
2256
+ "children": [
2257
+ {
2258
+ "kind": "TypeNominal",
2259
+ "name": "URL",
2260
+ "printedName": "Foundation.URL",
2261
+ "usr": "s:10Foundation3URLV"
2262
+ },
2263
+ {
2264
+ "kind": "TypeFunc",
2265
+ "name": "Function",
2266
+ "printedName": "() -> ()",
2267
+ "children": [
2268
+ {
2269
+ "kind": "TypeNominal",
2270
+ "name": "Void",
2271
+ "printedName": "()"
2272
+ },
2273
+ {
2274
+ "kind": "TypeNominal",
2275
+ "name": "Void",
2276
+ "printedName": "()"
2277
+ }
2278
+ ]
2279
+ }
2280
+ ]
2133
2281
  }
2134
- ],
2135
- "usr": "s:SD"
2282
+ ]
2136
2283
  }
2137
2284
  ],
2138
2285
  "usr": "s:Sq"
2139
2286
  }
2140
2287
  ],
2141
- "declKind": "Func",
2142
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
2143
- "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
2144
- "moduleName": "DavoiceTTS",
2145
- "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
2146
- "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
2147
- "protocolReq": true,
2148
- "declAttributes": [
2149
- "ObjC"
2150
- ],
2151
- "reqNewWitnessTableEntry": true,
2152
- "funcSelfKind": "NonMutating"
2153
- }
2154
- ],
2155
- "declKind": "Protocol",
2156
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
2157
- "mangledName": "$s10DavoiceTTS11STTDelegateP",
2158
- "moduleName": "DavoiceTTS",
2159
- "genericSig": "<τ_0_0 : AnyObject>",
2160
- "sugared_genericSig": "<Self : AnyObject>",
2161
- "declAttributes": [
2162
- "AccessControl",
2163
- "ObjC",
2164
- "RawDocComment"
2165
- ],
2166
- "conformances": [
2167
- {
2168
- "kind": "Conformance",
2169
- "name": "Escapable",
2170
- "printedName": "Escapable",
2171
- "usr": "s:s9EscapableP",
2172
- "mangledName": "$ss9EscapableP"
2173
- },
2174
- {
2175
- "kind": "Conformance",
2176
- "name": "Copyable",
2177
- "printedName": "Copyable",
2178
- "usr": "s:s8CopyableP",
2179
- "mangledName": "$ss8CopyableP"
2180
- }
2181
- ]
2182
- },
2183
- {
2184
- "kind": "TypeDecl",
2185
- "name": "STT",
2186
- "printedName": "STT",
2187
- "children": [
2188
- {
2189
- "kind": "Var",
2190
- "name": "delegate",
2191
- "printedName": "delegate",
2192
- "children": [
2193
- {
2194
- "kind": "TypeNominal",
2195
- "name": "WeakStorage",
2196
- "printedName": "(any DavoiceTTS.STTDelegate)?"
2197
- }
2198
- ],
2199
2288
  "declKind": "Var",
2200
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
2201
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
2289
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
2290
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
2202
2291
  "moduleName": "DavoiceTTS",
2292
+ "static": true,
2203
2293
  "declAttributes": [
2204
2294
  "HasInitialValue",
2205
- "Final",
2206
2295
  "HasStorage",
2207
- "ReferenceOwnership",
2208
2296
  "AccessControl",
2209
- "ObjC"
2297
+ "RawDocComment"
2210
2298
  ],
2211
- "ownership": 1,
2212
2299
  "hasStorage": true,
2213
2300
  "accessors": [
2214
2301
  {
@@ -2219,27 +2306,61 @@
2219
2306
  {
2220
2307
  "kind": "TypeNominal",
2221
2308
  "name": "Optional",
2222
- "printedName": "(any DavoiceTTS.STTDelegate)?",
2309
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
2223
2310
  "children": [
2224
2311
  {
2225
- "kind": "TypeNominal",
2226
- "name": "STTDelegate",
2227
- "printedName": "any DavoiceTTS.STTDelegate",
2228
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
2312
+ "kind": "TypeFunc",
2313
+ "name": "Function",
2314
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
2315
+ "children": [
2316
+ {
2317
+ "kind": "TypeNominal",
2318
+ "name": "Bool",
2319
+ "printedName": "Swift.Bool",
2320
+ "usr": "s:Sb"
2321
+ },
2322
+ {
2323
+ "kind": "TypeNominal",
2324
+ "name": "Tuple",
2325
+ "printedName": "(Foundation.URL, () -> ())",
2326
+ "children": [
2327
+ {
2328
+ "kind": "TypeNominal",
2329
+ "name": "URL",
2330
+ "printedName": "Foundation.URL",
2331
+ "usr": "s:10Foundation3URLV"
2332
+ },
2333
+ {
2334
+ "kind": "TypeFunc",
2335
+ "name": "Function",
2336
+ "printedName": "() -> ()",
2337
+ "children": [
2338
+ {
2339
+ "kind": "TypeNominal",
2340
+ "name": "Void",
2341
+ "printedName": "()"
2342
+ },
2343
+ {
2344
+ "kind": "TypeNominal",
2345
+ "name": "Void",
2346
+ "printedName": "()"
2347
+ }
2348
+ ]
2349
+ }
2350
+ ]
2351
+ }
2352
+ ]
2229
2353
  }
2230
2354
  ],
2231
2355
  "usr": "s:Sq"
2232
2356
  }
2233
2357
  ],
2234
2358
  "declKind": "Accessor",
2235
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
2236
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
2359
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
2360
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
2237
2361
  "moduleName": "DavoiceTTS",
2362
+ "static": true,
2238
2363
  "implicit": true,
2239
- "declAttributes": [
2240
- "Final",
2241
- "ObjC"
2242
- ],
2243
2364
  "accessorKind": "get"
2244
2365
  },
2245
2366
  {
@@ -2255,74 +2376,126 @@
2255
2376
  {
2256
2377
  "kind": "TypeNominal",
2257
2378
  "name": "Optional",
2258
- "printedName": "(any DavoiceTTS.STTDelegate)?",
2379
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
2259
2380
  "children": [
2260
2381
  {
2261
- "kind": "TypeNominal",
2262
- "name": "STTDelegate",
2263
- "printedName": "any DavoiceTTS.STTDelegate",
2264
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
2265
- }
2266
- ],
2267
- "usr": "s:Sq"
2268
- }
2269
- ],
2270
- "declKind": "Accessor",
2271
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
2272
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
2273
- "moduleName": "DavoiceTTS",
2274
- "implicit": true,
2275
- "declAttributes": [
2276
- "Final",
2277
- "ObjC"
2278
- ],
2279
- "accessorKind": "set"
2280
- },
2281
- {
2282
- "kind": "Accessor",
2283
- "name": "Modify",
2284
- "printedName": "Modify()",
2285
- "children": [
2286
- {
2287
- "kind": "TypeNominal",
2288
- "name": "Void",
2289
- "printedName": "()"
2290
- }
2291
- ],
2292
- "declKind": "Accessor",
2293
- "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
2294
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
2295
- "moduleName": "DavoiceTTS",
2296
- "implicit": true,
2297
- "declAttributes": [
2298
- "Final"
2299
- ],
2300
- "accessorKind": "_modify"
2301
- }
2302
- ]
2303
- },
2382
+ "kind": "TypeFunc",
2383
+ "name": "Function",
2384
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
2385
+ "children": [
2386
+ {
2387
+ "kind": "TypeNominal",
2388
+ "name": "Bool",
2389
+ "printedName": "Swift.Bool",
2390
+ "usr": "s:Sb"
2391
+ },
2392
+ {
2393
+ "kind": "TypeNominal",
2394
+ "name": "Tuple",
2395
+ "printedName": "(Foundation.URL, () -> ())",
2396
+ "children": [
2397
+ {
2398
+ "kind": "TypeNominal",
2399
+ "name": "URL",
2400
+ "printedName": "Foundation.URL",
2401
+ "usr": "s:10Foundation3URLV"
2402
+ },
2403
+ {
2404
+ "kind": "TypeFunc",
2405
+ "name": "Function",
2406
+ "printedName": "() -> ()",
2407
+ "children": [
2408
+ {
2409
+ "kind": "TypeNominal",
2410
+ "name": "Void",
2411
+ "printedName": "()"
2412
+ },
2413
+ {
2414
+ "kind": "TypeNominal",
2415
+ "name": "Void",
2416
+ "printedName": "()"
2417
+ }
2418
+ ]
2419
+ }
2420
+ ]
2421
+ }
2422
+ ]
2423
+ }
2424
+ ],
2425
+ "usr": "s:Sq"
2426
+ }
2427
+ ],
2428
+ "declKind": "Accessor",
2429
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
2430
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
2431
+ "moduleName": "DavoiceTTS",
2432
+ "static": true,
2433
+ "implicit": true,
2434
+ "accessorKind": "set"
2435
+ },
2436
+ {
2437
+ "kind": "Accessor",
2438
+ "name": "Modify",
2439
+ "printedName": "Modify()",
2440
+ "children": [
2441
+ {
2442
+ "kind": "TypeNominal",
2443
+ "name": "Void",
2444
+ "printedName": "()"
2445
+ }
2446
+ ],
2447
+ "declKind": "Accessor",
2448
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
2449
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
2450
+ "moduleName": "DavoiceTTS",
2451
+ "static": true,
2452
+ "implicit": true,
2453
+ "accessorKind": "_modify"
2454
+ }
2455
+ ]
2456
+ },
2304
2457
  {
2305
2458
  "kind": "Var",
2306
- "name": "continuous",
2307
- "printedName": "continuous",
2459
+ "name": "isEngineReady",
2460
+ "printedName": "isEngineReady",
2308
2461
  "children": [
2309
2462
  {
2310
2463
  "kind": "TypeNominal",
2311
- "name": "Bool",
2312
- "printedName": "Swift.Bool",
2313
- "usr": "s:Sb"
2464
+ "name": "Optional",
2465
+ "printedName": "(() -> Swift.Bool)?",
2466
+ "children": [
2467
+ {
2468
+ "kind": "TypeFunc",
2469
+ "name": "Function",
2470
+ "printedName": "() -> Swift.Bool",
2471
+ "children": [
2472
+ {
2473
+ "kind": "TypeNominal",
2474
+ "name": "Bool",
2475
+ "printedName": "Swift.Bool",
2476
+ "usr": "s:Sb"
2477
+ },
2478
+ {
2479
+ "kind": "TypeNominal",
2480
+ "name": "Void",
2481
+ "printedName": "()"
2482
+ }
2483
+ ]
2484
+ }
2485
+ ],
2486
+ "usr": "s:Sq"
2314
2487
  }
2315
2488
  ],
2316
2489
  "declKind": "Var",
2317
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
2318
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
2490
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
2491
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
2319
2492
  "moduleName": "DavoiceTTS",
2493
+ "static": true,
2320
2494
  "declAttributes": [
2321
2495
  "HasInitialValue",
2322
- "Final",
2323
2496
  "HasStorage",
2324
2497
  "AccessControl",
2325
- "ObjC"
2498
+ "RawDocComment"
2326
2499
  ],
2327
2500
  "hasStorage": true,
2328
2501
  "accessors": [
@@ -2333,20 +2506,37 @@
2333
2506
  "children": [
2334
2507
  {
2335
2508
  "kind": "TypeNominal",
2336
- "name": "Bool",
2337
- "printedName": "Swift.Bool",
2338
- "usr": "s:Sb"
2509
+ "name": "Optional",
2510
+ "printedName": "(() -> Swift.Bool)?",
2511
+ "children": [
2512
+ {
2513
+ "kind": "TypeFunc",
2514
+ "name": "Function",
2515
+ "printedName": "() -> Swift.Bool",
2516
+ "children": [
2517
+ {
2518
+ "kind": "TypeNominal",
2519
+ "name": "Bool",
2520
+ "printedName": "Swift.Bool",
2521
+ "usr": "s:Sb"
2522
+ },
2523
+ {
2524
+ "kind": "TypeNominal",
2525
+ "name": "Void",
2526
+ "printedName": "()"
2527
+ }
2528
+ ]
2529
+ }
2530
+ ],
2531
+ "usr": "s:Sq"
2339
2532
  }
2340
2533
  ],
2341
2534
  "declKind": "Accessor",
2342
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
2343
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
2535
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
2536
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
2344
2537
  "moduleName": "DavoiceTTS",
2538
+ "static": true,
2345
2539
  "implicit": true,
2346
- "declAttributes": [
2347
- "Final",
2348
- "ObjC"
2349
- ],
2350
2540
  "accessorKind": "get"
2351
2541
  },
2352
2542
  {
@@ -2361,20 +2551,37 @@
2361
2551
  },
2362
2552
  {
2363
2553
  "kind": "TypeNominal",
2364
- "name": "Bool",
2365
- "printedName": "Swift.Bool",
2366
- "usr": "s:Sb"
2554
+ "name": "Optional",
2555
+ "printedName": "(() -> Swift.Bool)?",
2556
+ "children": [
2557
+ {
2558
+ "kind": "TypeFunc",
2559
+ "name": "Function",
2560
+ "printedName": "() -> Swift.Bool",
2561
+ "children": [
2562
+ {
2563
+ "kind": "TypeNominal",
2564
+ "name": "Bool",
2565
+ "printedName": "Swift.Bool",
2566
+ "usr": "s:Sb"
2567
+ },
2568
+ {
2569
+ "kind": "TypeNominal",
2570
+ "name": "Void",
2571
+ "printedName": "()"
2572
+ }
2573
+ ]
2574
+ }
2575
+ ],
2576
+ "usr": "s:Sq"
2367
2577
  }
2368
2578
  ],
2369
2579
  "declKind": "Accessor",
2370
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
2371
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
2580
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
2581
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
2372
2582
  "moduleName": "DavoiceTTS",
2583
+ "static": true,
2373
2584
  "implicit": true,
2374
- "declAttributes": [
2375
- "Final",
2376
- "ObjC"
2377
- ],
2378
2585
  "accessorKind": "set"
2379
2586
  },
2380
2587
  {
@@ -2389,51 +2596,57 @@
2389
2596
  }
2390
2597
  ],
2391
2598
  "declKind": "Accessor",
2392
- "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
2393
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
2599
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
2600
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
2394
2601
  "moduleName": "DavoiceTTS",
2602
+ "static": true,
2395
2603
  "implicit": true,
2396
- "declAttributes": [
2397
- "Final"
2398
- ],
2399
2604
  "accessorKind": "_modify"
2400
2605
  }
2401
2606
  ]
2402
2607
  },
2403
2608
  {
2404
2609
  "kind": "Var",
2405
- "name": "supportedEvents",
2406
- "printedName": "supportedEvents",
2610
+ "name": "useOnlyEnginePlayback",
2611
+ "printedName": "useOnlyEnginePlayback",
2407
2612
  "children": [
2408
2613
  {
2409
2614
  "kind": "TypeNominal",
2410
- "name": "Array",
2411
- "printedName": "[Swift.String]",
2615
+ "name": "Optional",
2616
+ "printedName": "(() -> Swift.Bool)?",
2412
2617
  "children": [
2413
2618
  {
2414
- "kind": "TypeNominal",
2415
- "name": "String",
2416
- "printedName": "Swift.String",
2417
- "usr": "s:SS"
2619
+ "kind": "TypeFunc",
2620
+ "name": "Function",
2621
+ "printedName": "() -> Swift.Bool",
2622
+ "children": [
2623
+ {
2624
+ "kind": "TypeNominal",
2625
+ "name": "Bool",
2626
+ "printedName": "Swift.Bool",
2627
+ "usr": "s:Sb"
2628
+ },
2629
+ {
2630
+ "kind": "TypeNominal",
2631
+ "name": "Void",
2632
+ "printedName": "()"
2633
+ }
2634
+ ]
2418
2635
  }
2419
2636
  ],
2420
- "usr": "s:Sa"
2637
+ "usr": "s:Sq"
2421
2638
  }
2422
2639
  ],
2423
2640
  "declKind": "Var",
2424
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
2425
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
2641
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
2642
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
2426
2643
  "moduleName": "DavoiceTTS",
2427
2644
  "static": true,
2428
2645
  "declAttributes": [
2429
2646
  "HasInitialValue",
2430
- "Final",
2431
2647
  "HasStorage",
2432
- "AccessControl",
2433
- "RawDocComment",
2434
- "ObjC"
2648
+ "AccessControl"
2435
2649
  ],
2436
- "isLet": true,
2437
2650
  "hasStorage": true,
2438
2651
  "accessors": [
2439
2652
  {
@@ -2443,47 +2656,43 @@
2443
2656
  "children": [
2444
2657
  {
2445
2658
  "kind": "TypeNominal",
2446
- "name": "Array",
2447
- "printedName": "[Swift.String]",
2659
+ "name": "Optional",
2660
+ "printedName": "(() -> Swift.Bool)?",
2448
2661
  "children": [
2449
2662
  {
2450
- "kind": "TypeNominal",
2451
- "name": "String",
2452
- "printedName": "Swift.String",
2453
- "usr": "s:SS"
2663
+ "kind": "TypeFunc",
2664
+ "name": "Function",
2665
+ "printedName": "() -> Swift.Bool",
2666
+ "children": [
2667
+ {
2668
+ "kind": "TypeNominal",
2669
+ "name": "Bool",
2670
+ "printedName": "Swift.Bool",
2671
+ "usr": "s:Sb"
2672
+ },
2673
+ {
2674
+ "kind": "TypeNominal",
2675
+ "name": "Void",
2676
+ "printedName": "()"
2677
+ }
2678
+ ]
2454
2679
  }
2455
2680
  ],
2456
- "usr": "s:Sa"
2681
+ "usr": "s:Sq"
2457
2682
  }
2458
2683
  ],
2459
2684
  "declKind": "Accessor",
2460
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
2461
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
2685
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
2686
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
2462
2687
  "moduleName": "DavoiceTTS",
2463
2688
  "static": true,
2464
2689
  "implicit": true,
2465
- "declAttributes": [
2466
- "Final",
2467
- "ObjC"
2468
- ],
2469
2690
  "accessorKind": "get"
2470
- }
2471
- ]
2472
- },
2473
- {
2474
- "kind": "Function",
2475
- "name": "isSpeechAvailable",
2476
- "printedName": "isSpeechAvailable(_:)",
2477
- "children": [
2478
- {
2479
- "kind": "TypeNominal",
2480
- "name": "Void",
2481
- "printedName": "()"
2482
2691
  },
2483
2692
  {
2484
- "kind": "TypeFunc",
2485
- "name": "Function",
2486
- "printedName": "(Swift.Bool) -> ()",
2693
+ "kind": "Accessor",
2694
+ "name": "Set",
2695
+ "printedName": "Set()",
2487
2696
  "children": [
2488
2697
  {
2489
2698
  "kind": "TypeNominal",
@@ -2492,148 +2701,74 @@
2492
2701
  },
2493
2702
  {
2494
2703
  "kind": "TypeNominal",
2495
- "name": "Bool",
2496
- "printedName": "Swift.Bool",
2497
- "usr": "s:Sb"
2704
+ "name": "Optional",
2705
+ "printedName": "(() -> Swift.Bool)?",
2706
+ "children": [
2707
+ {
2708
+ "kind": "TypeFunc",
2709
+ "name": "Function",
2710
+ "printedName": "() -> Swift.Bool",
2711
+ "children": [
2712
+ {
2713
+ "kind": "TypeNominal",
2714
+ "name": "Bool",
2715
+ "printedName": "Swift.Bool",
2716
+ "usr": "s:Sb"
2717
+ },
2718
+ {
2719
+ "kind": "TypeNominal",
2720
+ "name": "Void",
2721
+ "printedName": "()"
2722
+ }
2723
+ ]
2724
+ }
2725
+ ],
2726
+ "usr": "s:Sq"
2498
2727
  }
2499
- ]
2500
- }
2501
- ],
2502
- "declKind": "Func",
2503
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
2504
- "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
2505
- "moduleName": "DavoiceTTS",
2506
- "declAttributes": [
2507
- "Final",
2508
- "AccessControl",
2509
- "RawDocComment",
2510
- "ObjC"
2511
- ],
2512
- "funcSelfKind": "NonMutating"
2513
- },
2514
- {
2515
- "kind": "Function",
2516
- "name": "isRecognizing",
2517
- "printedName": "isRecognizing()",
2518
- "children": [
2519
- {
2520
- "kind": "TypeNominal",
2521
- "name": "Bool",
2522
- "printedName": "Swift.Bool",
2523
- "usr": "s:Sb"
2524
- }
2525
- ],
2526
- "declKind": "Func",
2527
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
2528
- "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
2529
- "moduleName": "DavoiceTTS",
2530
- "declAttributes": [
2531
- "Final",
2532
- "AccessControl",
2533
- "ObjC"
2534
- ],
2535
- "funcSelfKind": "NonMutating"
2536
- },
2537
- {
2538
- "kind": "Function",
2539
- "name": "pauseMicrophone",
2540
- "printedName": "pauseMicrophone()",
2541
- "children": [
2542
- {
2543
- "kind": "TypeNominal",
2544
- "name": "Void",
2545
- "printedName": "()"
2546
- }
2547
- ],
2548
- "declKind": "Func",
2549
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
2550
- "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
2551
- "moduleName": "DavoiceTTS",
2552
- "declAttributes": [
2553
- "Final",
2554
- "AccessControl",
2555
- "ObjC",
2556
- "RawDocComment"
2557
- ],
2558
- "funcSelfKind": "NonMutating"
2559
- },
2560
- {
2561
- "kind": "Function",
2562
- "name": "unPauseMicrophone",
2563
- "printedName": "unPauseMicrophone()",
2564
- "children": [
2565
- {
2566
- "kind": "TypeNominal",
2567
- "name": "Void",
2568
- "printedName": "()"
2569
- }
2570
- ],
2571
- "declKind": "Func",
2572
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
2573
- "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
2574
- "moduleName": "DavoiceTTS",
2575
- "declAttributes": [
2576
- "Final",
2577
- "AccessControl",
2578
- "ObjC"
2579
- ],
2580
- "funcSelfKind": "NonMutating"
2581
- },
2582
- {
2583
- "kind": "Function",
2584
- "name": "startSpeech",
2585
- "printedName": "startSpeech(localeStr:)",
2586
- "children": [
2587
- {
2588
- "kind": "TypeNominal",
2589
- "name": "Void",
2590
- "printedName": "()"
2728
+ ],
2729
+ "declKind": "Accessor",
2730
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
2731
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
2732
+ "moduleName": "DavoiceTTS",
2733
+ "static": true,
2734
+ "implicit": true,
2735
+ "accessorKind": "set"
2591
2736
  },
2592
2737
  {
2593
- "kind": "TypeNominal",
2594
- "name": "Optional",
2595
- "printedName": "Swift.String?",
2738
+ "kind": "Accessor",
2739
+ "name": "Modify",
2740
+ "printedName": "Modify()",
2596
2741
  "children": [
2597
2742
  {
2598
2743
  "kind": "TypeNominal",
2599
- "name": "String",
2600
- "printedName": "Swift.String",
2601
- "usr": "s:SS"
2744
+ "name": "Void",
2745
+ "printedName": "()"
2602
2746
  }
2603
2747
  ],
2604
- "usr": "s:Sq"
2748
+ "declKind": "Accessor",
2749
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
2750
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
2751
+ "moduleName": "DavoiceTTS",
2752
+ "static": true,
2753
+ "implicit": true,
2754
+ "accessorKind": "_modify"
2605
2755
  }
2606
- ],
2607
- "declKind": "Func",
2608
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
2609
- "mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
2610
- "moduleName": "DavoiceTTS",
2611
- "declAttributes": [
2612
- "Final",
2613
- "AccessControl",
2614
- "ObjC"
2615
- ],
2616
- "funcSelfKind": "NonMutating"
2756
+ ]
2617
2757
  },
2618
2758
  {
2619
- "kind": "Function",
2620
- "name": "stopSpeech",
2621
- "printedName": "stopSpeech(_:)",
2759
+ "kind": "Var",
2760
+ "name": "stopEnginePlayback",
2761
+ "printedName": "stopEnginePlayback",
2622
2762
  "children": [
2623
- {
2624
- "kind": "TypeNominal",
2625
- "name": "Void",
2626
- "printedName": "()"
2627
- },
2628
2763
  {
2629
2764
  "kind": "TypeNominal",
2630
2765
  "name": "Optional",
2631
- "printedName": "((Swift.Bool) -> ())?",
2766
+ "printedName": "(() -> ())?",
2632
2767
  "children": [
2633
2768
  {
2634
2769
  "kind": "TypeFunc",
2635
2770
  "name": "Function",
2636
- "printedName": "(Swift.Bool) -> ()",
2771
+ "printedName": "() -> ()",
2637
2772
  "children": [
2638
2773
  {
2639
2774
  "kind": "TypeNominal",
@@ -2642,225 +2777,139 @@
2642
2777
  },
2643
2778
  {
2644
2779
  "kind": "TypeNominal",
2645
- "name": "Bool",
2646
- "printedName": "Swift.Bool",
2647
- "usr": "s:Sb"
2780
+ "name": "Void",
2781
+ "printedName": "()"
2648
2782
  }
2649
2783
  ]
2650
2784
  }
2651
2785
  ],
2652
- "hasDefaultArg": true,
2653
2786
  "usr": "s:Sq"
2654
2787
  }
2655
2788
  ],
2656
- "declKind": "Func",
2657
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
2658
- "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
2789
+ "declKind": "Var",
2790
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
2791
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
2659
2792
  "moduleName": "DavoiceTTS",
2793
+ "static": true,
2660
2794
  "declAttributes": [
2661
- "Final",
2662
- "AccessControl",
2663
- "ObjC"
2795
+ "HasInitialValue",
2796
+ "HasStorage",
2797
+ "AccessControl"
2664
2798
  ],
2665
- "funcSelfKind": "NonMutating"
2666
- },
2667
- {
2668
- "kind": "Function",
2669
- "name": "cancelSpeech",
2670
- "printedName": "cancelSpeech(_:)",
2671
- "children": [
2672
- {
2673
- "kind": "TypeNominal",
2674
- "name": "Void",
2675
- "printedName": "()"
2676
- },
2799
+ "hasStorage": true,
2800
+ "accessors": [
2677
2801
  {
2678
- "kind": "TypeNominal",
2679
- "name": "Optional",
2680
- "printedName": "((Swift.Bool) -> ())?",
2802
+ "kind": "Accessor",
2803
+ "name": "Get",
2804
+ "printedName": "Get()",
2681
2805
  "children": [
2682
2806
  {
2683
- "kind": "TypeFunc",
2684
- "name": "Function",
2685
- "printedName": "(Swift.Bool) -> ()",
2807
+ "kind": "TypeNominal",
2808
+ "name": "Optional",
2809
+ "printedName": "(() -> ())?",
2686
2810
  "children": [
2687
2811
  {
2688
- "kind": "TypeNominal",
2689
- "name": "Void",
2690
- "printedName": "()"
2691
- },
2692
- {
2693
- "kind": "TypeNominal",
2694
- "name": "Bool",
2695
- "printedName": "Swift.Bool",
2696
- "usr": "s:Sb"
2697
- }
2698
- ]
2699
- }
2812
+ "kind": "TypeFunc",
2813
+ "name": "Function",
2814
+ "printedName": "() -> ()",
2815
+ "children": [
2816
+ {
2817
+ "kind": "TypeNominal",
2818
+ "name": "Void",
2819
+ "printedName": "()"
2820
+ },
2821
+ {
2822
+ "kind": "TypeNominal",
2823
+ "name": "Void",
2824
+ "printedName": "()"
2825
+ }
2826
+ ]
2827
+ }
2828
+ ],
2829
+ "usr": "s:Sq"
2830
+ }
2700
2831
  ],
2701
- "hasDefaultArg": true,
2702
- "usr": "s:Sq"
2703
- }
2704
- ],
2705
- "declKind": "Func",
2706
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
2707
- "mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
2708
- "moduleName": "DavoiceTTS",
2709
- "declAttributes": [
2710
- "Final",
2711
- "AccessControl",
2712
- "ObjC"
2713
- ],
2714
- "funcSelfKind": "NonMutating"
2715
- },
2716
- {
2717
- "kind": "Function",
2718
- "name": "destroySpeech",
2719
- "printedName": "destroySpeech(_:)",
2720
- "children": [
2721
- {
2722
- "kind": "TypeNominal",
2723
- "name": "Void",
2724
- "printedName": "()"
2832
+ "declKind": "Accessor",
2833
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
2834
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
2835
+ "moduleName": "DavoiceTTS",
2836
+ "static": true,
2837
+ "implicit": true,
2838
+ "accessorKind": "get"
2725
2839
  },
2726
2840
  {
2727
- "kind": "TypeNominal",
2728
- "name": "Optional",
2729
- "printedName": "((Swift.Bool) -> ())?",
2841
+ "kind": "Accessor",
2842
+ "name": "Set",
2843
+ "printedName": "Set()",
2730
2844
  "children": [
2731
2845
  {
2732
- "kind": "TypeFunc",
2733
- "name": "Function",
2734
- "printedName": "(Swift.Bool) -> ()",
2846
+ "kind": "TypeNominal",
2847
+ "name": "Void",
2848
+ "printedName": "()"
2849
+ },
2850
+ {
2851
+ "kind": "TypeNominal",
2852
+ "name": "Optional",
2853
+ "printedName": "(() -> ())?",
2735
2854
  "children": [
2736
2855
  {
2737
- "kind": "TypeNominal",
2738
- "name": "Void",
2739
- "printedName": "()"
2740
- },
2741
- {
2742
- "kind": "TypeNominal",
2743
- "name": "Bool",
2744
- "printedName": "Swift.Bool",
2745
- "usr": "s:Sb"
2856
+ "kind": "TypeFunc",
2857
+ "name": "Function",
2858
+ "printedName": "() -> ()",
2859
+ "children": [
2860
+ {
2861
+ "kind": "TypeNominal",
2862
+ "name": "Void",
2863
+ "printedName": "()"
2864
+ },
2865
+ {
2866
+ "kind": "TypeNominal",
2867
+ "name": "Void",
2868
+ "printedName": "()"
2869
+ }
2870
+ ]
2746
2871
  }
2747
- ]
2872
+ ],
2873
+ "usr": "s:Sq"
2748
2874
  }
2749
2875
  ],
2750
- "hasDefaultArg": true,
2751
- "usr": "s:Sq"
2752
- }
2753
- ],
2754
- "declKind": "Func",
2755
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
2756
- "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
2757
- "moduleName": "DavoiceTTS",
2758
- "declAttributes": [
2759
- "Final",
2760
- "AccessControl",
2761
- "ObjC"
2762
- ],
2763
- "funcSelfKind": "NonMutating"
2764
- },
2765
- {
2766
- "kind": "Function",
2767
- "name": "teardown",
2768
- "printedName": "teardown()",
2769
- "children": [
2770
- {
2771
- "kind": "TypeNominal",
2772
- "name": "Void",
2773
- "printedName": "()"
2774
- }
2775
- ],
2776
- "declKind": "Func",
2777
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
2778
- "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
2779
- "moduleName": "DavoiceTTS",
2780
- "declAttributes": [
2781
- "Final",
2782
- "AccessControl",
2783
- "ObjC"
2784
- ],
2785
- "funcSelfKind": "NonMutating"
2786
- },
2787
- {
2788
- "kind": "Function",
2789
- "name": "speechRecognizer",
2790
- "printedName": "speechRecognizer(_:availabilityDidChange:)",
2791
- "children": [
2792
- {
2793
- "kind": "TypeNominal",
2794
- "name": "Void",
2795
- "printedName": "()"
2796
- },
2797
- {
2798
- "kind": "TypeNominal",
2799
- "name": "SFSpeechRecognizer",
2800
- "printedName": "Speech.SFSpeechRecognizer",
2801
- "usr": "c:objc(cs)SFSpeechRecognizer"
2876
+ "declKind": "Accessor",
2877
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
2878
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
2879
+ "moduleName": "DavoiceTTS",
2880
+ "static": true,
2881
+ "implicit": true,
2882
+ "accessorKind": "set"
2802
2883
  },
2803
2884
  {
2804
- "kind": "TypeNominal",
2805
- "name": "Bool",
2806
- "printedName": "Swift.Bool",
2807
- "usr": "s:Sb"
2808
- }
2809
- ],
2810
- "declKind": "Func",
2811
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
2812
- "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
2813
- "moduleName": "DavoiceTTS",
2814
- "objc_name": "speechRecognizer:availabilityDidChange:",
2815
- "declAttributes": [
2816
- "Final",
2817
- "ObjC",
2818
- "AccessControl",
2819
- "RawDocComment"
2820
- ],
2821
- "funcSelfKind": "NonMutating"
2822
- },
2823
- {
2824
- "kind": "Constructor",
2825
- "name": "init",
2826
- "printedName": "init()",
2827
- "children": [
2828
- {
2829
- "kind": "TypeNominal",
2830
- "name": "STT",
2831
- "printedName": "DavoiceTTS.STT",
2832
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
2885
+ "kind": "Accessor",
2886
+ "name": "Modify",
2887
+ "printedName": "Modify()",
2888
+ "children": [
2889
+ {
2890
+ "kind": "TypeNominal",
2891
+ "name": "Void",
2892
+ "printedName": "()"
2893
+ }
2894
+ ],
2895
+ "declKind": "Accessor",
2896
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
2897
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
2898
+ "moduleName": "DavoiceTTS",
2899
+ "static": true,
2900
+ "implicit": true,
2901
+ "accessorKind": "_modify"
2833
2902
  }
2834
- ],
2835
- "declKind": "Constructor",
2836
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
2837
- "mangledName": "$s10DavoiceTTS3STTCACycfc",
2838
- "moduleName": "DavoiceTTS",
2839
- "overriding": true,
2840
- "implicit": true,
2841
- "objc_name": "init",
2842
- "declAttributes": [
2843
- "Dynamic",
2844
- "ObjC",
2845
- "Override"
2846
- ],
2847
- "init_kind": "Designated"
2903
+ ]
2848
2904
  }
2849
2905
  ],
2850
- "declKind": "Class",
2851
- "usr": "c:@M@DavoiceTTS@objc(cs)STT",
2852
- "mangledName": "$s10DavoiceTTS3STTC",
2906
+ "declKind": "Enum",
2907
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
2908
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
2853
2909
  "moduleName": "DavoiceTTS",
2854
2910
  "declAttributes": [
2855
- "Final",
2856
2911
  "AccessControl",
2857
- "ObjCMembers",
2858
- "ObjC"
2859
- ],
2860
- "superclassUsr": "c:objc(cs)NSObject",
2861
- "inheritsConvenienceInitializers": true,
2862
- "superclassNames": [
2863
- "ObjectiveC.NSObject"
2912
+ "RawDocComment"
2864
2913
  ],
2865
2914
  "conformances": [
2866
2915
  {
@@ -2876,55 +2925,6 @@
2876
2925
  "printedName": "Escapable",
2877
2926
  "usr": "s:s9EscapableP",
2878
2927
  "mangledName": "$ss9EscapableP"
2879
- },
2880
- {
2881
- "kind": "Conformance",
2882
- "name": "Equatable",
2883
- "printedName": "Equatable",
2884
- "usr": "s:SQ",
2885
- "mangledName": "$sSQ"
2886
- },
2887
- {
2888
- "kind": "Conformance",
2889
- "name": "Hashable",
2890
- "printedName": "Hashable",
2891
- "usr": "s:SH",
2892
- "mangledName": "$sSH"
2893
- },
2894
- {
2895
- "kind": "Conformance",
2896
- "name": "CVarArg",
2897
- "printedName": "CVarArg",
2898
- "usr": "s:s7CVarArgP",
2899
- "mangledName": "$ss7CVarArgP"
2900
- },
2901
- {
2902
- "kind": "Conformance",
2903
- "name": "_KeyValueCodingAndObservingPublishing",
2904
- "printedName": "_KeyValueCodingAndObservingPublishing",
2905
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
2906
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
2907
- },
2908
- {
2909
- "kind": "Conformance",
2910
- "name": "_KeyValueCodingAndObserving",
2911
- "printedName": "_KeyValueCodingAndObserving",
2912
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2913
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2914
- },
2915
- {
2916
- "kind": "Conformance",
2917
- "name": "CustomStringConvertible",
2918
- "printedName": "CustomStringConvertible",
2919
- "usr": "s:s23CustomStringConvertibleP",
2920
- "mangledName": "$ss23CustomStringConvertibleP"
2921
- },
2922
- {
2923
- "kind": "Conformance",
2924
- "name": "CustomDebugStringConvertible",
2925
- "printedName": "CustomDebugStringConvertible",
2926
- "usr": "s:s28CustomDebugStringConvertibleP",
2927
- "mangledName": "$ss28CustomDebugStringConvertibleP"
2928
2928
  }
2929
2929
  ]
2930
2930
  }
@@ -2932,6 +2932,258 @@
2932
2932
  "json_format_version": 8
2933
2933
  },
2934
2934
  "ConstValues": [
2935
+ {
2936
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2937
+ "kind": "BooleanLiteral",
2938
+ "offset": 458,
2939
+ "length": 4,
2940
+ "value": "true"
2941
+ },
2942
+ {
2943
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2944
+ "kind": "BooleanLiteral",
2945
+ "offset": 802,
2946
+ "length": 5,
2947
+ "value": "false"
2948
+ },
2949
+ {
2950
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2951
+ "kind": "IntegerLiteral",
2952
+ "offset": 953,
2953
+ "length": 1,
2954
+ "value": "0"
2955
+ },
2956
+ {
2957
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2958
+ "kind": "IntegerLiteral",
2959
+ "offset": 1004,
2960
+ "length": 1,
2961
+ "value": "0"
2962
+ },
2963
+ {
2964
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2965
+ "kind": "BooleanLiteral",
2966
+ "offset": 1089,
2967
+ "length": 5,
2968
+ "value": "false"
2969
+ },
2970
+ {
2971
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2972
+ "kind": "IntegerLiteral",
2973
+ "offset": 1194,
2974
+ "length": 1,
2975
+ "value": "0"
2976
+ },
2977
+ {
2978
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2979
+ "kind": "FloatLiteral",
2980
+ "offset": 1280,
2981
+ "length": 3,
2982
+ "value": "4.0"
2983
+ },
2984
+ {
2985
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2986
+ "kind": "IntegerLiteral",
2987
+ "offset": 1416,
2988
+ "length": 1,
2989
+ "value": "0"
2990
+ },
2991
+ {
2992
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
2993
+ "kind": "FloatLiteral",
2994
+ "offset": 1468,
2995
+ "length": 3,
2996
+ "value": "1.0"
2997
+ },
2998
+ {
2999
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3000
+ "kind": "IntegerLiteral",
3001
+ "offset": 1547,
3002
+ "length": 1,
3003
+ "value": "0"
3004
+ },
3005
+ {
3006
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3007
+ "kind": "IntegerLiteral",
3008
+ "offset": 1622,
3009
+ "length": 1,
3010
+ "value": "0"
3011
+ },
3012
+ {
3013
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3014
+ "kind": "IntegerLiteral",
3015
+ "offset": 1717,
3016
+ "length": 1,
3017
+ "value": "0"
3018
+ },
3019
+ {
3020
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3021
+ "kind": "IntegerLiteral",
3022
+ "offset": 1797,
3023
+ "length": 1,
3024
+ "value": "0"
3025
+ },
3026
+ {
3027
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3028
+ "kind": "FloatLiteral",
3029
+ "offset": 1848,
3030
+ "length": 3,
3031
+ "value": "8.0"
3032
+ },
3033
+ {
3034
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3035
+ "kind": "FloatLiteral",
3036
+ "offset": 1949,
3037
+ "length": 3,
3038
+ "value": "2.0"
3039
+ },
3040
+ {
3041
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3042
+ "kind": "IntegerLiteral",
3043
+ "offset": 1999,
3044
+ "length": 1,
3045
+ "value": "0"
3046
+ },
3047
+ {
3048
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3049
+ "kind": "BooleanLiteral",
3050
+ "offset": 2029,
3051
+ "length": 5,
3052
+ "value": "false"
3053
+ },
3054
+ {
3055
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3056
+ "kind": "IntegerLiteral",
3057
+ "offset": 2075,
3058
+ "length": 1,
3059
+ "value": "0"
3060
+ },
3061
+ {
3062
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3063
+ "kind": "IntegerLiteral",
3064
+ "offset": 2146,
3065
+ "length": 1,
3066
+ "value": "0"
3067
+ },
3068
+ {
3069
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3070
+ "kind": "IntegerLiteral",
3071
+ "offset": 2197,
3072
+ "length": 1,
3073
+ "value": "0"
3074
+ },
3075
+ {
3076
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3077
+ "kind": "StringLiteral",
3078
+ "offset": 2240,
3079
+ "length": 6,
3080
+ "value": "\"cold\""
3081
+ },
3082
+ {
3083
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3084
+ "kind": "BooleanLiteral",
3085
+ "offset": 2312,
3086
+ "length": 5,
3087
+ "value": "false"
3088
+ },
3089
+ {
3090
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3091
+ "kind": "BooleanLiteral",
3092
+ "offset": 2616,
3093
+ "length": 5,
3094
+ "value": "false"
3095
+ },
3096
+ {
3097
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3098
+ "kind": "IntegerLiteral",
3099
+ "offset": 2694,
3100
+ "length": 1,
3101
+ "value": "0"
3102
+ },
3103
+ {
3104
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3105
+ "kind": "FloatLiteral",
3106
+ "offset": 2788,
3107
+ "length": 3,
3108
+ "value": "0.3"
3109
+ },
3110
+ {
3111
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3112
+ "kind": "IntegerLiteral",
3113
+ "offset": 2869,
3114
+ "length": 1,
3115
+ "value": "0"
3116
+ },
3117
+ {
3118
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3119
+ "kind": "BooleanLiteral",
3120
+ "offset": 2930,
3121
+ "length": 5,
3122
+ "value": "false"
3123
+ },
3124
+ {
3125
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3126
+ "kind": "Array",
3127
+ "offset": 2994,
3128
+ "length": 2,
3129
+ "value": "[]"
3130
+ },
3131
+ {
3132
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3133
+ "kind": "StringLiteral",
3134
+ "offset": 3046,
3135
+ "length": 16,
3136
+ "value": "\"stt.tts.serial\""
3137
+ },
3138
+ {
3139
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3140
+ "kind": "BooleanLiteral",
3141
+ "offset": 3135,
3142
+ "length": 5,
3143
+ "value": "false"
3144
+ },
3145
+ {
3146
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3147
+ "kind": "BooleanLiteral",
3148
+ "offset": 3248,
3149
+ "length": 5,
3150
+ "value": "false"
3151
+ },
3152
+ {
3153
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3154
+ "kind": "Array",
3155
+ "offset": 3910,
3156
+ "length": 203,
3157
+ "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
3158
+ },
3159
+ {
3160
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3161
+ "kind": "IntegerLiteral",
3162
+ "offset": 4150,
3163
+ "length": 1,
3164
+ "value": "0"
3165
+ },
3166
+ {
3167
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3168
+ "kind": "IntegerLiteral",
3169
+ "offset": 4341,
3170
+ "length": 1,
3171
+ "value": "0"
3172
+ },
3173
+ {
3174
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3175
+ "kind": "BooleanLiteral",
3176
+ "offset": 13225,
3177
+ "length": 4,
3178
+ "value": "true"
3179
+ },
3180
+ {
3181
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3182
+ "kind": "FloatLiteral",
3183
+ "offset": 36561,
3184
+ "length": 3,
3185
+ "value": "0.7"
3186
+ },
2935
3187
  {
2936
3188
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
2937
3189
  "kind": "IntegerLiteral",
@@ -4366,251 +4618,6 @@
4366
4618
  "offset": 44417,
4367
4619
  "length": 1,
4368
4620
  "value": "0"
4369
- },
4370
- {
4371
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4372
- "kind": "BooleanLiteral",
4373
- "offset": 458,
4374
- "length": 4,
4375
- "value": "true"
4376
- },
4377
- {
4378
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4379
- "kind": "BooleanLiteral",
4380
- "offset": 802,
4381
- "length": 5,
4382
- "value": "false"
4383
- },
4384
- {
4385
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4386
- "kind": "IntegerLiteral",
4387
- "offset": 953,
4388
- "length": 1,
4389
- "value": "0"
4390
- },
4391
- {
4392
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4393
- "kind": "IntegerLiteral",
4394
- "offset": 1004,
4395
- "length": 1,
4396
- "value": "0"
4397
- },
4398
- {
4399
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4400
- "kind": "BooleanLiteral",
4401
- "offset": 1089,
4402
- "length": 5,
4403
- "value": "false"
4404
- },
4405
- {
4406
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4407
- "kind": "IntegerLiteral",
4408
- "offset": 1194,
4409
- "length": 1,
4410
- "value": "0"
4411
- },
4412
- {
4413
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4414
- "kind": "FloatLiteral",
4415
- "offset": 1280,
4416
- "length": 3,
4417
- "value": "4.0"
4418
- },
4419
- {
4420
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4421
- "kind": "IntegerLiteral",
4422
- "offset": 1416,
4423
- "length": 1,
4424
- "value": "0"
4425
- },
4426
- {
4427
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4428
- "kind": "FloatLiteral",
4429
- "offset": 1468,
4430
- "length": 3,
4431
- "value": "1.0"
4432
- },
4433
- {
4434
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4435
- "kind": "IntegerLiteral",
4436
- "offset": 1547,
4437
- "length": 1,
4438
- "value": "0"
4439
- },
4440
- {
4441
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4442
- "kind": "IntegerLiteral",
4443
- "offset": 1622,
4444
- "length": 1,
4445
- "value": "0"
4446
- },
4447
- {
4448
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4449
- "kind": "IntegerLiteral",
4450
- "offset": 1717,
4451
- "length": 1,
4452
- "value": "0"
4453
- },
4454
- {
4455
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4456
- "kind": "IntegerLiteral",
4457
- "offset": 1797,
4458
- "length": 1,
4459
- "value": "0"
4460
- },
4461
- {
4462
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4463
- "kind": "FloatLiteral",
4464
- "offset": 1848,
4465
- "length": 3,
4466
- "value": "8.0"
4467
- },
4468
- {
4469
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4470
- "kind": "FloatLiteral",
4471
- "offset": 1949,
4472
- "length": 3,
4473
- "value": "2.0"
4474
- },
4475
- {
4476
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4477
- "kind": "IntegerLiteral",
4478
- "offset": 1999,
4479
- "length": 1,
4480
- "value": "0"
4481
- },
4482
- {
4483
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4484
- "kind": "BooleanLiteral",
4485
- "offset": 2029,
4486
- "length": 5,
4487
- "value": "false"
4488
- },
4489
- {
4490
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4491
- "kind": "IntegerLiteral",
4492
- "offset": 2075,
4493
- "length": 1,
4494
- "value": "0"
4495
- },
4496
- {
4497
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4498
- "kind": "IntegerLiteral",
4499
- "offset": 2146,
4500
- "length": 1,
4501
- "value": "0"
4502
- },
4503
- {
4504
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4505
- "kind": "IntegerLiteral",
4506
- "offset": 2197,
4507
- "length": 1,
4508
- "value": "0"
4509
- },
4510
- {
4511
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4512
- "kind": "StringLiteral",
4513
- "offset": 2240,
4514
- "length": 6,
4515
- "value": "\"cold\""
4516
- },
4517
- {
4518
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4519
- "kind": "BooleanLiteral",
4520
- "offset": 2312,
4521
- "length": 5,
4522
- "value": "false"
4523
- },
4524
- {
4525
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4526
- "kind": "BooleanLiteral",
4527
- "offset": 2616,
4528
- "length": 5,
4529
- "value": "false"
4530
- },
4531
- {
4532
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4533
- "kind": "IntegerLiteral",
4534
- "offset": 2694,
4535
- "length": 1,
4536
- "value": "0"
4537
- },
4538
- {
4539
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4540
- "kind": "FloatLiteral",
4541
- "offset": 2788,
4542
- "length": 3,
4543
- "value": "0.3"
4544
- },
4545
- {
4546
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4547
- "kind": "IntegerLiteral",
4548
- "offset": 2869,
4549
- "length": 1,
4550
- "value": "0"
4551
- },
4552
- {
4553
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4554
- "kind": "BooleanLiteral",
4555
- "offset": 2930,
4556
- "length": 5,
4557
- "value": "false"
4558
- },
4559
- {
4560
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4561
- "kind": "Array",
4562
- "offset": 2994,
4563
- "length": 2,
4564
- "value": "[]"
4565
- },
4566
- {
4567
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4568
- "kind": "StringLiteral",
4569
- "offset": 3046,
4570
- "length": 16,
4571
- "value": "\"stt.tts.serial\""
4572
- },
4573
- {
4574
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4575
- "kind": "BooleanLiteral",
4576
- "offset": 3135,
4577
- "length": 5,
4578
- "value": "false"
4579
- },
4580
- {
4581
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4582
- "kind": "Array",
4583
- "offset": 3231,
4584
- "length": 203,
4585
- "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
4586
- },
4587
- {
4588
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4589
- "kind": "IntegerLiteral",
4590
- "offset": 3471,
4591
- "length": 1,
4592
- "value": "0"
4593
- },
4594
- {
4595
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4596
- "kind": "IntegerLiteral",
4597
- "offset": 3662,
4598
- "length": 1,
4599
- "value": "0"
4600
- },
4601
- {
4602
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4603
- "kind": "BooleanLiteral",
4604
- "offset": 15164,
4605
- "length": 4,
4606
- "value": "true"
4607
- },
4608
- {
4609
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4610
- "kind": "FloatLiteral",
4611
- "offset": 38596,
4612
- "length": 3,
4613
- "value": "0.7"
4614
4621
  }
4615
4622
  ]
4616
4623
  }