react-native-davoice-tts 1.0.260 → 1.0.262

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 (21) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/ios/SpeechBridge/SpeechBridge.m +3 -2
  3. package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
  4. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +2 -0
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1523 -1458
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +14 -12
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +14 -12
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +4 -0
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +73 -8
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -0
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -0
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +73 -8
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -0
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -0
  17. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  18. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  19. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +27 -27
  20. package/package.json +1 -1
  21. package/speech/index.ts +5 -5
@@ -16,158 +16,83 @@
16
16
  },
17
17
  {
18
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",
19
+ "name": "AVFoundation",
20
+ "printedName": "AVFoundation",
42
21
  "declKind": "Import",
43
22
  "moduleName": "DavoiceTTS"
44
23
  },
45
24
  {
46
25
  "kind": "TypeDecl",
47
- "name": "STTDelegate",
48
- "printedName": "STTDelegate",
26
+ "name": "AudioPlaybackHook",
27
+ "printedName": "AudioPlaybackHook",
49
28
  "children": [
50
29
  {
51
- "kind": "Function",
52
- "name": "stt",
53
- "printedName": "stt(_:didEmitEvent:body:)",
30
+ "kind": "Var",
31
+ "name": "engineScheduleFile",
32
+ "printedName": "engineScheduleFile",
54
33
  "children": [
55
- {
56
- "kind": "TypeNominal",
57
- "name": "Void",
58
- "printedName": "()"
59
- },
60
- {
61
- "kind": "TypeNominal",
62
- "name": "STT",
63
- "printedName": "DavoiceTTS.STT",
64
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
65
- },
66
- {
67
- "kind": "TypeNominal",
68
- "name": "String",
69
- "printedName": "Swift.String",
70
- "usr": "s:SS"
71
- },
72
34
  {
73
35
  "kind": "TypeNominal",
74
36
  "name": "Optional",
75
- "printedName": "[Swift.String : Any]?",
37
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
76
38
  "children": [
77
39
  {
78
- "kind": "TypeNominal",
79
- "name": "Dictionary",
80
- "printedName": "[Swift.String : Any]",
40
+ "kind": "TypeFunc",
41
+ "name": "Function",
42
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
81
43
  "children": [
82
44
  {
83
45
  "kind": "TypeNominal",
84
- "name": "String",
85
- "printedName": "Swift.String",
86
- "usr": "s:SS"
46
+ "name": "Bool",
47
+ "printedName": "Swift.Bool",
48
+ "usr": "s:Sb"
87
49
  },
88
50
  {
89
51
  "kind": "TypeNominal",
90
- "name": "ProtocolComposition",
91
- "printedName": "Any"
52
+ "name": "Tuple",
53
+ "printedName": "(Foundation.URL, () -> ())",
54
+ "children": [
55
+ {
56
+ "kind": "TypeNominal",
57
+ "name": "URL",
58
+ "printedName": "Foundation.URL",
59
+ "usr": "s:10Foundation3URLV"
60
+ },
61
+ {
62
+ "kind": "TypeFunc",
63
+ "name": "Function",
64
+ "printedName": "() -> ()",
65
+ "children": [
66
+ {
67
+ "kind": "TypeNominal",
68
+ "name": "Void",
69
+ "printedName": "()"
70
+ },
71
+ {
72
+ "kind": "TypeNominal",
73
+ "name": "Void",
74
+ "printedName": "()"
75
+ }
76
+ ]
77
+ }
78
+ ]
92
79
  }
93
- ],
94
- "usr": "s:SD"
80
+ ]
95
81
  }
96
82
  ],
97
83
  "usr": "s:Sq"
98
84
  }
99
85
  ],
100
- "declKind": "Func",
101
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
102
- "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
103
- "moduleName": "DavoiceTTS",
104
- "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
105
- "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
106
- "protocolReq": true,
107
- "declAttributes": [
108
- "ObjC"
109
- ],
110
- "reqNewWitnessTableEntry": true,
111
- "funcSelfKind": "NonMutating"
112
- }
113
- ],
114
- "declKind": "Protocol",
115
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
116
- "mangledName": "$s10DavoiceTTS11STTDelegateP",
117
- "moduleName": "DavoiceTTS",
118
- "genericSig": "<τ_0_0 : AnyObject>",
119
- "sugared_genericSig": "<Self : AnyObject>",
120
- "declAttributes": [
121
- "AccessControl",
122
- "ObjC",
123
- "RawDocComment"
124
- ],
125
- "conformances": [
126
- {
127
- "kind": "Conformance",
128
- "name": "Escapable",
129
- "printedName": "Escapable",
130
- "usr": "s:s9EscapableP",
131
- "mangledName": "$ss9EscapableP"
132
- },
133
- {
134
- "kind": "Conformance",
135
- "name": "Copyable",
136
- "printedName": "Copyable",
137
- "usr": "s:s8CopyableP",
138
- "mangledName": "$ss8CopyableP"
139
- }
140
- ]
141
- },
142
- {
143
- "kind": "TypeDecl",
144
- "name": "STT",
145
- "printedName": "STT",
146
- "children": [
147
- {
148
- "kind": "Var",
149
- "name": "delegate",
150
- "printedName": "delegate",
151
- "children": [
152
- {
153
- "kind": "TypeNominal",
154
- "name": "WeakStorage",
155
- "printedName": "(any DavoiceTTS.STTDelegate)?"
156
- }
157
- ],
158
86
  "declKind": "Var",
159
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
160
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
87
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
88
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
161
89
  "moduleName": "DavoiceTTS",
90
+ "static": true,
162
91
  "declAttributes": [
163
92
  "HasInitialValue",
164
- "Final",
165
93
  "HasStorage",
166
- "ReferenceOwnership",
167
- "AccessControl",
168
- "ObjC"
94
+ "AccessControl"
169
95
  ],
170
- "ownership": 1,
171
96
  "hasStorage": true,
172
97
  "accessors": [
173
98
  {
@@ -178,27 +103,61 @@
178
103
  {
179
104
  "kind": "TypeNominal",
180
105
  "name": "Optional",
181
- "printedName": "(any DavoiceTTS.STTDelegate)?",
106
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
182
107
  "children": [
183
108
  {
184
- "kind": "TypeNominal",
185
- "name": "STTDelegate",
186
- "printedName": "any DavoiceTTS.STTDelegate",
187
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
109
+ "kind": "TypeFunc",
110
+ "name": "Function",
111
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
112
+ "children": [
113
+ {
114
+ "kind": "TypeNominal",
115
+ "name": "Bool",
116
+ "printedName": "Swift.Bool",
117
+ "usr": "s:Sb"
118
+ },
119
+ {
120
+ "kind": "TypeNominal",
121
+ "name": "Tuple",
122
+ "printedName": "(Foundation.URL, () -> ())",
123
+ "children": [
124
+ {
125
+ "kind": "TypeNominal",
126
+ "name": "URL",
127
+ "printedName": "Foundation.URL",
128
+ "usr": "s:10Foundation3URLV"
129
+ },
130
+ {
131
+ "kind": "TypeFunc",
132
+ "name": "Function",
133
+ "printedName": "() -> ()",
134
+ "children": [
135
+ {
136
+ "kind": "TypeNominal",
137
+ "name": "Void",
138
+ "printedName": "()"
139
+ },
140
+ {
141
+ "kind": "TypeNominal",
142
+ "name": "Void",
143
+ "printedName": "()"
144
+ }
145
+ ]
146
+ }
147
+ ]
148
+ }
149
+ ]
188
150
  }
189
151
  ],
190
152
  "usr": "s:Sq"
191
153
  }
192
154
  ],
193
155
  "declKind": "Accessor",
194
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
195
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
156
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
157
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
196
158
  "moduleName": "DavoiceTTS",
159
+ "static": true,
197
160
  "implicit": true,
198
- "declAttributes": [
199
- "Final",
200
- "ObjC"
201
- ],
202
161
  "accessorKind": "get"
203
162
  },
204
163
  {
@@ -214,74 +173,125 @@
214
173
  {
215
174
  "kind": "TypeNominal",
216
175
  "name": "Optional",
217
- "printedName": "(any DavoiceTTS.STTDelegate)?",
176
+ "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
218
177
  "children": [
219
178
  {
220
- "kind": "TypeNominal",
221
- "name": "STTDelegate",
222
- "printedName": "any DavoiceTTS.STTDelegate",
223
- "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
224
- }
225
- ],
226
- "usr": "s:Sq"
227
- }
228
- ],
229
- "declKind": "Accessor",
230
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
231
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
232
- "moduleName": "DavoiceTTS",
233
- "implicit": true,
234
- "declAttributes": [
235
- "Final",
236
- "ObjC"
237
- ],
238
- "accessorKind": "set"
239
- },
240
- {
241
- "kind": "Accessor",
242
- "name": "Modify",
243
- "printedName": "Modify()",
244
- "children": [
245
- {
246
- "kind": "TypeNominal",
247
- "name": "Void",
248
- "printedName": "()"
249
- }
250
- ],
179
+ "kind": "TypeFunc",
180
+ "name": "Function",
181
+ "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
182
+ "children": [
183
+ {
184
+ "kind": "TypeNominal",
185
+ "name": "Bool",
186
+ "printedName": "Swift.Bool",
187
+ "usr": "s:Sb"
188
+ },
189
+ {
190
+ "kind": "TypeNominal",
191
+ "name": "Tuple",
192
+ "printedName": "(Foundation.URL, () -> ())",
193
+ "children": [
194
+ {
195
+ "kind": "TypeNominal",
196
+ "name": "URL",
197
+ "printedName": "Foundation.URL",
198
+ "usr": "s:10Foundation3URLV"
199
+ },
200
+ {
201
+ "kind": "TypeFunc",
202
+ "name": "Function",
203
+ "printedName": "() -> ()",
204
+ "children": [
205
+ {
206
+ "kind": "TypeNominal",
207
+ "name": "Void",
208
+ "printedName": "()"
209
+ },
210
+ {
211
+ "kind": "TypeNominal",
212
+ "name": "Void",
213
+ "printedName": "()"
214
+ }
215
+ ]
216
+ }
217
+ ]
218
+ }
219
+ ]
220
+ }
221
+ ],
222
+ "usr": "s:Sq"
223
+ }
224
+ ],
251
225
  "declKind": "Accessor",
252
- "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
253
- "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
226
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
227
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
254
228
  "moduleName": "DavoiceTTS",
229
+ "static": true,
255
230
  "implicit": true,
256
- "declAttributes": [
257
- "Final"
231
+ "accessorKind": "set"
232
+ },
233
+ {
234
+ "kind": "Accessor",
235
+ "name": "Modify",
236
+ "printedName": "Modify()",
237
+ "children": [
238
+ {
239
+ "kind": "TypeNominal",
240
+ "name": "Void",
241
+ "printedName": "()"
242
+ }
258
243
  ],
244
+ "declKind": "Accessor",
245
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
246
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
247
+ "moduleName": "DavoiceTTS",
248
+ "static": true,
249
+ "implicit": true,
259
250
  "accessorKind": "_modify"
260
251
  }
261
252
  ]
262
253
  },
263
254
  {
264
255
  "kind": "Var",
265
- "name": "continuous",
266
- "printedName": "continuous",
256
+ "name": "isEngineReady",
257
+ "printedName": "isEngineReady",
267
258
  "children": [
268
259
  {
269
260
  "kind": "TypeNominal",
270
- "name": "Bool",
271
- "printedName": "Swift.Bool",
272
- "usr": "s:Sb"
261
+ "name": "Optional",
262
+ "printedName": "(() -> Swift.Bool)?",
263
+ "children": [
264
+ {
265
+ "kind": "TypeFunc",
266
+ "name": "Function",
267
+ "printedName": "() -> Swift.Bool",
268
+ "children": [
269
+ {
270
+ "kind": "TypeNominal",
271
+ "name": "Bool",
272
+ "printedName": "Swift.Bool",
273
+ "usr": "s:Sb"
274
+ },
275
+ {
276
+ "kind": "TypeNominal",
277
+ "name": "Void",
278
+ "printedName": "()"
279
+ }
280
+ ]
281
+ }
282
+ ],
283
+ "usr": "s:Sq"
273
284
  }
274
285
  ],
275
286
  "declKind": "Var",
276
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
277
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
287
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
288
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
278
289
  "moduleName": "DavoiceTTS",
290
+ "static": true,
279
291
  "declAttributes": [
280
292
  "HasInitialValue",
281
- "Final",
282
293
  "HasStorage",
283
- "AccessControl",
284
- "ObjC"
294
+ "AccessControl"
285
295
  ],
286
296
  "hasStorage": true,
287
297
  "accessors": [
@@ -292,20 +302,37 @@
292
302
  "children": [
293
303
  {
294
304
  "kind": "TypeNominal",
295
- "name": "Bool",
296
- "printedName": "Swift.Bool",
297
- "usr": "s:Sb"
305
+ "name": "Optional",
306
+ "printedName": "(() -> Swift.Bool)?",
307
+ "children": [
308
+ {
309
+ "kind": "TypeFunc",
310
+ "name": "Function",
311
+ "printedName": "() -> Swift.Bool",
312
+ "children": [
313
+ {
314
+ "kind": "TypeNominal",
315
+ "name": "Bool",
316
+ "printedName": "Swift.Bool",
317
+ "usr": "s:Sb"
318
+ },
319
+ {
320
+ "kind": "TypeNominal",
321
+ "name": "Void",
322
+ "printedName": "()"
323
+ }
324
+ ]
325
+ }
326
+ ],
327
+ "usr": "s:Sq"
298
328
  }
299
329
  ],
300
330
  "declKind": "Accessor",
301
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
302
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
331
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
332
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
303
333
  "moduleName": "DavoiceTTS",
334
+ "static": true,
304
335
  "implicit": true,
305
- "declAttributes": [
306
- "Final",
307
- "ObjC"
308
- ],
309
336
  "accessorKind": "get"
310
337
  },
311
338
  {
@@ -320,20 +347,37 @@
320
347
  },
321
348
  {
322
349
  "kind": "TypeNominal",
323
- "name": "Bool",
324
- "printedName": "Swift.Bool",
325
- "usr": "s:Sb"
350
+ "name": "Optional",
351
+ "printedName": "(() -> Swift.Bool)?",
352
+ "children": [
353
+ {
354
+ "kind": "TypeFunc",
355
+ "name": "Function",
356
+ "printedName": "() -> Swift.Bool",
357
+ "children": [
358
+ {
359
+ "kind": "TypeNominal",
360
+ "name": "Bool",
361
+ "printedName": "Swift.Bool",
362
+ "usr": "s:Sb"
363
+ },
364
+ {
365
+ "kind": "TypeNominal",
366
+ "name": "Void",
367
+ "printedName": "()"
368
+ }
369
+ ]
370
+ }
371
+ ],
372
+ "usr": "s:Sq"
326
373
  }
327
374
  ],
328
375
  "declKind": "Accessor",
329
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
330
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
376
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
377
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
331
378
  "moduleName": "DavoiceTTS",
379
+ "static": true,
332
380
  "implicit": true,
333
- "declAttributes": [
334
- "Final",
335
- "ObjC"
336
- ],
337
381
  "accessorKind": "set"
338
382
  },
339
383
  {
@@ -348,40 +392,56 @@
348
392
  }
349
393
  ],
350
394
  "declKind": "Accessor",
351
- "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
352
- "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
395
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
396
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
353
397
  "moduleName": "DavoiceTTS",
398
+ "static": true,
354
399
  "implicit": true,
355
- "declAttributes": [
356
- "Final"
357
- ],
358
400
  "accessorKind": "_modify"
359
401
  }
360
402
  ]
361
403
  },
362
404
  {
363
405
  "kind": "Var",
364
- "name": "aecEnabled",
365
- "printedName": "aecEnabled",
406
+ "name": "useOnlyEnginePlayback",
407
+ "printedName": "useOnlyEnginePlayback",
366
408
  "children": [
367
409
  {
368
410
  "kind": "TypeNominal",
369
- "name": "Bool",
370
- "printedName": "Swift.Bool",
371
- "usr": "s:Sb"
411
+ "name": "Optional",
412
+ "printedName": "(() -> Swift.Bool)?",
413
+ "children": [
414
+ {
415
+ "kind": "TypeFunc",
416
+ "name": "Function",
417
+ "printedName": "() -> Swift.Bool",
418
+ "children": [
419
+ {
420
+ "kind": "TypeNominal",
421
+ "name": "Bool",
422
+ "printedName": "Swift.Bool",
423
+ "usr": "s:Sb"
424
+ },
425
+ {
426
+ "kind": "TypeNominal",
427
+ "name": "Void",
428
+ "printedName": "()"
429
+ }
430
+ ]
431
+ }
432
+ ],
433
+ "usr": "s:Sq"
372
434
  }
373
435
  ],
374
436
  "declKind": "Var",
375
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)aecEnabled",
376
- "mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvp",
437
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
438
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
377
439
  "moduleName": "DavoiceTTS",
440
+ "static": true,
378
441
  "declAttributes": [
379
442
  "HasInitialValue",
380
- "Final",
381
443
  "HasStorage",
382
- "AccessControl",
383
- "RawDocComment",
384
- "ObjC"
444
+ "AccessControl"
385
445
  ],
386
446
  "hasStorage": true,
387
447
  "accessors": [
@@ -392,20 +452,37 @@
392
452
  "children": [
393
453
  {
394
454
  "kind": "TypeNominal",
395
- "name": "Bool",
396
- "printedName": "Swift.Bool",
397
- "usr": "s:Sb"
455
+ "name": "Optional",
456
+ "printedName": "(() -> Swift.Bool)?",
457
+ "children": [
458
+ {
459
+ "kind": "TypeFunc",
460
+ "name": "Function",
461
+ "printedName": "() -> Swift.Bool",
462
+ "children": [
463
+ {
464
+ "kind": "TypeNominal",
465
+ "name": "Bool",
466
+ "printedName": "Swift.Bool",
467
+ "usr": "s:Sb"
468
+ },
469
+ {
470
+ "kind": "TypeNominal",
471
+ "name": "Void",
472
+ "printedName": "()"
473
+ }
474
+ ]
475
+ }
476
+ ],
477
+ "usr": "s:Sq"
398
478
  }
399
479
  ],
400
480
  "declKind": "Accessor",
401
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)aecEnabled",
402
- "mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvg",
481
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
482
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
403
483
  "moduleName": "DavoiceTTS",
484
+ "static": true,
404
485
  "implicit": true,
405
- "declAttributes": [
406
- "Final",
407
- "ObjC"
408
- ],
409
486
  "accessorKind": "get"
410
487
  },
411
488
  {
@@ -420,20 +497,37 @@
420
497
  },
421
498
  {
422
499
  "kind": "TypeNominal",
423
- "name": "Bool",
424
- "printedName": "Swift.Bool",
425
- "usr": "s:Sb"
500
+ "name": "Optional",
501
+ "printedName": "(() -> Swift.Bool)?",
502
+ "children": [
503
+ {
504
+ "kind": "TypeFunc",
505
+ "name": "Function",
506
+ "printedName": "() -> Swift.Bool",
507
+ "children": [
508
+ {
509
+ "kind": "TypeNominal",
510
+ "name": "Bool",
511
+ "printedName": "Swift.Bool",
512
+ "usr": "s:Sb"
513
+ },
514
+ {
515
+ "kind": "TypeNominal",
516
+ "name": "Void",
517
+ "printedName": "()"
518
+ }
519
+ ]
520
+ }
521
+ ],
522
+ "usr": "s:Sq"
426
523
  }
427
524
  ],
428
525
  "declKind": "Accessor",
429
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setAecEnabled:",
430
- "mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvs",
526
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
527
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
431
528
  "moduleName": "DavoiceTTS",
529
+ "static": true,
432
530
  "implicit": true,
433
- "declAttributes": [
434
- "Final",
435
- "ObjC"
436
- ],
437
531
  "accessorKind": "set"
438
532
  },
439
533
  {
@@ -448,51 +542,56 @@
448
542
  }
449
543
  ],
450
544
  "declKind": "Accessor",
451
- "usr": "s:10DavoiceTTS3STTC10aecEnabledSbvM",
452
- "mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvM",
545
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
546
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
453
547
  "moduleName": "DavoiceTTS",
548
+ "static": true,
454
549
  "implicit": true,
455
- "declAttributes": [
456
- "Final"
457
- ],
458
550
  "accessorKind": "_modify"
459
551
  }
460
552
  ]
461
553
  },
462
554
  {
463
555
  "kind": "Var",
464
- "name": "supportedEvents",
465
- "printedName": "supportedEvents",
556
+ "name": "stopEnginePlayback",
557
+ "printedName": "stopEnginePlayback",
466
558
  "children": [
467
559
  {
468
560
  "kind": "TypeNominal",
469
- "name": "Array",
470
- "printedName": "[Swift.String]",
561
+ "name": "Optional",
562
+ "printedName": "(() -> ())?",
471
563
  "children": [
472
564
  {
473
- "kind": "TypeNominal",
474
- "name": "String",
475
- "printedName": "Swift.String",
476
- "usr": "s:SS"
565
+ "kind": "TypeFunc",
566
+ "name": "Function",
567
+ "printedName": "() -> ()",
568
+ "children": [
569
+ {
570
+ "kind": "TypeNominal",
571
+ "name": "Void",
572
+ "printedName": "()"
573
+ },
574
+ {
575
+ "kind": "TypeNominal",
576
+ "name": "Void",
577
+ "printedName": "()"
578
+ }
579
+ ]
477
580
  }
478
581
  ],
479
- "usr": "s:Sa"
582
+ "usr": "s:Sq"
480
583
  }
481
584
  ],
482
585
  "declKind": "Var",
483
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
484
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
586
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
587
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
485
588
  "moduleName": "DavoiceTTS",
486
589
  "static": true,
487
590
  "declAttributes": [
488
591
  "HasInitialValue",
489
- "Final",
490
592
  "HasStorage",
491
- "AccessControl",
492
- "RawDocComment",
493
- "ObjC"
593
+ "AccessControl"
494
594
  ],
495
- "isLet": true,
496
595
  "hasStorage": true,
497
596
  "accessors": [
498
597
  {
@@ -502,53 +601,42 @@
502
601
  "children": [
503
602
  {
504
603
  "kind": "TypeNominal",
505
- "name": "Array",
506
- "printedName": "[Swift.String]",
604
+ "name": "Optional",
605
+ "printedName": "(() -> ())?",
507
606
  "children": [
508
607
  {
509
- "kind": "TypeNominal",
510
- "name": "String",
511
- "printedName": "Swift.String",
512
- "usr": "s:SS"
608
+ "kind": "TypeFunc",
609
+ "name": "Function",
610
+ "printedName": "() -> ()",
611
+ "children": [
612
+ {
613
+ "kind": "TypeNominal",
614
+ "name": "Void",
615
+ "printedName": "()"
616
+ },
617
+ {
618
+ "kind": "TypeNominal",
619
+ "name": "Void",
620
+ "printedName": "()"
621
+ }
622
+ ]
513
623
  }
514
624
  ],
515
- "usr": "s:Sa"
625
+ "usr": "s:Sq"
516
626
  }
517
627
  ],
518
628
  "declKind": "Accessor",
519
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
520
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
629
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
630
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
521
631
  "moduleName": "DavoiceTTS",
522
632
  "static": true,
523
633
  "implicit": true,
524
- "declAttributes": [
525
- "Final",
526
- "ObjC"
527
- ],
528
634
  "accessorKind": "get"
529
- }
530
- ]
531
- },
532
- {
533
- "kind": "Function",
534
- "name": "pauseMicrophoneAndWait",
535
- "printedName": "pauseMicrophoneAndWait(_:completion:)",
536
- "children": [
537
- {
538
- "kind": "TypeNominal",
539
- "name": "Void",
540
- "printedName": "()"
541
- },
542
- {
543
- "kind": "TypeNominal",
544
- "name": "NSNumber",
545
- "printedName": "Foundation.NSNumber",
546
- "usr": "c:objc(cs)NSNumber"
547
635
  },
548
636
  {
549
- "kind": "TypeFunc",
550
- "name": "Function",
551
- "printedName": "(Swift.Bool, Swift.String?) -> ()",
637
+ "kind": "Accessor",
638
+ "name": "Set",
639
+ "printedName": "Set()",
552
640
  "children": [
553
641
  {
554
642
  "kind": "TypeNominal",
@@ -557,222 +645,163 @@
557
645
  },
558
646
  {
559
647
  "kind": "TypeNominal",
560
- "name": "Tuple",
561
- "printedName": "(Swift.Bool, Swift.String?)",
648
+ "name": "Optional",
649
+ "printedName": "(() -> ())?",
562
650
  "children": [
563
651
  {
564
- "kind": "TypeNominal",
565
- "name": "Bool",
566
- "printedName": "Swift.Bool",
567
- "usr": "s:Sb"
568
- },
569
- {
570
- "kind": "TypeNominal",
571
- "name": "Optional",
572
- "printedName": "Swift.String?",
652
+ "kind": "TypeFunc",
653
+ "name": "Function",
654
+ "printedName": "() -> ()",
573
655
  "children": [
574
656
  {
575
657
  "kind": "TypeNominal",
576
- "name": "String",
577
- "printedName": "Swift.String",
578
- "usr": "s:SS"
658
+ "name": "Void",
659
+ "printedName": "()"
660
+ },
661
+ {
662
+ "kind": "TypeNominal",
663
+ "name": "Void",
664
+ "printedName": "()"
579
665
  }
580
- ],
581
- "usr": "s:Sq"
666
+ ]
582
667
  }
583
- ]
668
+ ],
669
+ "usr": "s:Sq"
584
670
  }
585
- ]
586
- }
587
- ],
588
- "declKind": "Func",
589
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophoneAndWait:completion:",
590
- "mangledName": "$s10DavoiceTTS3STTC22pauseMicrophoneAndWait_10completionySo8NSNumberC_ySb_SSSgtctF",
591
- "moduleName": "DavoiceTTS",
592
- "declAttributes": [
593
- "Final",
594
- "AccessControl",
595
- "ObjC"
596
- ],
597
- "funcSelfKind": "NonMutating"
598
- },
599
- {
600
- "kind": "Function",
601
- "name": "unPauseMicrophoneAndWait",
602
- "printedName": "unPauseMicrophoneAndWait(_:completion:)",
603
- "children": [
604
- {
605
- "kind": "TypeNominal",
606
- "name": "Void",
607
- "printedName": "()"
608
- },
609
- {
610
- "kind": "TypeNominal",
611
- "name": "NSNumber",
612
- "printedName": "Foundation.NSNumber",
613
- "usr": "c:objc(cs)NSNumber"
671
+ ],
672
+ "declKind": "Accessor",
673
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
674
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
675
+ "moduleName": "DavoiceTTS",
676
+ "static": true,
677
+ "implicit": true,
678
+ "accessorKind": "set"
614
679
  },
615
680
  {
616
- "kind": "TypeFunc",
617
- "name": "Function",
618
- "printedName": "(Swift.Bool, Swift.String?) -> ()",
681
+ "kind": "Accessor",
682
+ "name": "Modify",
683
+ "printedName": "Modify()",
619
684
  "children": [
620
685
  {
621
686
  "kind": "TypeNominal",
622
687
  "name": "Void",
623
688
  "printedName": "()"
624
- },
689
+ }
690
+ ],
691
+ "declKind": "Accessor",
692
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
693
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
694
+ "moduleName": "DavoiceTTS",
695
+ "static": true,
696
+ "implicit": true,
697
+ "accessorKind": "_modify"
698
+ }
699
+ ]
700
+ },
701
+ {
702
+ "kind": "Var",
703
+ "name": "currentEngine",
704
+ "printedName": "currentEngine",
705
+ "children": [
706
+ {
707
+ "kind": "TypeNominal",
708
+ "name": "Optional",
709
+ "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
710
+ "children": [
625
711
  {
626
- "kind": "TypeNominal",
627
- "name": "Tuple",
628
- "printedName": "(Swift.Bool, Swift.String?)",
712
+ "kind": "TypeFunc",
713
+ "name": "Function",
714
+ "printedName": "() -> AVFAudio.AVAudioEngine?",
629
715
  "children": [
630
- {
631
- "kind": "TypeNominal",
632
- "name": "Bool",
633
- "printedName": "Swift.Bool",
634
- "usr": "s:Sb"
635
- },
636
716
  {
637
717
  "kind": "TypeNominal",
638
718
  "name": "Optional",
639
- "printedName": "Swift.String?",
719
+ "printedName": "AVFAudio.AVAudioEngine?",
640
720
  "children": [
641
721
  {
642
722
  "kind": "TypeNominal",
643
- "name": "String",
644
- "printedName": "Swift.String",
645
- "usr": "s:SS"
723
+ "name": "AVAudioEngine",
724
+ "printedName": "AVFAudio.AVAudioEngine",
725
+ "usr": "c:objc(cs)AVAudioEngine"
646
726
  }
647
727
  ],
648
728
  "usr": "s:Sq"
729
+ },
730
+ {
731
+ "kind": "TypeNominal",
732
+ "name": "Void",
733
+ "printedName": "()"
649
734
  }
650
735
  ]
651
736
  }
652
- ]
653
- }
654
- ],
655
- "declKind": "Func",
656
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophoneAndWait:completion:",
657
- "mangledName": "$s10DavoiceTTS3STTC24unPauseMicrophoneAndWait_10completionySo8NSNumberC_ySb_SSSgtctF",
658
- "moduleName": "DavoiceTTS",
659
- "declAttributes": [
660
- "Final",
661
- "AccessControl",
662
- "ObjC"
663
- ],
664
- "funcSelfKind": "NonMutating"
665
- },
666
- {
667
- "kind": "Function",
668
- "name": "pauseMicrophone",
669
- "printedName": "pauseMicrophone()",
670
- "children": [
671
- {
672
- "kind": "TypeNominal",
673
- "name": "Void",
674
- "printedName": "()"
675
- }
676
- ],
677
- "declKind": "Func",
678
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
679
- "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
680
- "moduleName": "DavoiceTTS",
681
- "declAttributes": [
682
- "Final",
683
- "AccessControl",
684
- "ObjC"
685
- ],
686
- "funcSelfKind": "NonMutating"
687
- },
688
- {
689
- "kind": "Function",
690
- "name": "unPauseMicrophone",
691
- "printedName": "unPauseMicrophone()",
692
- "children": [
693
- {
694
- "kind": "TypeNominal",
695
- "name": "Void",
696
- "printedName": "()"
697
- }
698
- ],
699
- "declKind": "Func",
700
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
701
- "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
702
- "moduleName": "DavoiceTTS",
703
- "declAttributes": [
704
- "Final",
705
- "AccessControl",
706
- "ObjC"
707
- ],
708
- "funcSelfKind": "NonMutating"
709
- },
710
- {
711
- "kind": "Function",
712
- "name": "setAECEnabled",
713
- "printedName": "setAECEnabled(_:)",
714
- "children": [
715
- {
716
- "kind": "TypeNominal",
717
- "name": "Void",
718
- "printedName": "()"
719
- },
720
- {
721
- "kind": "TypeNominal",
722
- "name": "Bool",
723
- "printedName": "Swift.Bool",
724
- "usr": "s:Sb"
725
- }
726
- ],
727
- "declKind": "Func",
728
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setAECEnabled:",
729
- "mangledName": "$s10DavoiceTTS3STTC13setAECEnabledyySbF",
730
- "moduleName": "DavoiceTTS",
731
- "declAttributes": [
732
- "Final",
733
- "AccessControl",
734
- "RawDocComment",
735
- "ObjC"
736
- ],
737
- "funcSelfKind": "NonMutating"
738
- },
739
- {
740
- "kind": "Function",
741
- "name": "isAECEnabled",
742
- "printedName": "isAECEnabled()",
743
- "children": [
744
- {
745
- "kind": "TypeNominal",
746
- "name": "Bool",
747
- "printedName": "Swift.Bool",
748
- "usr": "s:Sb"
737
+ ],
738
+ "usr": "s:Sq"
749
739
  }
750
740
  ],
751
- "declKind": "Func",
752
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isAECEnabled",
753
- "mangledName": "$s10DavoiceTTS3STTC12isAECEnabledSbyF",
741
+ "declKind": "Var",
742
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
743
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
754
744
  "moduleName": "DavoiceTTS",
745
+ "static": true,
755
746
  "declAttributes": [
756
- "Final",
757
- "AccessControl",
758
- "ObjC"
747
+ "HasInitialValue",
748
+ "HasStorage",
749
+ "AccessControl"
759
750
  ],
760
- "funcSelfKind": "NonMutating"
761
- },
762
- {
763
- "kind": "Function",
764
- "name": "isSpeechAvailable",
765
- "printedName": "isSpeechAvailable(_:)",
766
- "children": [
751
+ "hasStorage": true,
752
+ "accessors": [
767
753
  {
768
- "kind": "TypeNominal",
769
- "name": "Void",
770
- "printedName": "()"
754
+ "kind": "Accessor",
755
+ "name": "Get",
756
+ "printedName": "Get()",
757
+ "children": [
758
+ {
759
+ "kind": "TypeNominal",
760
+ "name": "Optional",
761
+ "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
762
+ "children": [
763
+ {
764
+ "kind": "TypeFunc",
765
+ "name": "Function",
766
+ "printedName": "() -> AVFAudio.AVAudioEngine?",
767
+ "children": [
768
+ {
769
+ "kind": "TypeNominal",
770
+ "name": "Optional",
771
+ "printedName": "AVFAudio.AVAudioEngine?",
772
+ "children": [
773
+ {
774
+ "kind": "TypeNominal",
775
+ "name": "AVAudioEngine",
776
+ "printedName": "AVFAudio.AVAudioEngine",
777
+ "usr": "c:objc(cs)AVAudioEngine"
778
+ }
779
+ ],
780
+ "usr": "s:Sq"
781
+ },
782
+ {
783
+ "kind": "TypeNominal",
784
+ "name": "Void",
785
+ "printedName": "()"
786
+ }
787
+ ]
788
+ }
789
+ ],
790
+ "usr": "s:Sq"
791
+ }
792
+ ],
793
+ "declKind": "Accessor",
794
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
795
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
796
+ "moduleName": "DavoiceTTS",
797
+ "static": true,
798
+ "implicit": true,
799
+ "accessorKind": "get"
771
800
  },
772
801
  {
773
- "kind": "TypeFunc",
774
- "name": "Function",
775
- "printedName": "(Swift.Bool) -> ()",
802
+ "kind": "Accessor",
803
+ "name": "Set",
804
+ "printedName": "Set()",
776
805
  "children": [
777
806
  {
778
807
  "kind": "TypeNominal",
@@ -781,269 +810,355 @@
781
810
  },
782
811
  {
783
812
  "kind": "TypeNominal",
784
- "name": "Bool",
785
- "printedName": "Swift.Bool",
786
- "usr": "s:Sb"
813
+ "name": "Optional",
814
+ "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
815
+ "children": [
816
+ {
817
+ "kind": "TypeFunc",
818
+ "name": "Function",
819
+ "printedName": "() -> AVFAudio.AVAudioEngine?",
820
+ "children": [
821
+ {
822
+ "kind": "TypeNominal",
823
+ "name": "Optional",
824
+ "printedName": "AVFAudio.AVAudioEngine?",
825
+ "children": [
826
+ {
827
+ "kind": "TypeNominal",
828
+ "name": "AVAudioEngine",
829
+ "printedName": "AVFAudio.AVAudioEngine",
830
+ "usr": "c:objc(cs)AVAudioEngine"
831
+ }
832
+ ],
833
+ "usr": "s:Sq"
834
+ },
835
+ {
836
+ "kind": "TypeNominal",
837
+ "name": "Void",
838
+ "printedName": "()"
839
+ }
840
+ ]
841
+ }
842
+ ],
843
+ "usr": "s:Sq"
787
844
  }
788
- ]
789
- }
790
- ],
791
- "declKind": "Func",
792
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
793
- "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
794
- "moduleName": "DavoiceTTS",
795
- "declAttributes": [
796
- "Final",
797
- "AccessControl",
798
- "RawDocComment",
799
- "ObjC"
800
- ],
801
- "funcSelfKind": "NonMutating"
802
- },
803
- {
804
- "kind": "Function",
805
- "name": "isRecognizing",
806
- "printedName": "isRecognizing()",
807
- "children": [
845
+ ],
846
+ "declKind": "Accessor",
847
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
848
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
849
+ "moduleName": "DavoiceTTS",
850
+ "static": true,
851
+ "implicit": true,
852
+ "accessorKind": "set"
853
+ },
808
854
  {
809
- "kind": "TypeNominal",
810
- "name": "Bool",
811
- "printedName": "Swift.Bool",
812
- "usr": "s:Sb"
813
- }
814
- ],
815
- "declKind": "Func",
816
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
817
- "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
818
- "moduleName": "DavoiceTTS",
819
- "declAttributes": [
820
- "Final",
821
- "AccessControl",
822
- "ObjC"
823
- ],
824
- "funcSelfKind": "NonMutating"
825
- },
826
- {
827
- "kind": "Function",
828
- "name": "startSpeech",
829
- "printedName": "startSpeech(localeStr:)",
830
- "children": [
831
- {
832
- "kind": "TypeNominal",
833
- "name": "Void",
834
- "printedName": "()"
835
- },
836
- {
837
- "kind": "TypeNominal",
838
- "name": "Optional",
839
- "printedName": "Swift.String?",
855
+ "kind": "Accessor",
856
+ "name": "Modify",
857
+ "printedName": "Modify()",
840
858
  "children": [
841
859
  {
842
860
  "kind": "TypeNominal",
843
- "name": "String",
844
- "printedName": "Swift.String",
845
- "usr": "s:SS"
861
+ "name": "Void",
862
+ "printedName": "()"
846
863
  }
847
864
  ],
848
- "usr": "s:Sq"
865
+ "declKind": "Accessor",
866
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
867
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
868
+ "moduleName": "DavoiceTTS",
869
+ "static": true,
870
+ "implicit": true,
871
+ "accessorKind": "_modify"
849
872
  }
850
- ],
851
- "declKind": "Func",
852
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
853
- "mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
854
- "moduleName": "DavoiceTTS",
855
- "declAttributes": [
856
- "Final",
857
- "AccessControl",
858
- "ObjC"
859
- ],
860
- "funcSelfKind": "NonMutating"
873
+ ]
874
+ }
875
+ ],
876
+ "declKind": "Enum",
877
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
878
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
879
+ "moduleName": "DavoiceTTS",
880
+ "declAttributes": [
881
+ "AccessControl",
882
+ "RawDocComment"
883
+ ],
884
+ "conformances": [
885
+ {
886
+ "kind": "Conformance",
887
+ "name": "Copyable",
888
+ "printedName": "Copyable",
889
+ "usr": "s:s8CopyableP",
890
+ "mangledName": "$ss8CopyableP"
861
891
  },
892
+ {
893
+ "kind": "Conformance",
894
+ "name": "Escapable",
895
+ "printedName": "Escapable",
896
+ "usr": "s:s9EscapableP",
897
+ "mangledName": "$ss9EscapableP"
898
+ }
899
+ ]
900
+ },
901
+ {
902
+ "kind": "Import",
903
+ "name": "Foundation",
904
+ "printedName": "Foundation",
905
+ "declKind": "Import",
906
+ "moduleName": "DavoiceTTS",
907
+ "declAttributes": [
908
+ "RawDocComment"
909
+ ]
910
+ },
911
+ {
912
+ "kind": "Import",
913
+ "name": "UIKit",
914
+ "printedName": "UIKit",
915
+ "declKind": "Import",
916
+ "moduleName": "DavoiceTTS"
917
+ },
918
+ {
919
+ "kind": "Import",
920
+ "name": "Speech",
921
+ "printedName": "Speech",
922
+ "declKind": "Import",
923
+ "moduleName": "DavoiceTTS"
924
+ },
925
+ {
926
+ "kind": "Import",
927
+ "name": "Accelerate",
928
+ "printedName": "Accelerate",
929
+ "declKind": "Import",
930
+ "moduleName": "DavoiceTTS"
931
+ },
932
+ {
933
+ "kind": "Import",
934
+ "name": "AVFAudio",
935
+ "printedName": "AVFAudio",
936
+ "declKind": "Import",
937
+ "moduleName": "DavoiceTTS"
938
+ },
939
+ {
940
+ "kind": "TypeDecl",
941
+ "name": "STTDelegate",
942
+ "printedName": "STTDelegate",
943
+ "children": [
862
944
  {
863
945
  "kind": "Function",
864
- "name": "stopSpeech",
865
- "printedName": "stopSpeech(_:)",
946
+ "name": "stt",
947
+ "printedName": "stt(_:didEmitEvent:body:)",
866
948
  "children": [
867
949
  {
868
950
  "kind": "TypeNominal",
869
951
  "name": "Void",
870
952
  "printedName": "()"
871
953
  },
954
+ {
955
+ "kind": "TypeNominal",
956
+ "name": "STT",
957
+ "printedName": "DavoiceTTS.STT",
958
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
959
+ },
960
+ {
961
+ "kind": "TypeNominal",
962
+ "name": "String",
963
+ "printedName": "Swift.String",
964
+ "usr": "s:SS"
965
+ },
872
966
  {
873
967
  "kind": "TypeNominal",
874
968
  "name": "Optional",
875
- "printedName": "((Swift.Bool) -> ())?",
969
+ "printedName": "[Swift.String : Any]?",
876
970
  "children": [
877
971
  {
878
- "kind": "TypeFunc",
879
- "name": "Function",
880
- "printedName": "(Swift.Bool) -> ()",
972
+ "kind": "TypeNominal",
973
+ "name": "Dictionary",
974
+ "printedName": "[Swift.String : Any]",
881
975
  "children": [
882
976
  {
883
977
  "kind": "TypeNominal",
884
- "name": "Void",
885
- "printedName": "()"
978
+ "name": "String",
979
+ "printedName": "Swift.String",
980
+ "usr": "s:SS"
886
981
  },
887
982
  {
888
983
  "kind": "TypeNominal",
889
- "name": "Bool",
890
- "printedName": "Swift.Bool",
891
- "usr": "s:Sb"
984
+ "name": "ProtocolComposition",
985
+ "printedName": "Any"
892
986
  }
893
- ]
987
+ ],
988
+ "usr": "s:SD"
894
989
  }
895
990
  ],
896
- "hasDefaultArg": true,
897
991
  "usr": "s:Sq"
898
992
  }
899
993
  ],
900
994
  "declKind": "Func",
901
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
902
- "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
995
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate(im)stt:didEmitEvent:body:",
996
+ "mangledName": "$s10DavoiceTTS11STTDelegateP3stt_12didEmitEvent4bodyyAA3STTC_SSSDySSypGSgtF",
903
997
  "moduleName": "DavoiceTTS",
998
+ "genericSig": "<τ_0_0 where τ_0_0 : DavoiceTTS.STTDelegate>",
999
+ "sugared_genericSig": "<Self where Self : DavoiceTTS.STTDelegate>",
1000
+ "protocolReq": true,
904
1001
  "declAttributes": [
905
- "Final",
906
- "AccessControl",
907
1002
  "ObjC"
908
1003
  ],
1004
+ "reqNewWitnessTableEntry": true,
909
1005
  "funcSelfKind": "NonMutating"
1006
+ }
1007
+ ],
1008
+ "declKind": "Protocol",
1009
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate",
1010
+ "mangledName": "$s10DavoiceTTS11STTDelegateP",
1011
+ "moduleName": "DavoiceTTS",
1012
+ "genericSig": "<τ_0_0 : AnyObject>",
1013
+ "sugared_genericSig": "<Self : AnyObject>",
1014
+ "declAttributes": [
1015
+ "AccessControl",
1016
+ "ObjC",
1017
+ "RawDocComment"
1018
+ ],
1019
+ "conformances": [
1020
+ {
1021
+ "kind": "Conformance",
1022
+ "name": "Escapable",
1023
+ "printedName": "Escapable",
1024
+ "usr": "s:s9EscapableP",
1025
+ "mangledName": "$ss9EscapableP"
910
1026
  },
911
1027
  {
912
- "kind": "Function",
913
- "name": "cancelSpeech",
914
- "printedName": "cancelSpeech(_:)",
1028
+ "kind": "Conformance",
1029
+ "name": "Copyable",
1030
+ "printedName": "Copyable",
1031
+ "usr": "s:s8CopyableP",
1032
+ "mangledName": "$ss8CopyableP"
1033
+ }
1034
+ ]
1035
+ },
1036
+ {
1037
+ "kind": "TypeDecl",
1038
+ "name": "STT",
1039
+ "printedName": "STT",
1040
+ "children": [
1041
+ {
1042
+ "kind": "Var",
1043
+ "name": "delegate",
1044
+ "printedName": "delegate",
915
1045
  "children": [
916
1046
  {
917
1047
  "kind": "TypeNominal",
918
- "name": "Void",
919
- "printedName": "()"
920
- },
921
- {
922
- "kind": "TypeNominal",
923
- "name": "Optional",
924
- "printedName": "((Swift.Bool) -> ())?",
925
- "children": [
926
- {
927
- "kind": "TypeFunc",
928
- "name": "Function",
929
- "printedName": "(Swift.Bool) -> ()",
930
- "children": [
931
- {
932
- "kind": "TypeNominal",
933
- "name": "Void",
934
- "printedName": "()"
935
- },
936
- {
937
- "kind": "TypeNominal",
938
- "name": "Bool",
939
- "printedName": "Swift.Bool",
940
- "usr": "s:Sb"
941
- }
942
- ]
943
- }
944
- ],
945
- "hasDefaultArg": true,
946
- "usr": "s:Sq"
1048
+ "name": "WeakStorage",
1049
+ "printedName": "(any DavoiceTTS.STTDelegate)?"
947
1050
  }
948
1051
  ],
949
- "declKind": "Func",
950
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
951
- "mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
1052
+ "declKind": "Var",
1053
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)delegate",
1054
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvp",
952
1055
  "moduleName": "DavoiceTTS",
953
1056
  "declAttributes": [
1057
+ "HasInitialValue",
954
1058
  "Final",
1059
+ "HasStorage",
1060
+ "ReferenceOwnership",
955
1061
  "AccessControl",
956
1062
  "ObjC"
957
1063
  ],
958
- "funcSelfKind": "NonMutating"
959
- },
960
- {
961
- "kind": "Function",
962
- "name": "destroySpeech",
963
- "printedName": "destroySpeech(_:)",
964
- "children": [
965
- {
966
- "kind": "TypeNominal",
967
- "name": "Void",
968
- "printedName": "()"
969
- },
1064
+ "ownership": 1,
1065
+ "hasStorage": true,
1066
+ "accessors": [
970
1067
  {
971
- "kind": "TypeNominal",
972
- "name": "Optional",
973
- "printedName": "((Swift.Bool) -> ())?",
1068
+ "kind": "Accessor",
1069
+ "name": "Get",
1070
+ "printedName": "Get()",
974
1071
  "children": [
975
1072
  {
976
- "kind": "TypeFunc",
977
- "name": "Function",
978
- "printedName": "(Swift.Bool) -> ()",
1073
+ "kind": "TypeNominal",
1074
+ "name": "Optional",
1075
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
979
1076
  "children": [
980
1077
  {
981
1078
  "kind": "TypeNominal",
982
- "name": "Void",
983
- "printedName": "()"
984
- },
1079
+ "name": "STTDelegate",
1080
+ "printedName": "any DavoiceTTS.STTDelegate",
1081
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
1082
+ }
1083
+ ],
1084
+ "usr": "s:Sq"
1085
+ }
1086
+ ],
1087
+ "declKind": "Accessor",
1088
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)delegate",
1089
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvg",
1090
+ "moduleName": "DavoiceTTS",
1091
+ "implicit": true,
1092
+ "declAttributes": [
1093
+ "Final",
1094
+ "ObjC"
1095
+ ],
1096
+ "accessorKind": "get"
1097
+ },
1098
+ {
1099
+ "kind": "Accessor",
1100
+ "name": "Set",
1101
+ "printedName": "Set()",
1102
+ "children": [
1103
+ {
1104
+ "kind": "TypeNominal",
1105
+ "name": "Void",
1106
+ "printedName": "()"
1107
+ },
1108
+ {
1109
+ "kind": "TypeNominal",
1110
+ "name": "Optional",
1111
+ "printedName": "(any DavoiceTTS.STTDelegate)?",
1112
+ "children": [
985
1113
  {
986
1114
  "kind": "TypeNominal",
987
- "name": "Bool",
988
- "printedName": "Swift.Bool",
989
- "usr": "s:Sb"
1115
+ "name": "STTDelegate",
1116
+ "printedName": "any DavoiceTTS.STTDelegate",
1117
+ "usr": "c:@M@DavoiceTTS@objc(pl)STTDelegate"
990
1118
  }
991
- ]
1119
+ ],
1120
+ "usr": "s:Sq"
992
1121
  }
993
1122
  ],
994
- "hasDefaultArg": true,
995
- "usr": "s:Sq"
996
- }
997
- ],
998
- "declKind": "Func",
999
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
1000
- "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
1001
- "moduleName": "DavoiceTTS",
1002
- "declAttributes": [
1003
- "Final",
1004
- "AccessControl",
1005
- "ObjC"
1006
- ],
1007
- "funcSelfKind": "NonMutating"
1008
- },
1009
- {
1010
- "kind": "Function",
1011
- "name": "teardown",
1012
- "printedName": "teardown()",
1013
- "children": [
1123
+ "declKind": "Accessor",
1124
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setDelegate:",
1125
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvs",
1126
+ "moduleName": "DavoiceTTS",
1127
+ "implicit": true,
1128
+ "declAttributes": [
1129
+ "Final",
1130
+ "ObjC"
1131
+ ],
1132
+ "accessorKind": "set"
1133
+ },
1014
1134
  {
1015
- "kind": "TypeNominal",
1016
- "name": "Void",
1017
- "printedName": "()"
1135
+ "kind": "Accessor",
1136
+ "name": "Modify",
1137
+ "printedName": "Modify()",
1138
+ "children": [
1139
+ {
1140
+ "kind": "TypeNominal",
1141
+ "name": "Void",
1142
+ "printedName": "()"
1143
+ }
1144
+ ],
1145
+ "declKind": "Accessor",
1146
+ "usr": "s:10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
1147
+ "mangledName": "$s10DavoiceTTS3STTC8delegateAA11STTDelegate_pSgvM",
1148
+ "moduleName": "DavoiceTTS",
1149
+ "implicit": true,
1150
+ "declAttributes": [
1151
+ "Final"
1152
+ ],
1153
+ "accessorKind": "_modify"
1018
1154
  }
1019
- ],
1020
- "declKind": "Func",
1021
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
1022
- "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
1023
- "moduleName": "DavoiceTTS",
1024
- "declAttributes": [
1025
- "Final",
1026
- "AccessControl",
1027
- "ObjC"
1028
- ],
1029
- "funcSelfKind": "NonMutating"
1155
+ ]
1030
1156
  },
1031
1157
  {
1032
- "kind": "Function",
1033
- "name": "speechRecognizer",
1034
- "printedName": "speechRecognizer(_:availabilityDidChange:)",
1158
+ "kind": "Var",
1159
+ "name": "continuous",
1160
+ "printedName": "continuous",
1035
1161
  "children": [
1036
- {
1037
- "kind": "TypeNominal",
1038
- "name": "Void",
1039
- "printedName": "()"
1040
- },
1041
- {
1042
- "kind": "TypeNominal",
1043
- "name": "SFSpeechRecognizer",
1044
- "printedName": "Speech.SFSpeechRecognizer",
1045
- "usr": "c:objc(cs)SFSpeechRecognizer"
1046
- },
1047
1162
  {
1048
1163
  "kind": "TypeNominal",
1049
1164
  "name": "Bool",
@@ -1051,215 +1166,116 @@
1051
1166
  "usr": "s:Sb"
1052
1167
  }
1053
1168
  ],
1054
- "declKind": "Func",
1055
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
1056
- "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
1169
+ "declKind": "Var",
1170
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)continuous",
1171
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvp",
1057
1172
  "moduleName": "DavoiceTTS",
1058
- "objc_name": "speechRecognizer:availabilityDidChange:",
1059
1173
  "declAttributes": [
1174
+ "HasInitialValue",
1060
1175
  "Final",
1061
- "ObjC",
1176
+ "HasStorage",
1062
1177
  "AccessControl",
1063
- "RawDocComment"
1178
+ "ObjC"
1064
1179
  ],
1065
- "funcSelfKind": "NonMutating"
1066
- },
1067
- {
1068
- "kind": "Constructor",
1069
- "name": "init",
1070
- "printedName": "init()",
1071
- "children": [
1180
+ "hasStorage": true,
1181
+ "accessors": [
1072
1182
  {
1073
- "kind": "TypeNominal",
1074
- "name": "STT",
1075
- "printedName": "DavoiceTTS.STT",
1076
- "usr": "c:@M@DavoiceTTS@objc(cs)STT"
1077
- }
1078
- ],
1079
- "declKind": "Constructor",
1080
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
1081
- "mangledName": "$s10DavoiceTTS3STTCACycfc",
1082
- "moduleName": "DavoiceTTS",
1083
- "overriding": true,
1084
- "implicit": true,
1085
- "objc_name": "init",
1086
- "declAttributes": [
1087
- "Dynamic",
1088
- "ObjC",
1089
- "Override"
1090
- ],
1091
- "init_kind": "Designated"
1092
- }
1093
- ],
1094
- "declKind": "Class",
1095
- "usr": "c:@M@DavoiceTTS@objc(cs)STT",
1096
- "mangledName": "$s10DavoiceTTS3STTC",
1097
- "moduleName": "DavoiceTTS",
1098
- "declAttributes": [
1099
- "Final",
1100
- "AccessControl",
1101
- "ObjCMembers",
1102
- "ObjC"
1103
- ],
1104
- "superclassUsr": "c:objc(cs)NSObject",
1105
- "inheritsConvenienceInitializers": true,
1106
- "superclassNames": [
1107
- "ObjectiveC.NSObject"
1108
- ],
1109
- "conformances": [
1110
- {
1111
- "kind": "Conformance",
1112
- "name": "Copyable",
1113
- "printedName": "Copyable",
1114
- "usr": "s:s8CopyableP",
1115
- "mangledName": "$ss8CopyableP"
1116
- },
1117
- {
1118
- "kind": "Conformance",
1119
- "name": "Escapable",
1120
- "printedName": "Escapable",
1121
- "usr": "s:s9EscapableP",
1122
- "mangledName": "$ss9EscapableP"
1123
- },
1124
- {
1125
- "kind": "Conformance",
1126
- "name": "Equatable",
1127
- "printedName": "Equatable",
1128
- "usr": "s:SQ",
1129
- "mangledName": "$sSQ"
1130
- },
1131
- {
1132
- "kind": "Conformance",
1133
- "name": "Hashable",
1134
- "printedName": "Hashable",
1135
- "usr": "s:SH",
1136
- "mangledName": "$sSH"
1137
- },
1138
- {
1139
- "kind": "Conformance",
1140
- "name": "CVarArg",
1141
- "printedName": "CVarArg",
1142
- "usr": "s:s7CVarArgP",
1143
- "mangledName": "$ss7CVarArgP"
1144
- },
1145
- {
1146
- "kind": "Conformance",
1147
- "name": "_KeyValueCodingAndObservingPublishing",
1148
- "printedName": "_KeyValueCodingAndObservingPublishing",
1149
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1150
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1151
- },
1152
- {
1153
- "kind": "Conformance",
1154
- "name": "_KeyValueCodingAndObserving",
1155
- "printedName": "_KeyValueCodingAndObserving",
1156
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1157
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1158
- },
1159
- {
1160
- "kind": "Conformance",
1161
- "name": "CustomStringConvertible",
1162
- "printedName": "CustomStringConvertible",
1163
- "usr": "s:s23CustomStringConvertibleP",
1164
- "mangledName": "$ss23CustomStringConvertibleP"
1165
- },
1166
- {
1167
- "kind": "Conformance",
1168
- "name": "CustomDebugStringConvertible",
1169
- "printedName": "CustomDebugStringConvertible",
1170
- "usr": "s:s28CustomDebugStringConvertibleP",
1171
- "mangledName": "$ss28CustomDebugStringConvertibleP"
1172
- }
1173
- ]
1174
- },
1175
- {
1176
- "kind": "Import",
1177
- "name": "Foundation",
1178
- "printedName": "Foundation",
1179
- "declKind": "Import",
1180
- "moduleName": "DavoiceTTS",
1181
- "declAttributes": [
1182
- "RawDocComment"
1183
- ]
1184
- },
1185
- {
1186
- "kind": "Import",
1187
- "name": "AVFoundation",
1188
- "printedName": "AVFoundation",
1189
- "declKind": "Import",
1190
- "moduleName": "DavoiceTTS"
1191
- },
1192
- {
1193
- "kind": "TypeDecl",
1194
- "name": "AudioPlaybackHook",
1195
- "printedName": "AudioPlaybackHook",
1196
- "children": [
1197
- {
1198
- "kind": "Var",
1199
- "name": "engineScheduleFile",
1200
- "printedName": "engineScheduleFile",
1201
- "children": [
1183
+ "kind": "Accessor",
1184
+ "name": "Get",
1185
+ "printedName": "Get()",
1186
+ "children": [
1187
+ {
1188
+ "kind": "TypeNominal",
1189
+ "name": "Bool",
1190
+ "printedName": "Swift.Bool",
1191
+ "usr": "s:Sb"
1192
+ }
1193
+ ],
1194
+ "declKind": "Accessor",
1195
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)continuous",
1196
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvg",
1197
+ "moduleName": "DavoiceTTS",
1198
+ "implicit": true,
1199
+ "declAttributes": [
1200
+ "Final",
1201
+ "ObjC"
1202
+ ],
1203
+ "accessorKind": "get"
1204
+ },
1202
1205
  {
1203
- "kind": "TypeNominal",
1204
- "name": "Optional",
1205
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
1206
+ "kind": "Accessor",
1207
+ "name": "Set",
1208
+ "printedName": "Set()",
1206
1209
  "children": [
1207
1210
  {
1208
- "kind": "TypeFunc",
1209
- "name": "Function",
1210
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
1211
- "children": [
1212
- {
1213
- "kind": "TypeNominal",
1214
- "name": "Bool",
1215
- "printedName": "Swift.Bool",
1216
- "usr": "s:Sb"
1217
- },
1218
- {
1219
- "kind": "TypeNominal",
1220
- "name": "Tuple",
1221
- "printedName": "(Foundation.URL, () -> ())",
1222
- "children": [
1223
- {
1224
- "kind": "TypeNominal",
1225
- "name": "URL",
1226
- "printedName": "Foundation.URL",
1227
- "usr": "s:10Foundation3URLV"
1228
- },
1229
- {
1230
- "kind": "TypeFunc",
1231
- "name": "Function",
1232
- "printedName": "() -> ()",
1233
- "children": [
1234
- {
1235
- "kind": "TypeNominal",
1236
- "name": "Void",
1237
- "printedName": "()"
1238
- },
1239
- {
1240
- "kind": "TypeNominal",
1241
- "name": "Void",
1242
- "printedName": "()"
1243
- }
1244
- ]
1245
- }
1246
- ]
1247
- }
1248
- ]
1211
+ "kind": "TypeNominal",
1212
+ "name": "Void",
1213
+ "printedName": "()"
1214
+ },
1215
+ {
1216
+ "kind": "TypeNominal",
1217
+ "name": "Bool",
1218
+ "printedName": "Swift.Bool",
1219
+ "usr": "s:Sb"
1220
+ }
1221
+ ],
1222
+ "declKind": "Accessor",
1223
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setContinuous:",
1224
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvs",
1225
+ "moduleName": "DavoiceTTS",
1226
+ "implicit": true,
1227
+ "declAttributes": [
1228
+ "Final",
1229
+ "ObjC"
1230
+ ],
1231
+ "accessorKind": "set"
1232
+ },
1233
+ {
1234
+ "kind": "Accessor",
1235
+ "name": "Modify",
1236
+ "printedName": "Modify()",
1237
+ "children": [
1238
+ {
1239
+ "kind": "TypeNominal",
1240
+ "name": "Void",
1241
+ "printedName": "()"
1249
1242
  }
1250
1243
  ],
1251
- "usr": "s:Sq"
1244
+ "declKind": "Accessor",
1245
+ "usr": "s:10DavoiceTTS3STTC10continuousSbvM",
1246
+ "mangledName": "$s10DavoiceTTS3STTC10continuousSbvM",
1247
+ "moduleName": "DavoiceTTS",
1248
+ "implicit": true,
1249
+ "declAttributes": [
1250
+ "Final"
1251
+ ],
1252
+ "accessorKind": "_modify"
1253
+ }
1254
+ ]
1255
+ },
1256
+ {
1257
+ "kind": "Var",
1258
+ "name": "aecEnabled",
1259
+ "printedName": "aecEnabled",
1260
+ "children": [
1261
+ {
1262
+ "kind": "TypeNominal",
1263
+ "name": "Bool",
1264
+ "printedName": "Swift.Bool",
1265
+ "usr": "s:Sb"
1252
1266
  }
1253
1267
  ],
1254
1268
  "declKind": "Var",
1255
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
1256
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvpZ",
1269
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)aecEnabled",
1270
+ "mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvp",
1257
1271
  "moduleName": "DavoiceTTS",
1258
- "static": true,
1259
1272
  "declAttributes": [
1260
1273
  "HasInitialValue",
1274
+ "Final",
1261
1275
  "HasStorage",
1262
- "AccessControl"
1276
+ "AccessControl",
1277
+ "RawDocComment",
1278
+ "ObjC"
1263
1279
  ],
1264
1280
  "hasStorage": true,
1265
1281
  "accessors": [
@@ -1270,62 +1286,20 @@
1270
1286
  "children": [
1271
1287
  {
1272
1288
  "kind": "TypeNominal",
1273
- "name": "Optional",
1274
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
1275
- "children": [
1276
- {
1277
- "kind": "TypeFunc",
1278
- "name": "Function",
1279
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
1280
- "children": [
1281
- {
1282
- "kind": "TypeNominal",
1283
- "name": "Bool",
1284
- "printedName": "Swift.Bool",
1285
- "usr": "s:Sb"
1286
- },
1287
- {
1288
- "kind": "TypeNominal",
1289
- "name": "Tuple",
1290
- "printedName": "(Foundation.URL, () -> ())",
1291
- "children": [
1292
- {
1293
- "kind": "TypeNominal",
1294
- "name": "URL",
1295
- "printedName": "Foundation.URL",
1296
- "usr": "s:10Foundation3URLV"
1297
- },
1298
- {
1299
- "kind": "TypeFunc",
1300
- "name": "Function",
1301
- "printedName": "() -> ()",
1302
- "children": [
1303
- {
1304
- "kind": "TypeNominal",
1305
- "name": "Void",
1306
- "printedName": "()"
1307
- },
1308
- {
1309
- "kind": "TypeNominal",
1310
- "name": "Void",
1311
- "printedName": "()"
1312
- }
1313
- ]
1314
- }
1315
- ]
1316
- }
1317
- ]
1318
- }
1319
- ],
1320
- "usr": "s:Sq"
1289
+ "name": "Bool",
1290
+ "printedName": "Swift.Bool",
1291
+ "usr": "s:Sb"
1321
1292
  }
1322
1293
  ],
1323
1294
  "declKind": "Accessor",
1324
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
1325
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvgZ",
1295
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)aecEnabled",
1296
+ "mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvg",
1326
1297
  "moduleName": "DavoiceTTS",
1327
- "static": true,
1328
1298
  "implicit": true,
1299
+ "declAttributes": [
1300
+ "Final",
1301
+ "ObjC"
1302
+ ],
1329
1303
  "accessorKind": "get"
1330
1304
  },
1331
1305
  {
@@ -1340,99 +1314,196 @@
1340
1314
  },
1341
1315
  {
1342
1316
  "kind": "TypeNominal",
1343
- "name": "Optional",
1344
- "printedName": "((Foundation.URL, @escaping () -> ()) -> Swift.Bool)?",
1317
+ "name": "Bool",
1318
+ "printedName": "Swift.Bool",
1319
+ "usr": "s:Sb"
1320
+ }
1321
+ ],
1322
+ "declKind": "Accessor",
1323
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setAecEnabled:",
1324
+ "mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvs",
1325
+ "moduleName": "DavoiceTTS",
1326
+ "implicit": true,
1327
+ "declAttributes": [
1328
+ "Final",
1329
+ "ObjC"
1330
+ ],
1331
+ "accessorKind": "set"
1332
+ },
1333
+ {
1334
+ "kind": "Accessor",
1335
+ "name": "Modify",
1336
+ "printedName": "Modify()",
1337
+ "children": [
1338
+ {
1339
+ "kind": "TypeNominal",
1340
+ "name": "Void",
1341
+ "printedName": "()"
1342
+ }
1343
+ ],
1344
+ "declKind": "Accessor",
1345
+ "usr": "s:10DavoiceTTS3STTC10aecEnabledSbvM",
1346
+ "mangledName": "$s10DavoiceTTS3STTC10aecEnabledSbvM",
1347
+ "moduleName": "DavoiceTTS",
1348
+ "implicit": true,
1349
+ "declAttributes": [
1350
+ "Final"
1351
+ ],
1352
+ "accessorKind": "_modify"
1353
+ }
1354
+ ]
1355
+ },
1356
+ {
1357
+ "kind": "Var",
1358
+ "name": "supportedEvents",
1359
+ "printedName": "supportedEvents",
1360
+ "children": [
1361
+ {
1362
+ "kind": "TypeNominal",
1363
+ "name": "Array",
1364
+ "printedName": "[Swift.String]",
1365
+ "children": [
1366
+ {
1367
+ "kind": "TypeNominal",
1368
+ "name": "String",
1369
+ "printedName": "Swift.String",
1370
+ "usr": "s:SS"
1371
+ }
1372
+ ],
1373
+ "usr": "s:Sa"
1374
+ }
1375
+ ],
1376
+ "declKind": "Var",
1377
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cpy)supportedEvents",
1378
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvpZ",
1379
+ "moduleName": "DavoiceTTS",
1380
+ "static": true,
1381
+ "declAttributes": [
1382
+ "HasInitialValue",
1383
+ "Final",
1384
+ "HasStorage",
1385
+ "AccessControl",
1386
+ "RawDocComment",
1387
+ "ObjC"
1388
+ ],
1389
+ "isLet": true,
1390
+ "hasStorage": true,
1391
+ "accessors": [
1392
+ {
1393
+ "kind": "Accessor",
1394
+ "name": "Get",
1395
+ "printedName": "Get()",
1396
+ "children": [
1397
+ {
1398
+ "kind": "TypeNominal",
1399
+ "name": "Array",
1400
+ "printedName": "[Swift.String]",
1345
1401
  "children": [
1346
1402
  {
1347
- "kind": "TypeFunc",
1348
- "name": "Function",
1349
- "printedName": "(Foundation.URL, @escaping () -> ()) -> Swift.Bool",
1350
- "children": [
1351
- {
1352
- "kind": "TypeNominal",
1353
- "name": "Bool",
1354
- "printedName": "Swift.Bool",
1355
- "usr": "s:Sb"
1356
- },
1357
- {
1358
- "kind": "TypeNominal",
1359
- "name": "Tuple",
1360
- "printedName": "(Foundation.URL, () -> ())",
1361
- "children": [
1362
- {
1363
- "kind": "TypeNominal",
1364
- "name": "URL",
1365
- "printedName": "Foundation.URL",
1366
- "usr": "s:10Foundation3URLV"
1367
- },
1368
- {
1369
- "kind": "TypeFunc",
1370
- "name": "Function",
1371
- "printedName": "() -> ()",
1372
- "children": [
1373
- {
1374
- "kind": "TypeNominal",
1375
- "name": "Void",
1376
- "printedName": "()"
1377
- },
1378
- {
1379
- "kind": "TypeNominal",
1380
- "name": "Void",
1381
- "printedName": "()"
1382
- }
1383
- ]
1384
- }
1385
- ]
1386
- }
1387
- ]
1403
+ "kind": "TypeNominal",
1404
+ "name": "String",
1405
+ "printedName": "Swift.String",
1406
+ "usr": "s:SS"
1388
1407
  }
1389
1408
  ],
1390
- "usr": "s:Sq"
1409
+ "usr": "s:Sa"
1391
1410
  }
1392
1411
  ],
1393
1412
  "declKind": "Accessor",
1394
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
1395
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvsZ",
1413
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
1414
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
1396
1415
  "moduleName": "DavoiceTTS",
1397
1416
  "static": true,
1398
1417
  "implicit": true,
1399
- "accessorKind": "set"
1418
+ "declAttributes": [
1419
+ "Final",
1420
+ "ObjC"
1421
+ ],
1422
+ "accessorKind": "get"
1423
+ }
1424
+ ]
1425
+ },
1426
+ {
1427
+ "kind": "Function",
1428
+ "name": "pauseSpeechRecognitionLite",
1429
+ "printedName": "pauseSpeechRecognitionLite()",
1430
+ "children": [
1431
+ {
1432
+ "kind": "TypeNominal",
1433
+ "name": "Void",
1434
+ "printedName": "()"
1435
+ }
1436
+ ],
1437
+ "declKind": "Func",
1438
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseSpeechRecognitionLite",
1439
+ "mangledName": "$s10DavoiceTTS3STTC26pauseSpeechRecognitionLiteyyF",
1440
+ "moduleName": "DavoiceTTS",
1441
+ "declAttributes": [
1442
+ "Final",
1443
+ "AccessControl",
1444
+ "ObjC"
1445
+ ],
1446
+ "funcSelfKind": "NonMutating"
1447
+ },
1448
+ {
1449
+ "kind": "Function",
1450
+ "name": "unPauseSpeechRecognitionLite",
1451
+ "printedName": "unPauseSpeechRecognitionLite(_:)",
1452
+ "children": [
1453
+ {
1454
+ "kind": "TypeNominal",
1455
+ "name": "Void",
1456
+ "printedName": "()"
1400
1457
  },
1401
1458
  {
1402
- "kind": "Accessor",
1403
- "name": "Modify",
1404
- "printedName": "Modify()",
1405
- "children": [
1406
- {
1407
- "kind": "TypeNominal",
1408
- "name": "Void",
1409
- "printedName": "()"
1410
- }
1411
- ],
1412
- "declKind": "Accessor",
1413
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1414
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO18engineScheduleFileSb10Foundation3URLV_yyctcSgvMZ",
1415
- "moduleName": "DavoiceTTS",
1416
- "static": true,
1417
- "implicit": true,
1418
- "accessorKind": "_modify"
1459
+ "kind": "TypeNominal",
1460
+ "name": "NSNumber",
1461
+ "printedName": "Foundation.NSNumber",
1462
+ "usr": "c:objc(cs)NSNumber"
1419
1463
  }
1420
- ]
1464
+ ],
1465
+ "declKind": "Func",
1466
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLite:",
1467
+ "mangledName": "$s10DavoiceTTS3STTC28unPauseSpeechRecognitionLiteyySo8NSNumberCF",
1468
+ "moduleName": "DavoiceTTS",
1469
+ "declAttributes": [
1470
+ "Final",
1471
+ "AccessControl",
1472
+ "ObjC",
1473
+ "RawDocComment"
1474
+ ],
1475
+ "funcSelfKind": "NonMutating"
1421
1476
  },
1422
1477
  {
1423
- "kind": "Var",
1424
- "name": "isEngineReady",
1425
- "printedName": "isEngineReady",
1478
+ "kind": "Function",
1479
+ "name": "pauseMicrophoneAndWait",
1480
+ "printedName": "pauseMicrophoneAndWait(_:completion:)",
1426
1481
  "children": [
1427
1482
  {
1428
1483
  "kind": "TypeNominal",
1429
- "name": "Optional",
1430
- "printedName": "(() -> Swift.Bool)?",
1484
+ "name": "Void",
1485
+ "printedName": "()"
1486
+ },
1487
+ {
1488
+ "kind": "TypeNominal",
1489
+ "name": "NSNumber",
1490
+ "printedName": "Foundation.NSNumber",
1491
+ "usr": "c:objc(cs)NSNumber"
1492
+ },
1493
+ {
1494
+ "kind": "TypeFunc",
1495
+ "name": "Function",
1496
+ "printedName": "(Swift.Bool, Swift.String?) -> ()",
1431
1497
  "children": [
1432
1498
  {
1433
- "kind": "TypeFunc",
1434
- "name": "Function",
1435
- "printedName": "() -> Swift.Bool",
1499
+ "kind": "TypeNominal",
1500
+ "name": "Void",
1501
+ "printedName": "()"
1502
+ },
1503
+ {
1504
+ "kind": "TypeNominal",
1505
+ "name": "Tuple",
1506
+ "printedName": "(Swift.Bool, Swift.String?)",
1436
1507
  "children": [
1437
1508
  {
1438
1509
  "kind": "TypeNominal",
@@ -1442,71 +1513,54 @@
1442
1513
  },
1443
1514
  {
1444
1515
  "kind": "TypeNominal",
1445
- "name": "Void",
1446
- "printedName": "()"
1516
+ "name": "Optional",
1517
+ "printedName": "Swift.String?",
1518
+ "children": [
1519
+ {
1520
+ "kind": "TypeNominal",
1521
+ "name": "String",
1522
+ "printedName": "Swift.String",
1523
+ "usr": "s:SS"
1524
+ }
1525
+ ],
1526
+ "usr": "s:Sq"
1447
1527
  }
1448
1528
  ]
1449
1529
  }
1450
- ],
1451
- "usr": "s:Sq"
1530
+ ]
1452
1531
  }
1453
1532
  ],
1454
- "declKind": "Var",
1455
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1456
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvpZ",
1533
+ "declKind": "Func",
1534
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophoneAndWait:completion:",
1535
+ "mangledName": "$s10DavoiceTTS3STTC22pauseMicrophoneAndWait_10completionySo8NSNumberC_ySb_SSSgtctF",
1457
1536
  "moduleName": "DavoiceTTS",
1458
- "static": true,
1459
1537
  "declAttributes": [
1460
- "HasInitialValue",
1461
- "HasStorage",
1462
- "AccessControl"
1538
+ "Final",
1539
+ "AccessControl",
1540
+ "ObjC"
1463
1541
  ],
1464
- "hasStorage": true,
1465
- "accessors": [
1542
+ "funcSelfKind": "NonMutating"
1543
+ },
1544
+ {
1545
+ "kind": "Function",
1546
+ "name": "unPauseMicrophoneAndWait",
1547
+ "printedName": "unPauseMicrophoneAndWait(_:completion:)",
1548
+ "children": [
1466
1549
  {
1467
- "kind": "Accessor",
1468
- "name": "Get",
1469
- "printedName": "Get()",
1470
- "children": [
1471
- {
1472
- "kind": "TypeNominal",
1473
- "name": "Optional",
1474
- "printedName": "(() -> Swift.Bool)?",
1475
- "children": [
1476
- {
1477
- "kind": "TypeFunc",
1478
- "name": "Function",
1479
- "printedName": "() -> Swift.Bool",
1480
- "children": [
1481
- {
1482
- "kind": "TypeNominal",
1483
- "name": "Bool",
1484
- "printedName": "Swift.Bool",
1485
- "usr": "s:Sb"
1486
- },
1487
- {
1488
- "kind": "TypeNominal",
1489
- "name": "Void",
1490
- "printedName": "()"
1491
- }
1492
- ]
1493
- }
1494
- ],
1495
- "usr": "s:Sq"
1496
- }
1497
- ],
1498
- "declKind": "Accessor",
1499
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1500
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvgZ",
1501
- "moduleName": "DavoiceTTS",
1502
- "static": true,
1503
- "implicit": true,
1504
- "accessorKind": "get"
1550
+ "kind": "TypeNominal",
1551
+ "name": "Void",
1552
+ "printedName": "()"
1505
1553
  },
1506
1554
  {
1507
- "kind": "Accessor",
1508
- "name": "Set",
1509
- "printedName": "Set()",
1555
+ "kind": "TypeNominal",
1556
+ "name": "NSNumber",
1557
+ "printedName": "Foundation.NSNumber",
1558
+ "usr": "c:objc(cs)NSNumber"
1559
+ },
1560
+ {
1561
+ "kind": "TypeFunc",
1562
+ "name": "Function",
1563
+ "printedName": "(Swift.Bool, Swift.String?) -> ()",
1510
1564
  "children": [
1511
1565
  {
1512
1566
  "kind": "TypeNominal",
@@ -1515,148 +1569,155 @@
1515
1569
  },
1516
1570
  {
1517
1571
  "kind": "TypeNominal",
1518
- "name": "Optional",
1519
- "printedName": "(() -> Swift.Bool)?",
1572
+ "name": "Tuple",
1573
+ "printedName": "(Swift.Bool, Swift.String?)",
1520
1574
  "children": [
1521
1575
  {
1522
- "kind": "TypeFunc",
1523
- "name": "Function",
1524
- "printedName": "() -> Swift.Bool",
1576
+ "kind": "TypeNominal",
1577
+ "name": "Bool",
1578
+ "printedName": "Swift.Bool",
1579
+ "usr": "s:Sb"
1580
+ },
1581
+ {
1582
+ "kind": "TypeNominal",
1583
+ "name": "Optional",
1584
+ "printedName": "Swift.String?",
1525
1585
  "children": [
1526
1586
  {
1527
1587
  "kind": "TypeNominal",
1528
- "name": "Bool",
1529
- "printedName": "Swift.Bool",
1530
- "usr": "s:Sb"
1531
- },
1532
- {
1533
- "kind": "TypeNominal",
1534
- "name": "Void",
1535
- "printedName": "()"
1588
+ "name": "String",
1589
+ "printedName": "Swift.String",
1590
+ "usr": "s:SS"
1536
1591
  }
1537
- ]
1592
+ ],
1593
+ "usr": "s:Sq"
1538
1594
  }
1539
- ],
1540
- "usr": "s:Sq"
1595
+ ]
1541
1596
  }
1542
- ],
1543
- "declKind": "Accessor",
1544
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1545
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvsZ",
1546
- "moduleName": "DavoiceTTS",
1547
- "static": true,
1548
- "implicit": true,
1549
- "accessorKind": "set"
1597
+ ]
1598
+ }
1599
+ ],
1600
+ "declKind": "Func",
1601
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophoneAndWait:completion:",
1602
+ "mangledName": "$s10DavoiceTTS3STTC24unPauseMicrophoneAndWait_10completionySo8NSNumberC_ySb_SSSgtctF",
1603
+ "moduleName": "DavoiceTTS",
1604
+ "declAttributes": [
1605
+ "Final",
1606
+ "AccessControl",
1607
+ "ObjC"
1608
+ ],
1609
+ "funcSelfKind": "NonMutating"
1610
+ },
1611
+ {
1612
+ "kind": "Function",
1613
+ "name": "pauseMicrophone",
1614
+ "printedName": "pauseMicrophone()",
1615
+ "children": [
1616
+ {
1617
+ "kind": "TypeNominal",
1618
+ "name": "Void",
1619
+ "printedName": "()"
1620
+ }
1621
+ ],
1622
+ "declKind": "Func",
1623
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
1624
+ "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
1625
+ "moduleName": "DavoiceTTS",
1626
+ "declAttributes": [
1627
+ "Final",
1628
+ "AccessControl",
1629
+ "ObjC"
1630
+ ],
1631
+ "funcSelfKind": "NonMutating"
1632
+ },
1633
+ {
1634
+ "kind": "Function",
1635
+ "name": "unPauseMicrophone",
1636
+ "printedName": "unPauseMicrophone()",
1637
+ "children": [
1638
+ {
1639
+ "kind": "TypeNominal",
1640
+ "name": "Void",
1641
+ "printedName": "()"
1642
+ }
1643
+ ],
1644
+ "declKind": "Func",
1645
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
1646
+ "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
1647
+ "moduleName": "DavoiceTTS",
1648
+ "declAttributes": [
1649
+ "Final",
1650
+ "AccessControl",
1651
+ "ObjC"
1652
+ ],
1653
+ "funcSelfKind": "NonMutating"
1654
+ },
1655
+ {
1656
+ "kind": "Function",
1657
+ "name": "setAECEnabled",
1658
+ "printedName": "setAECEnabled(_:)",
1659
+ "children": [
1660
+ {
1661
+ "kind": "TypeNominal",
1662
+ "name": "Void",
1663
+ "printedName": "()"
1550
1664
  },
1551
1665
  {
1552
- "kind": "Accessor",
1553
- "name": "Modify",
1554
- "printedName": "Modify()",
1555
- "children": [
1556
- {
1557
- "kind": "TypeNominal",
1558
- "name": "Void",
1559
- "printedName": "()"
1560
- }
1561
- ],
1562
- "declKind": "Accessor",
1563
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1564
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13isEngineReadySbycSgvMZ",
1565
- "moduleName": "DavoiceTTS",
1566
- "static": true,
1567
- "implicit": true,
1568
- "accessorKind": "_modify"
1666
+ "kind": "TypeNominal",
1667
+ "name": "Bool",
1668
+ "printedName": "Swift.Bool",
1669
+ "usr": "s:Sb"
1569
1670
  }
1570
- ]
1671
+ ],
1672
+ "declKind": "Func",
1673
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setAECEnabled:",
1674
+ "mangledName": "$s10DavoiceTTS3STTC13setAECEnabledyySbF",
1675
+ "moduleName": "DavoiceTTS",
1676
+ "declAttributes": [
1677
+ "Final",
1678
+ "AccessControl",
1679
+ "RawDocComment",
1680
+ "ObjC"
1681
+ ],
1682
+ "funcSelfKind": "NonMutating"
1571
1683
  },
1572
1684
  {
1573
- "kind": "Var",
1574
- "name": "useOnlyEnginePlayback",
1575
- "printedName": "useOnlyEnginePlayback",
1685
+ "kind": "Function",
1686
+ "name": "isAECEnabled",
1687
+ "printedName": "isAECEnabled()",
1576
1688
  "children": [
1577
1689
  {
1578
1690
  "kind": "TypeNominal",
1579
- "name": "Optional",
1580
- "printedName": "(() -> Swift.Bool)?",
1581
- "children": [
1582
- {
1583
- "kind": "TypeFunc",
1584
- "name": "Function",
1585
- "printedName": "() -> Swift.Bool",
1586
- "children": [
1587
- {
1588
- "kind": "TypeNominal",
1589
- "name": "Bool",
1590
- "printedName": "Swift.Bool",
1591
- "usr": "s:Sb"
1592
- },
1593
- {
1594
- "kind": "TypeNominal",
1595
- "name": "Void",
1596
- "printedName": "()"
1597
- }
1598
- ]
1599
- }
1600
- ],
1601
- "usr": "s:Sq"
1691
+ "name": "Bool",
1692
+ "printedName": "Swift.Bool",
1693
+ "usr": "s:Sb"
1602
1694
  }
1603
1695
  ],
1604
- "declKind": "Var",
1605
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1606
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
1696
+ "declKind": "Func",
1697
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isAECEnabled",
1698
+ "mangledName": "$s10DavoiceTTS3STTC12isAECEnabledSbyF",
1607
1699
  "moduleName": "DavoiceTTS",
1608
- "static": true,
1609
1700
  "declAttributes": [
1610
- "HasInitialValue",
1611
- "HasStorage",
1612
- "AccessControl"
1701
+ "Final",
1702
+ "AccessControl",
1703
+ "ObjC"
1613
1704
  ],
1614
- "hasStorage": true,
1615
- "accessors": [
1705
+ "funcSelfKind": "NonMutating"
1706
+ },
1707
+ {
1708
+ "kind": "Function",
1709
+ "name": "isSpeechAvailable",
1710
+ "printedName": "isSpeechAvailable(_:)",
1711
+ "children": [
1616
1712
  {
1617
- "kind": "Accessor",
1618
- "name": "Get",
1619
- "printedName": "Get()",
1620
- "children": [
1621
- {
1622
- "kind": "TypeNominal",
1623
- "name": "Optional",
1624
- "printedName": "(() -> Swift.Bool)?",
1625
- "children": [
1626
- {
1627
- "kind": "TypeFunc",
1628
- "name": "Function",
1629
- "printedName": "() -> Swift.Bool",
1630
- "children": [
1631
- {
1632
- "kind": "TypeNominal",
1633
- "name": "Bool",
1634
- "printedName": "Swift.Bool",
1635
- "usr": "s:Sb"
1636
- },
1637
- {
1638
- "kind": "TypeNominal",
1639
- "name": "Void",
1640
- "printedName": "()"
1641
- }
1642
- ]
1643
- }
1644
- ],
1645
- "usr": "s:Sq"
1646
- }
1647
- ],
1648
- "declKind": "Accessor",
1649
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
1650
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
1651
- "moduleName": "DavoiceTTS",
1652
- "static": true,
1653
- "implicit": true,
1654
- "accessorKind": "get"
1713
+ "kind": "TypeNominal",
1714
+ "name": "Void",
1715
+ "printedName": "()"
1655
1716
  },
1656
1717
  {
1657
- "kind": "Accessor",
1658
- "name": "Set",
1659
- "printedName": "Set()",
1718
+ "kind": "TypeFunc",
1719
+ "name": "Function",
1720
+ "printedName": "(Swift.Bool) -> ()",
1660
1721
  "children": [
1661
1722
  {
1662
1723
  "kind": "TypeNominal",
@@ -1665,74 +1726,103 @@
1665
1726
  },
1666
1727
  {
1667
1728
  "kind": "TypeNominal",
1668
- "name": "Optional",
1669
- "printedName": "(() -> Swift.Bool)?",
1670
- "children": [
1671
- {
1672
- "kind": "TypeFunc",
1673
- "name": "Function",
1674
- "printedName": "() -> Swift.Bool",
1675
- "children": [
1676
- {
1677
- "kind": "TypeNominal",
1678
- "name": "Bool",
1679
- "printedName": "Swift.Bool",
1680
- "usr": "s:Sb"
1681
- },
1682
- {
1683
- "kind": "TypeNominal",
1684
- "name": "Void",
1685
- "printedName": "()"
1686
- }
1687
- ]
1688
- }
1689
- ],
1690
- "usr": "s:Sq"
1729
+ "name": "Bool",
1730
+ "printedName": "Swift.Bool",
1731
+ "usr": "s:Sb"
1691
1732
  }
1692
- ],
1693
- "declKind": "Accessor",
1694
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1695
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1696
- "moduleName": "DavoiceTTS",
1697
- "static": true,
1698
- "implicit": true,
1699
- "accessorKind": "set"
1733
+ ]
1734
+ }
1735
+ ],
1736
+ "declKind": "Func",
1737
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
1738
+ "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
1739
+ "moduleName": "DavoiceTTS",
1740
+ "declAttributes": [
1741
+ "Final",
1742
+ "AccessControl",
1743
+ "RawDocComment",
1744
+ "ObjC"
1745
+ ],
1746
+ "funcSelfKind": "NonMutating"
1747
+ },
1748
+ {
1749
+ "kind": "Function",
1750
+ "name": "isRecognizing",
1751
+ "printedName": "isRecognizing()",
1752
+ "children": [
1753
+ {
1754
+ "kind": "TypeNominal",
1755
+ "name": "Bool",
1756
+ "printedName": "Swift.Bool",
1757
+ "usr": "s:Sb"
1758
+ }
1759
+ ],
1760
+ "declKind": "Func",
1761
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
1762
+ "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
1763
+ "moduleName": "DavoiceTTS",
1764
+ "declAttributes": [
1765
+ "Final",
1766
+ "AccessControl",
1767
+ "ObjC"
1768
+ ],
1769
+ "funcSelfKind": "NonMutating"
1770
+ },
1771
+ {
1772
+ "kind": "Function",
1773
+ "name": "startSpeech",
1774
+ "printedName": "startSpeech(localeStr:)",
1775
+ "children": [
1776
+ {
1777
+ "kind": "TypeNominal",
1778
+ "name": "Void",
1779
+ "printedName": "()"
1700
1780
  },
1701
1781
  {
1702
- "kind": "Accessor",
1703
- "name": "Modify",
1704
- "printedName": "Modify()",
1782
+ "kind": "TypeNominal",
1783
+ "name": "Optional",
1784
+ "printedName": "Swift.String?",
1705
1785
  "children": [
1706
1786
  {
1707
1787
  "kind": "TypeNominal",
1708
- "name": "Void",
1709
- "printedName": "()"
1710
- }
1711
- ],
1712
- "declKind": "Accessor",
1713
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1714
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1715
- "moduleName": "DavoiceTTS",
1716
- "static": true,
1717
- "implicit": true,
1718
- "accessorKind": "_modify"
1788
+ "name": "String",
1789
+ "printedName": "Swift.String",
1790
+ "usr": "s:SS"
1791
+ }
1792
+ ],
1793
+ "usr": "s:Sq"
1719
1794
  }
1720
- ]
1795
+ ],
1796
+ "declKind": "Func",
1797
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)startSpeechWithLocaleStr:",
1798
+ "mangledName": "$s10DavoiceTTS3STTC11startSpeech9localeStrySSSg_tF",
1799
+ "moduleName": "DavoiceTTS",
1800
+ "declAttributes": [
1801
+ "Final",
1802
+ "AccessControl",
1803
+ "ObjC"
1804
+ ],
1805
+ "funcSelfKind": "NonMutating"
1721
1806
  },
1722
1807
  {
1723
- "kind": "Var",
1724
- "name": "stopEnginePlayback",
1725
- "printedName": "stopEnginePlayback",
1808
+ "kind": "Function",
1809
+ "name": "stopSpeech",
1810
+ "printedName": "stopSpeech(_:)",
1726
1811
  "children": [
1812
+ {
1813
+ "kind": "TypeNominal",
1814
+ "name": "Void",
1815
+ "printedName": "()"
1816
+ },
1727
1817
  {
1728
1818
  "kind": "TypeNominal",
1729
1819
  "name": "Optional",
1730
- "printedName": "(() -> ())?",
1820
+ "printedName": "((Swift.Bool) -> ())?",
1731
1821
  "children": [
1732
1822
  {
1733
1823
  "kind": "TypeFunc",
1734
1824
  "name": "Function",
1735
- "printedName": "() -> ()",
1825
+ "printedName": "(Swift.Bool) -> ()",
1736
1826
  "children": [
1737
1827
  {
1738
1828
  "kind": "TypeNominal",
@@ -1741,313 +1831,225 @@
1741
1831
  },
1742
1832
  {
1743
1833
  "kind": "TypeNominal",
1744
- "name": "Void",
1745
- "printedName": "()"
1834
+ "name": "Bool",
1835
+ "printedName": "Swift.Bool",
1836
+ "usr": "s:Sb"
1746
1837
  }
1747
1838
  ]
1748
1839
  }
1749
1840
  ],
1841
+ "hasDefaultArg": true,
1750
1842
  "usr": "s:Sq"
1751
1843
  }
1752
1844
  ],
1753
- "declKind": "Var",
1754
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1755
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1845
+ "declKind": "Func",
1846
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)stopSpeech:",
1847
+ "mangledName": "$s10DavoiceTTS3STTC10stopSpeechyyySbcSgF",
1756
1848
  "moduleName": "DavoiceTTS",
1757
- "static": true,
1758
1849
  "declAttributes": [
1759
- "HasInitialValue",
1760
- "HasStorage",
1761
- "AccessControl"
1850
+ "Final",
1851
+ "AccessControl",
1852
+ "ObjC"
1762
1853
  ],
1763
- "hasStorage": true,
1764
- "accessors": [
1765
- {
1766
- "kind": "Accessor",
1767
- "name": "Get",
1768
- "printedName": "Get()",
1769
- "children": [
1770
- {
1771
- "kind": "TypeNominal",
1772
- "name": "Optional",
1773
- "printedName": "(() -> ())?",
1774
- "children": [
1775
- {
1776
- "kind": "TypeFunc",
1777
- "name": "Function",
1778
- "printedName": "() -> ()",
1779
- "children": [
1780
- {
1781
- "kind": "TypeNominal",
1782
- "name": "Void",
1783
- "printedName": "()"
1784
- },
1785
- {
1786
- "kind": "TypeNominal",
1787
- "name": "Void",
1788
- "printedName": "()"
1789
- }
1790
- ]
1791
- }
1792
- ],
1793
- "usr": "s:Sq"
1794
- }
1795
- ],
1796
- "declKind": "Accessor",
1797
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1798
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1799
- "moduleName": "DavoiceTTS",
1800
- "static": true,
1801
- "implicit": true,
1802
- "accessorKind": "get"
1803
- },
1804
- {
1805
- "kind": "Accessor",
1806
- "name": "Set",
1807
- "printedName": "Set()",
1808
- "children": [
1809
- {
1810
- "kind": "TypeNominal",
1811
- "name": "Void",
1812
- "printedName": "()"
1813
- },
1814
- {
1815
- "kind": "TypeNominal",
1816
- "name": "Optional",
1817
- "printedName": "(() -> ())?",
1818
- "children": [
1819
- {
1820
- "kind": "TypeFunc",
1821
- "name": "Function",
1822
- "printedName": "() -> ()",
1823
- "children": [
1824
- {
1825
- "kind": "TypeNominal",
1826
- "name": "Void",
1827
- "printedName": "()"
1828
- },
1829
- {
1830
- "kind": "TypeNominal",
1831
- "name": "Void",
1832
- "printedName": "()"
1833
- }
1834
- ]
1835
- }
1836
- ],
1837
- "usr": "s:Sq"
1838
- }
1839
- ],
1840
- "declKind": "Accessor",
1841
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1842
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1843
- "moduleName": "DavoiceTTS",
1844
- "static": true,
1845
- "implicit": true,
1846
- "accessorKind": "set"
1847
- },
1848
- {
1849
- "kind": "Accessor",
1850
- "name": "Modify",
1851
- "printedName": "Modify()",
1852
- "children": [
1853
- {
1854
- "kind": "TypeNominal",
1855
- "name": "Void",
1856
- "printedName": "()"
1857
- }
1858
- ],
1859
- "declKind": "Accessor",
1860
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
1861
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
1862
- "moduleName": "DavoiceTTS",
1863
- "static": true,
1864
- "implicit": true,
1865
- "accessorKind": "_modify"
1866
- }
1867
- ]
1854
+ "funcSelfKind": "NonMutating"
1868
1855
  },
1869
1856
  {
1870
- "kind": "Var",
1871
- "name": "currentEngine",
1872
- "printedName": "currentEngine",
1857
+ "kind": "Function",
1858
+ "name": "cancelSpeech",
1859
+ "printedName": "cancelSpeech(_:)",
1873
1860
  "children": [
1861
+ {
1862
+ "kind": "TypeNominal",
1863
+ "name": "Void",
1864
+ "printedName": "()"
1865
+ },
1874
1866
  {
1875
1867
  "kind": "TypeNominal",
1876
1868
  "name": "Optional",
1877
- "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
1869
+ "printedName": "((Swift.Bool) -> ())?",
1878
1870
  "children": [
1879
1871
  {
1880
1872
  "kind": "TypeFunc",
1881
1873
  "name": "Function",
1882
- "printedName": "() -> AVFAudio.AVAudioEngine?",
1874
+ "printedName": "(Swift.Bool) -> ()",
1883
1875
  "children": [
1884
1876
  {
1885
1877
  "kind": "TypeNominal",
1886
- "name": "Optional",
1887
- "printedName": "AVFAudio.AVAudioEngine?",
1888
- "children": [
1889
- {
1890
- "kind": "TypeNominal",
1891
- "name": "AVAudioEngine",
1892
- "printedName": "AVFAudio.AVAudioEngine",
1893
- "usr": "c:objc(cs)AVAudioEngine"
1894
- }
1895
- ],
1896
- "usr": "s:Sq"
1878
+ "name": "Void",
1879
+ "printedName": "()"
1897
1880
  },
1898
1881
  {
1899
1882
  "kind": "TypeNominal",
1900
- "name": "Void",
1901
- "printedName": "()"
1883
+ "name": "Bool",
1884
+ "printedName": "Swift.Bool",
1885
+ "usr": "s:Sb"
1902
1886
  }
1903
1887
  ]
1904
1888
  }
1905
1889
  ],
1890
+ "hasDefaultArg": true,
1906
1891
  "usr": "s:Sq"
1907
1892
  }
1908
1893
  ],
1909
- "declKind": "Var",
1910
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
1911
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
1894
+ "declKind": "Func",
1895
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)cancelSpeech:",
1896
+ "mangledName": "$s10DavoiceTTS3STTC12cancelSpeechyyySbcSgF",
1912
1897
  "moduleName": "DavoiceTTS",
1913
- "static": true,
1914
1898
  "declAttributes": [
1915
- "HasInitialValue",
1916
- "HasStorage",
1917
- "AccessControl"
1899
+ "Final",
1900
+ "AccessControl",
1901
+ "ObjC"
1918
1902
  ],
1919
- "hasStorage": true,
1920
- "accessors": [
1921
- {
1922
- "kind": "Accessor",
1923
- "name": "Get",
1924
- "printedName": "Get()",
1925
- "children": [
1926
- {
1927
- "kind": "TypeNominal",
1928
- "name": "Optional",
1929
- "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
1930
- "children": [
1931
- {
1932
- "kind": "TypeFunc",
1933
- "name": "Function",
1934
- "printedName": "() -> AVFAudio.AVAudioEngine?",
1935
- "children": [
1936
- {
1937
- "kind": "TypeNominal",
1938
- "name": "Optional",
1939
- "printedName": "AVFAudio.AVAudioEngine?",
1940
- "children": [
1941
- {
1942
- "kind": "TypeNominal",
1943
- "name": "AVAudioEngine",
1944
- "printedName": "AVFAudio.AVAudioEngine",
1945
- "usr": "c:objc(cs)AVAudioEngine"
1946
- }
1947
- ],
1948
- "usr": "s:Sq"
1949
- },
1950
- {
1951
- "kind": "TypeNominal",
1952
- "name": "Void",
1953
- "printedName": "()"
1954
- }
1955
- ]
1956
- }
1957
- ],
1958
- "usr": "s:Sq"
1959
- }
1960
- ],
1961
- "declKind": "Accessor",
1962
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
1963
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
1964
- "moduleName": "DavoiceTTS",
1965
- "static": true,
1966
- "implicit": true,
1967
- "accessorKind": "get"
1903
+ "funcSelfKind": "NonMutating"
1904
+ },
1905
+ {
1906
+ "kind": "Function",
1907
+ "name": "destroySpeech",
1908
+ "printedName": "destroySpeech(_:)",
1909
+ "children": [
1910
+ {
1911
+ "kind": "TypeNominal",
1912
+ "name": "Void",
1913
+ "printedName": "()"
1968
1914
  },
1969
1915
  {
1970
- "kind": "Accessor",
1971
- "name": "Set",
1972
- "printedName": "Set()",
1916
+ "kind": "TypeNominal",
1917
+ "name": "Optional",
1918
+ "printedName": "((Swift.Bool) -> ())?",
1973
1919
  "children": [
1974
1920
  {
1975
- "kind": "TypeNominal",
1976
- "name": "Void",
1977
- "printedName": "()"
1978
- },
1979
- {
1980
- "kind": "TypeNominal",
1981
- "name": "Optional",
1982
- "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
1921
+ "kind": "TypeFunc",
1922
+ "name": "Function",
1923
+ "printedName": "(Swift.Bool) -> ()",
1983
1924
  "children": [
1984
1925
  {
1985
- "kind": "TypeFunc",
1986
- "name": "Function",
1987
- "printedName": "() -> AVFAudio.AVAudioEngine?",
1988
- "children": [
1989
- {
1990
- "kind": "TypeNominal",
1991
- "name": "Optional",
1992
- "printedName": "AVFAudio.AVAudioEngine?",
1993
- "children": [
1994
- {
1995
- "kind": "TypeNominal",
1996
- "name": "AVAudioEngine",
1997
- "printedName": "AVFAudio.AVAudioEngine",
1998
- "usr": "c:objc(cs)AVAudioEngine"
1999
- }
2000
- ],
2001
- "usr": "s:Sq"
2002
- },
2003
- {
2004
- "kind": "TypeNominal",
2005
- "name": "Void",
2006
- "printedName": "()"
2007
- }
2008
- ]
1926
+ "kind": "TypeNominal",
1927
+ "name": "Void",
1928
+ "printedName": "()"
1929
+ },
1930
+ {
1931
+ "kind": "TypeNominal",
1932
+ "name": "Bool",
1933
+ "printedName": "Swift.Bool",
1934
+ "usr": "s:Sb"
2009
1935
  }
2010
- ],
2011
- "usr": "s:Sq"
1936
+ ]
2012
1937
  }
2013
1938
  ],
2014
- "declKind": "Accessor",
2015
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
2016
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
2017
- "moduleName": "DavoiceTTS",
2018
- "static": true,
2019
- "implicit": true,
2020
- "accessorKind": "set"
1939
+ "hasDefaultArg": true,
1940
+ "usr": "s:Sq"
1941
+ }
1942
+ ],
1943
+ "declKind": "Func",
1944
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)destroySpeech:",
1945
+ "mangledName": "$s10DavoiceTTS3STTC13destroySpeechyyySbcSgF",
1946
+ "moduleName": "DavoiceTTS",
1947
+ "declAttributes": [
1948
+ "Final",
1949
+ "AccessControl",
1950
+ "ObjC"
1951
+ ],
1952
+ "funcSelfKind": "NonMutating"
1953
+ },
1954
+ {
1955
+ "kind": "Function",
1956
+ "name": "teardown",
1957
+ "printedName": "teardown()",
1958
+ "children": [
1959
+ {
1960
+ "kind": "TypeNominal",
1961
+ "name": "Void",
1962
+ "printedName": "()"
1963
+ }
1964
+ ],
1965
+ "declKind": "Func",
1966
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown",
1967
+ "mangledName": "$s10DavoiceTTS3STTC8teardownyyF",
1968
+ "moduleName": "DavoiceTTS",
1969
+ "declAttributes": [
1970
+ "Final",
1971
+ "AccessControl",
1972
+ "ObjC"
1973
+ ],
1974
+ "funcSelfKind": "NonMutating"
1975
+ },
1976
+ {
1977
+ "kind": "Function",
1978
+ "name": "speechRecognizer",
1979
+ "printedName": "speechRecognizer(_:availabilityDidChange:)",
1980
+ "children": [
1981
+ {
1982
+ "kind": "TypeNominal",
1983
+ "name": "Void",
1984
+ "printedName": "()"
2021
1985
  },
2022
1986
  {
2023
- "kind": "Accessor",
2024
- "name": "Modify",
2025
- "printedName": "Modify()",
2026
- "children": [
2027
- {
2028
- "kind": "TypeNominal",
2029
- "name": "Void",
2030
- "printedName": "()"
2031
- }
2032
- ],
2033
- "declKind": "Accessor",
2034
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
2035
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
2036
- "moduleName": "DavoiceTTS",
2037
- "static": true,
2038
- "implicit": true,
2039
- "accessorKind": "_modify"
1987
+ "kind": "TypeNominal",
1988
+ "name": "SFSpeechRecognizer",
1989
+ "printedName": "Speech.SFSpeechRecognizer",
1990
+ "usr": "c:objc(cs)SFSpeechRecognizer"
1991
+ },
1992
+ {
1993
+ "kind": "TypeNominal",
1994
+ "name": "Bool",
1995
+ "printedName": "Swift.Bool",
1996
+ "usr": "s:Sb"
2040
1997
  }
2041
- ]
1998
+ ],
1999
+ "declKind": "Func",
2000
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)speechRecognizer:availabilityDidChange:",
2001
+ "mangledName": "$s10DavoiceTTS3STTC16speechRecognizer_21availabilityDidChangeySo08SFSpeechE0C_SbtF",
2002
+ "moduleName": "DavoiceTTS",
2003
+ "objc_name": "speechRecognizer:availabilityDidChange:",
2004
+ "declAttributes": [
2005
+ "Final",
2006
+ "ObjC",
2007
+ "AccessControl",
2008
+ "RawDocComment"
2009
+ ],
2010
+ "funcSelfKind": "NonMutating"
2011
+ },
2012
+ {
2013
+ "kind": "Constructor",
2014
+ "name": "init",
2015
+ "printedName": "init()",
2016
+ "children": [
2017
+ {
2018
+ "kind": "TypeNominal",
2019
+ "name": "STT",
2020
+ "printedName": "DavoiceTTS.STT",
2021
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT"
2022
+ }
2023
+ ],
2024
+ "declKind": "Constructor",
2025
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)init",
2026
+ "mangledName": "$s10DavoiceTTS3STTCACycfc",
2027
+ "moduleName": "DavoiceTTS",
2028
+ "overriding": true,
2029
+ "implicit": true,
2030
+ "objc_name": "init",
2031
+ "declAttributes": [
2032
+ "Dynamic",
2033
+ "ObjC",
2034
+ "Override"
2035
+ ],
2036
+ "init_kind": "Designated"
2042
2037
  }
2043
2038
  ],
2044
- "declKind": "Enum",
2045
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO",
2046
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO",
2039
+ "declKind": "Class",
2040
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT",
2041
+ "mangledName": "$s10DavoiceTTS3STTC",
2047
2042
  "moduleName": "DavoiceTTS",
2048
2043
  "declAttributes": [
2044
+ "Final",
2049
2045
  "AccessControl",
2050
- "RawDocComment"
2046
+ "ObjCMembers",
2047
+ "ObjC"
2048
+ ],
2049
+ "superclassUsr": "c:objc(cs)NSObject",
2050
+ "inheritsConvenienceInitializers": true,
2051
+ "superclassNames": [
2052
+ "ObjectiveC.NSObject"
2051
2053
  ],
2052
2054
  "conformances": [
2053
2055
  {
@@ -2063,6 +2065,55 @@
2063
2065
  "printedName": "Escapable",
2064
2066
  "usr": "s:s9EscapableP",
2065
2067
  "mangledName": "$ss9EscapableP"
2068
+ },
2069
+ {
2070
+ "kind": "Conformance",
2071
+ "name": "Equatable",
2072
+ "printedName": "Equatable",
2073
+ "usr": "s:SQ",
2074
+ "mangledName": "$sSQ"
2075
+ },
2076
+ {
2077
+ "kind": "Conformance",
2078
+ "name": "Hashable",
2079
+ "printedName": "Hashable",
2080
+ "usr": "s:SH",
2081
+ "mangledName": "$sSH"
2082
+ },
2083
+ {
2084
+ "kind": "Conformance",
2085
+ "name": "CVarArg",
2086
+ "printedName": "CVarArg",
2087
+ "usr": "s:s7CVarArgP",
2088
+ "mangledName": "$ss7CVarArgP"
2089
+ },
2090
+ {
2091
+ "kind": "Conformance",
2092
+ "name": "_KeyValueCodingAndObservingPublishing",
2093
+ "printedName": "_KeyValueCodingAndObservingPublishing",
2094
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
2095
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
2096
+ },
2097
+ {
2098
+ "kind": "Conformance",
2099
+ "name": "_KeyValueCodingAndObserving",
2100
+ "printedName": "_KeyValueCodingAndObserving",
2101
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2102
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2103
+ },
2104
+ {
2105
+ "kind": "Conformance",
2106
+ "name": "CustomStringConvertible",
2107
+ "printedName": "CustomStringConvertible",
2108
+ "usr": "s:s23CustomStringConvertibleP",
2109
+ "mangledName": "$ss23CustomStringConvertibleP"
2110
+ },
2111
+ {
2112
+ "kind": "Conformance",
2113
+ "name": "CustomDebugStringConvertible",
2114
+ "printedName": "CustomDebugStringConvertible",
2115
+ "usr": "s:s28CustomDebugStringConvertibleP",
2116
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
2066
2117
  }
2067
2118
  ]
2068
2119
  },
@@ -4347,59 +4398,73 @@
4347
4398
  "length": 5,
4348
4399
  "value": "false"
4349
4400
  },
4401
+ {
4402
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4403
+ "kind": "IntegerLiteral",
4404
+ "offset": 4661,
4405
+ "length": 1,
4406
+ "value": "0"
4407
+ },
4408
+ {
4409
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4410
+ "kind": "BooleanLiteral",
4411
+ "offset": 4711,
4412
+ "length": 5,
4413
+ "value": "false"
4414
+ },
4350
4415
  {
4351
4416
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4352
4417
  "kind": "Array",
4353
- "offset": 4595,
4418
+ "offset": 4807,
4354
4419
  "length": 203,
4355
4420
  "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
4356
4421
  },
4357
4422
  {
4358
4423
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4359
4424
  "kind": "IntegerLiteral",
4360
- "offset": 15114,
4425
+ "offset": 18933,
4361
4426
  "length": 1,
4362
4427
  "value": "0"
4363
4428
  },
4364
4429
  {
4365
4430
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4366
4431
  "kind": "BooleanLiteral",
4367
- "offset": 15274,
4432
+ "offset": 19093,
4368
4433
  "length": 5,
4369
4434
  "value": "false"
4370
4435
  },
4371
4436
  {
4372
4437
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4373
4438
  "kind": "BooleanLiteral",
4374
- "offset": 16806,
4439
+ "offset": 20625,
4375
4440
  "length": 4,
4376
4441
  "value": "true"
4377
4442
  },
4378
4443
  {
4379
4444
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4380
4445
  "kind": "IntegerLiteral",
4381
- "offset": 17603,
4446
+ "offset": 21422,
4382
4447
  "length": 1,
4383
4448
  "value": "0"
4384
4449
  },
4385
4450
  {
4386
4451
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4387
4452
  "kind": "BooleanLiteral",
4388
- "offset": 26910,
4453
+ "offset": 30729,
4389
4454
  "length": 4,
4390
4455
  "value": "true"
4391
4456
  },
4392
4457
  {
4393
4458
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4394
4459
  "kind": "BooleanLiteral",
4395
- "offset": 45745,
4460
+ "offset": 49564,
4396
4461
  "length": 5,
4397
4462
  "value": "false"
4398
4463
  },
4399
4464
  {
4400
4465
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
4401
4466
  "kind": "FloatLiteral",
4402
- "offset": 60235,
4467
+ "offset": 64054,
4403
4468
  "length": 3,
4404
4469
  "value": "0.7"
4405
4470
  },