react-native-davoice-tts 1.0.1

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 (75) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +16 -0
  3. package/README.md_wakew +282 -0
  4. package/TTSRNBridge.podspec +32 -0
  5. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  6. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  7. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  8. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  9. package/android/.gradle/8.9/gc.properties +0 -0
  10. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  11. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  12. package/android/.gradle/vcs-1/gc.properties +0 -0
  13. package/android/build.gradle +42 -0
  14. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar +0 -0
  15. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.md5 +1 -0
  16. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.sha1 +1 -0
  17. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.pom +38 -0
  18. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.pom.md5 +1 -0
  19. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.pom.sha1 +1 -0
  20. package/android/settings.gradle +2 -0
  21. package/android/src/main/AndroidManifest.xml +17 -0
  22. package/android/src/main/assets/coca_cola_model_28_05052025.onnx +0 -0
  23. package/android/src/main/assets/embedding_model.onnx +0 -0
  24. package/android/src/main/assets/hey_lookdeep.onnx +0 -0
  25. package/android/src/main/assets/melspectrogram.onnx +0 -0
  26. package/android/src/main/assets/need_help_now.onnx +0 -0
  27. package/android/src/main/assets/silero_vad.onnx +0 -0
  28. package/android/src/main/java/com/davoice/tts/rn/DaVoiceTTSBridge.java +63 -0
  29. package/android/src/main/java/com/davoice/tts/rn/DaVoiceTTSPackage.java +26 -0
  30. package/android/src/main/libs/MyLibrary-release.aar +0 -0
  31. package/app.plugin.js +60 -0
  32. package/ios/TTSRNBridge/DaVoiceTTSBridge.h +7 -0
  33. package/ios/TTSRNBridge/DaVoiceTTSBridge.m +77 -0
  34. package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +44 -0
  35. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  36. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +340 -0
  37. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Info.plist +0 -0
  38. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1739 -0
  39. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +37 -0
  40. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  41. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +37 -0
  42. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/module.modulemap +4 -0
  43. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  44. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +676 -0
  45. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Info.plist +0 -0
  46. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +1739 -0
  47. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +37 -0
  48. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  49. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +37 -0
  50. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1739 -0
  51. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +37 -0
  52. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  53. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +37 -0
  54. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/module.modulemap +4 -0
  55. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  56. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements +0 -0
  57. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  58. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +282 -0
  59. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeSignature +0 -0
  60. package/ios/TTSRNBridge/TTSRNBridge.swift +48 -0
  61. package/ios/TTSRNBridge/libphonemes.a +0 -0
  62. package/ios/TTSRNBridge/libucd.a +0 -0
  63. package/ios/TTSRNBridge/models/model.onnx +0 -0
  64. package/ios/TTSRNBridge/models/model.onnx.json +503 -0
  65. package/package.json +44 -0
  66. package/phonemes_dir/en_dict +0 -0
  67. package/phonemes_dir/intonations +0 -0
  68. package/phonemes_dir/lang/gmw/en-US +15 -0
  69. package/phonemes_dir/phondata +0 -0
  70. package/phonemes_dir/phonindex +0 -0
  71. package/phonemes_dir/phontab +0 -0
  72. package/tts/DaVoiceTTSBridge.d.ts +6 -0
  73. package/tts/DaVoiceTTSBridge.js +25 -0
  74. package/tts/index.d.ts +3 -0
  75. package/tts/index.js +4 -0
@@ -0,0 +1,1739 @@
1
+ {
2
+ "ABIRoot": {
3
+ "kind": "Root",
4
+ "name": "DavoiceTTS",
5
+ "printedName": "DavoiceTTS",
6
+ "children": [
7
+ {
8
+ "kind": "Import",
9
+ "name": "Foundation",
10
+ "printedName": "Foundation",
11
+ "declKind": "Import",
12
+ "moduleName": "DavoiceTTS",
13
+ "declAttributes": [
14
+ "RawDocComment"
15
+ ]
16
+ },
17
+ {
18
+ "kind": "Import",
19
+ "name": "onnxruntime_objc",
20
+ "printedName": "onnxruntime_objc",
21
+ "declKind": "Import",
22
+ "moduleName": "DavoiceTTS"
23
+ },
24
+ {
25
+ "kind": "Import",
26
+ "name": "phonemes",
27
+ "printedName": "phonemes",
28
+ "declKind": "Import",
29
+ "moduleName": "DavoiceTTS",
30
+ "declAttributes": [
31
+ "RawDocComment"
32
+ ]
33
+ },
34
+ {
35
+ "kind": "Import",
36
+ "name": "AVFoundation",
37
+ "printedName": "AVFoundation",
38
+ "declKind": "Import",
39
+ "moduleName": "DavoiceTTS",
40
+ "declAttributes": [
41
+ "RawDocComment"
42
+ ]
43
+ },
44
+ {
45
+ "kind": "TypeDecl",
46
+ "name": "SwiftSoundQueue",
47
+ "printedName": "SwiftSoundQueue",
48
+ "children": [
49
+ {
50
+ "kind": "Var",
51
+ "name": "shared",
52
+ "printedName": "shared",
53
+ "children": [
54
+ {
55
+ "kind": "TypeNominal",
56
+ "name": "SwiftSoundQueue",
57
+ "printedName": "DavoiceTTS.SwiftSoundQueue",
58
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
59
+ }
60
+ ],
61
+ "declKind": "Var",
62
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
63
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvpZ",
64
+ "moduleName": "DavoiceTTS",
65
+ "static": true,
66
+ "declAttributes": [
67
+ "HasInitialValue",
68
+ "Final",
69
+ "HasStorage",
70
+ "AccessControl",
71
+ "RawDocComment"
72
+ ],
73
+ "isLet": true,
74
+ "hasStorage": true,
75
+ "accessors": [
76
+ {
77
+ "kind": "Accessor",
78
+ "name": "Get",
79
+ "printedName": "Get()",
80
+ "children": [
81
+ {
82
+ "kind": "TypeNominal",
83
+ "name": "SwiftSoundQueue",
84
+ "printedName": "DavoiceTTS.SwiftSoundQueue",
85
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
86
+ }
87
+ ],
88
+ "declKind": "Accessor",
89
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
90
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6sharedACvgZ",
91
+ "moduleName": "DavoiceTTS",
92
+ "static": true,
93
+ "implicit": true,
94
+ "declAttributes": [
95
+ "Final"
96
+ ],
97
+ "accessorKind": "get"
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "kind": "Var",
103
+ "name": "onItemDone",
104
+ "printedName": "onItemDone",
105
+ "children": [
106
+ {
107
+ "kind": "TypeNominal",
108
+ "name": "Optional",
109
+ "printedName": "((Foundation.URL) -> ())?",
110
+ "children": [
111
+ {
112
+ "kind": "TypeFunc",
113
+ "name": "Function",
114
+ "printedName": "(Foundation.URL) -> ()",
115
+ "children": [
116
+ {
117
+ "kind": "TypeNominal",
118
+ "name": "Void",
119
+ "printedName": "()"
120
+ },
121
+ {
122
+ "kind": "TypeNominal",
123
+ "name": "URL",
124
+ "printedName": "Foundation.URL",
125
+ "usr": "s:10Foundation3URLV"
126
+ }
127
+ ]
128
+ }
129
+ ],
130
+ "usr": "s:Sq"
131
+ }
132
+ ],
133
+ "declKind": "Var",
134
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
135
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvp",
136
+ "moduleName": "DavoiceTTS",
137
+ "declAttributes": [
138
+ "HasInitialValue",
139
+ "Final",
140
+ "HasStorage",
141
+ "AccessControl",
142
+ "RawDocComment"
143
+ ],
144
+ "hasStorage": true,
145
+ "accessors": [
146
+ {
147
+ "kind": "Accessor",
148
+ "name": "Get",
149
+ "printedName": "Get()",
150
+ "children": [
151
+ {
152
+ "kind": "TypeNominal",
153
+ "name": "Optional",
154
+ "printedName": "((Foundation.URL) -> ())?",
155
+ "children": [
156
+ {
157
+ "kind": "TypeFunc",
158
+ "name": "Function",
159
+ "printedName": "(Foundation.URL) -> ()",
160
+ "children": [
161
+ {
162
+ "kind": "TypeNominal",
163
+ "name": "Void",
164
+ "printedName": "()"
165
+ },
166
+ {
167
+ "kind": "TypeNominal",
168
+ "name": "URL",
169
+ "printedName": "Foundation.URL",
170
+ "usr": "s:10Foundation3URLV"
171
+ }
172
+ ]
173
+ }
174
+ ],
175
+ "usr": "s:Sq"
176
+ }
177
+ ],
178
+ "declKind": "Accessor",
179
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
180
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvg",
181
+ "moduleName": "DavoiceTTS",
182
+ "implicit": true,
183
+ "declAttributes": [
184
+ "Final"
185
+ ],
186
+ "accessorKind": "get"
187
+ },
188
+ {
189
+ "kind": "Accessor",
190
+ "name": "Set",
191
+ "printedName": "Set()",
192
+ "children": [
193
+ {
194
+ "kind": "TypeNominal",
195
+ "name": "Void",
196
+ "printedName": "()"
197
+ },
198
+ {
199
+ "kind": "TypeNominal",
200
+ "name": "Optional",
201
+ "printedName": "((Foundation.URL) -> ())?",
202
+ "children": [
203
+ {
204
+ "kind": "TypeFunc",
205
+ "name": "Function",
206
+ "printedName": "(Foundation.URL) -> ()",
207
+ "children": [
208
+ {
209
+ "kind": "TypeNominal",
210
+ "name": "Void",
211
+ "printedName": "()"
212
+ },
213
+ {
214
+ "kind": "TypeNominal",
215
+ "name": "URL",
216
+ "printedName": "Foundation.URL",
217
+ "usr": "s:10Foundation3URLV"
218
+ }
219
+ ]
220
+ }
221
+ ],
222
+ "usr": "s:Sq"
223
+ }
224
+ ],
225
+ "declKind": "Accessor",
226
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
227
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvs",
228
+ "moduleName": "DavoiceTTS",
229
+ "implicit": true,
230
+ "declAttributes": [
231
+ "Final"
232
+ ],
233
+ "accessorKind": "set"
234
+ },
235
+ {
236
+ "kind": "Accessor",
237
+ "name": "Modify",
238
+ "printedName": "Modify()",
239
+ "children": [
240
+ {
241
+ "kind": "TypeNominal",
242
+ "name": "Void",
243
+ "printedName": "()"
244
+ }
245
+ ],
246
+ "declKind": "Accessor",
247
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
248
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC10onItemDoney10Foundation3URLVcSgvM",
249
+ "moduleName": "DavoiceTTS",
250
+ "implicit": true,
251
+ "declAttributes": [
252
+ "Final"
253
+ ],
254
+ "accessorKind": "_modify"
255
+ }
256
+ ]
257
+ },
258
+ {
259
+ "kind": "Var",
260
+ "name": "onQueueEmpty",
261
+ "printedName": "onQueueEmpty",
262
+ "children": [
263
+ {
264
+ "kind": "TypeNominal",
265
+ "name": "Optional",
266
+ "printedName": "(() -> ())?",
267
+ "children": [
268
+ {
269
+ "kind": "TypeFunc",
270
+ "name": "Function",
271
+ "printedName": "() -> ()",
272
+ "children": [
273
+ {
274
+ "kind": "TypeNominal",
275
+ "name": "Void",
276
+ "printedName": "()"
277
+ },
278
+ {
279
+ "kind": "TypeNominal",
280
+ "name": "Void",
281
+ "printedName": "()"
282
+ }
283
+ ]
284
+ }
285
+ ],
286
+ "usr": "s:Sq"
287
+ }
288
+ ],
289
+ "declKind": "Var",
290
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
291
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvp",
292
+ "moduleName": "DavoiceTTS",
293
+ "declAttributes": [
294
+ "HasInitialValue",
295
+ "Final",
296
+ "HasStorage",
297
+ "AccessControl",
298
+ "RawDocComment"
299
+ ],
300
+ "hasStorage": true,
301
+ "accessors": [
302
+ {
303
+ "kind": "Accessor",
304
+ "name": "Get",
305
+ "printedName": "Get()",
306
+ "children": [
307
+ {
308
+ "kind": "TypeNominal",
309
+ "name": "Optional",
310
+ "printedName": "(() -> ())?",
311
+ "children": [
312
+ {
313
+ "kind": "TypeFunc",
314
+ "name": "Function",
315
+ "printedName": "() -> ()",
316
+ "children": [
317
+ {
318
+ "kind": "TypeNominal",
319
+ "name": "Void",
320
+ "printedName": "()"
321
+ },
322
+ {
323
+ "kind": "TypeNominal",
324
+ "name": "Void",
325
+ "printedName": "()"
326
+ }
327
+ ]
328
+ }
329
+ ],
330
+ "usr": "s:Sq"
331
+ }
332
+ ],
333
+ "declKind": "Accessor",
334
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
335
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvg",
336
+ "moduleName": "DavoiceTTS",
337
+ "implicit": true,
338
+ "declAttributes": [
339
+ "Final"
340
+ ],
341
+ "accessorKind": "get"
342
+ },
343
+ {
344
+ "kind": "Accessor",
345
+ "name": "Set",
346
+ "printedName": "Set()",
347
+ "children": [
348
+ {
349
+ "kind": "TypeNominal",
350
+ "name": "Void",
351
+ "printedName": "()"
352
+ },
353
+ {
354
+ "kind": "TypeNominal",
355
+ "name": "Optional",
356
+ "printedName": "(() -> ())?",
357
+ "children": [
358
+ {
359
+ "kind": "TypeFunc",
360
+ "name": "Function",
361
+ "printedName": "() -> ()",
362
+ "children": [
363
+ {
364
+ "kind": "TypeNominal",
365
+ "name": "Void",
366
+ "printedName": "()"
367
+ },
368
+ {
369
+ "kind": "TypeNominal",
370
+ "name": "Void",
371
+ "printedName": "()"
372
+ }
373
+ ]
374
+ }
375
+ ],
376
+ "usr": "s:Sq"
377
+ }
378
+ ],
379
+ "declKind": "Accessor",
380
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
381
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvs",
382
+ "moduleName": "DavoiceTTS",
383
+ "implicit": true,
384
+ "declAttributes": [
385
+ "Final"
386
+ ],
387
+ "accessorKind": "set"
388
+ },
389
+ {
390
+ "kind": "Accessor",
391
+ "name": "Modify",
392
+ "printedName": "Modify()",
393
+ "children": [
394
+ {
395
+ "kind": "TypeNominal",
396
+ "name": "Void",
397
+ "printedName": "()"
398
+ }
399
+ ],
400
+ "declKind": "Accessor",
401
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
402
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC02onE5EmptyyycSgvM",
403
+ "moduleName": "DavoiceTTS",
404
+ "implicit": true,
405
+ "declAttributes": [
406
+ "Final"
407
+ ],
408
+ "accessorKind": "_modify"
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "kind": "Function",
414
+ "name": "enqueue",
415
+ "printedName": "enqueue(_:)",
416
+ "children": [
417
+ {
418
+ "kind": "TypeNominal",
419
+ "name": "Void",
420
+ "printedName": "()"
421
+ },
422
+ {
423
+ "kind": "TypeNominal",
424
+ "name": "Source",
425
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
426
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
427
+ }
428
+ ],
429
+ "declKind": "Func",
430
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
431
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC7enqueueyyAC6SourceOF",
432
+ "moduleName": "DavoiceTTS",
433
+ "declAttributes": [
434
+ "Final",
435
+ "AccessControl",
436
+ "RawDocComment"
437
+ ],
438
+ "funcSelfKind": "NonMutating"
439
+ },
440
+ {
441
+ "kind": "Function",
442
+ "name": "enqueueMany",
443
+ "printedName": "enqueueMany(_:)",
444
+ "children": [
445
+ {
446
+ "kind": "TypeNominal",
447
+ "name": "Void",
448
+ "printedName": "()"
449
+ },
450
+ {
451
+ "kind": "TypeNominal",
452
+ "name": "Array",
453
+ "printedName": "[DavoiceTTS.SwiftSoundQueue.Source]",
454
+ "children": [
455
+ {
456
+ "kind": "TypeNominal",
457
+ "name": "Source",
458
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
459
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
460
+ }
461
+ ],
462
+ "usr": "s:Sa"
463
+ }
464
+ ],
465
+ "declKind": "Func",
466
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
467
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC11enqueueManyyySayAC6SourceOGF",
468
+ "moduleName": "DavoiceTTS",
469
+ "declAttributes": [
470
+ "Final",
471
+ "AccessControl",
472
+ "RawDocComment"
473
+ ],
474
+ "funcSelfKind": "NonMutating"
475
+ },
476
+ {
477
+ "kind": "Function",
478
+ "name": "stop",
479
+ "printedName": "stop()",
480
+ "children": [
481
+ {
482
+ "kind": "TypeNominal",
483
+ "name": "Void",
484
+ "printedName": "()"
485
+ }
486
+ ],
487
+ "declKind": "Func",
488
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC4stopyyF",
489
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC4stopyyF",
490
+ "moduleName": "DavoiceTTS",
491
+ "declAttributes": [
492
+ "Final",
493
+ "AccessControl",
494
+ "RawDocComment"
495
+ ],
496
+ "funcSelfKind": "NonMutating"
497
+ },
498
+ {
499
+ "kind": "TypeDecl",
500
+ "name": "Source",
501
+ "printedName": "Source",
502
+ "children": [
503
+ {
504
+ "kind": "Var",
505
+ "name": "fileURL",
506
+ "printedName": "fileURL",
507
+ "children": [
508
+ {
509
+ "kind": "TypeFunc",
510
+ "name": "Function",
511
+ "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
512
+ "children": [
513
+ {
514
+ "kind": "TypeFunc",
515
+ "name": "Function",
516
+ "printedName": "(Foundation.URL) -> DavoiceTTS.SwiftSoundQueue.Source",
517
+ "children": [
518
+ {
519
+ "kind": "TypeNominal",
520
+ "name": "Source",
521
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
522
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
523
+ },
524
+ {
525
+ "kind": "TypeNominal",
526
+ "name": "URL",
527
+ "printedName": "Foundation.URL",
528
+ "usr": "s:10Foundation3URLV"
529
+ }
530
+ ]
531
+ },
532
+ {
533
+ "kind": "TypeNominal",
534
+ "name": "Metatype",
535
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
536
+ "children": [
537
+ {
538
+ "kind": "TypeNominal",
539
+ "name": "Source",
540
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
541
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
542
+ }
543
+ ]
544
+ }
545
+ ]
546
+ }
547
+ ],
548
+ "declKind": "EnumElement",
549
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
550
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO7fileURLyAE10Foundation0H0VcAEmF",
551
+ "moduleName": "DavoiceTTS"
552
+ },
553
+ {
554
+ "kind": "Var",
555
+ "name": "named",
556
+ "printedName": "named",
557
+ "children": [
558
+ {
559
+ "kind": "TypeFunc",
560
+ "name": "Function",
561
+ "printedName": "(DavoiceTTS.SwiftSoundQueue.Source.Type) -> (Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
562
+ "children": [
563
+ {
564
+ "kind": "TypeFunc",
565
+ "name": "Function",
566
+ "printedName": "(Swift.String) -> DavoiceTTS.SwiftSoundQueue.Source",
567
+ "children": [
568
+ {
569
+ "kind": "TypeNominal",
570
+ "name": "Source",
571
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
572
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
573
+ },
574
+ {
575
+ "kind": "TypeNominal",
576
+ "name": "String",
577
+ "printedName": "Swift.String",
578
+ "usr": "s:SS"
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ "kind": "TypeNominal",
584
+ "name": "Metatype",
585
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source.Type",
586
+ "children": [
587
+ {
588
+ "kind": "TypeNominal",
589
+ "name": "Source",
590
+ "printedName": "DavoiceTTS.SwiftSoundQueue.Source",
591
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO"
592
+ }
593
+ ]
594
+ }
595
+ ]
596
+ }
597
+ ],
598
+ "declKind": "EnumElement",
599
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
600
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO5namedyAESScAEmF",
601
+ "moduleName": "DavoiceTTS"
602
+ }
603
+ ],
604
+ "declKind": "Enum",
605
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC6SourceO",
606
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC6SourceO",
607
+ "moduleName": "DavoiceTTS",
608
+ "declAttributes": [
609
+ "AccessControl",
610
+ "RawDocComment"
611
+ ],
612
+ "conformances": [
613
+ {
614
+ "kind": "Conformance",
615
+ "name": "Copyable",
616
+ "printedName": "Copyable",
617
+ "usr": "s:s8CopyableP",
618
+ "mangledName": "$ss8CopyableP"
619
+ },
620
+ {
621
+ "kind": "Conformance",
622
+ "name": "Escapable",
623
+ "printedName": "Escapable",
624
+ "usr": "s:s9EscapableP",
625
+ "mangledName": "$ss9EscapableP"
626
+ }
627
+ ]
628
+ },
629
+ {
630
+ "kind": "Function",
631
+ "name": "audioPlayerDidFinishPlaying",
632
+ "printedName": "audioPlayerDidFinishPlaying(_:successfully:)",
633
+ "children": [
634
+ {
635
+ "kind": "TypeNominal",
636
+ "name": "Void",
637
+ "printedName": "()"
638
+ },
639
+ {
640
+ "kind": "TypeNominal",
641
+ "name": "AVAudioPlayer",
642
+ "printedName": "AVFAudio.AVAudioPlayer",
643
+ "usr": "c:objc(cs)AVAudioPlayer"
644
+ },
645
+ {
646
+ "kind": "TypeNominal",
647
+ "name": "Bool",
648
+ "printedName": "Swift.Bool",
649
+ "usr": "s:Sb"
650
+ }
651
+ ],
652
+ "declKind": "Func",
653
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)audioPlayerDidFinishPlaying:successfully:",
654
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF",
655
+ "moduleName": "DavoiceTTS",
656
+ "objc_name": "audioPlayerDidFinishPlaying:successfully:",
657
+ "declAttributes": [
658
+ "Final",
659
+ "ObjC",
660
+ "AccessControl",
661
+ "RawDocComment"
662
+ ],
663
+ "funcSelfKind": "NonMutating"
664
+ },
665
+ {
666
+ "kind": "Constructor",
667
+ "name": "init",
668
+ "printedName": "init()",
669
+ "children": [
670
+ {
671
+ "kind": "TypeNominal",
672
+ "name": "SwiftSoundQueue",
673
+ "printedName": "DavoiceTTS.SwiftSoundQueue",
674
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue"
675
+ }
676
+ ],
677
+ "declKind": "Constructor",
678
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue(im)init",
679
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueCACycfc",
680
+ "moduleName": "DavoiceTTS",
681
+ "overriding": true,
682
+ "implicit": true,
683
+ "objc_name": "init",
684
+ "declAttributes": [
685
+ "Dynamic",
686
+ "ObjC",
687
+ "Override"
688
+ ],
689
+ "init_kind": "Designated"
690
+ }
691
+ ],
692
+ "declKind": "Class",
693
+ "usr": "c:@M@DavoiceTTS@objc(cs)SwiftSoundQueue",
694
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC",
695
+ "moduleName": "DavoiceTTS",
696
+ "declAttributes": [
697
+ "Final",
698
+ "AccessControl",
699
+ "RawDocComment",
700
+ "ObjC"
701
+ ],
702
+ "superclassUsr": "c:objc(cs)NSObject",
703
+ "inheritsConvenienceInitializers": true,
704
+ "superclassNames": [
705
+ "ObjectiveC.NSObject"
706
+ ],
707
+ "conformances": [
708
+ {
709
+ "kind": "Conformance",
710
+ "name": "Copyable",
711
+ "printedName": "Copyable",
712
+ "usr": "s:s8CopyableP",
713
+ "mangledName": "$ss8CopyableP"
714
+ },
715
+ {
716
+ "kind": "Conformance",
717
+ "name": "Escapable",
718
+ "printedName": "Escapable",
719
+ "usr": "s:s9EscapableP",
720
+ "mangledName": "$ss9EscapableP"
721
+ },
722
+ {
723
+ "kind": "Conformance",
724
+ "name": "Equatable",
725
+ "printedName": "Equatable",
726
+ "usr": "s:SQ",
727
+ "mangledName": "$sSQ"
728
+ },
729
+ {
730
+ "kind": "Conformance",
731
+ "name": "Hashable",
732
+ "printedName": "Hashable",
733
+ "usr": "s:SH",
734
+ "mangledName": "$sSH"
735
+ },
736
+ {
737
+ "kind": "Conformance",
738
+ "name": "CVarArg",
739
+ "printedName": "CVarArg",
740
+ "usr": "s:s7CVarArgP",
741
+ "mangledName": "$ss7CVarArgP"
742
+ },
743
+ {
744
+ "kind": "Conformance",
745
+ "name": "_KeyValueCodingAndObservingPublishing",
746
+ "printedName": "_KeyValueCodingAndObservingPublishing",
747
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
748
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
749
+ },
750
+ {
751
+ "kind": "Conformance",
752
+ "name": "_KeyValueCodingAndObserving",
753
+ "printedName": "_KeyValueCodingAndObserving",
754
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
755
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
756
+ },
757
+ {
758
+ "kind": "Conformance",
759
+ "name": "CustomStringConvertible",
760
+ "printedName": "CustomStringConvertible",
761
+ "usr": "s:s23CustomStringConvertibleP",
762
+ "mangledName": "$ss23CustomStringConvertibleP"
763
+ },
764
+ {
765
+ "kind": "Conformance",
766
+ "name": "CustomDebugStringConvertible",
767
+ "printedName": "CustomDebugStringConvertible",
768
+ "usr": "s:s28CustomDebugStringConvertibleP",
769
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
770
+ }
771
+ ]
772
+ },
773
+ {
774
+ "kind": "TypeDecl",
775
+ "name": "DaVoiceTTS",
776
+ "printedName": "DaVoiceTTS",
777
+ "children": [
778
+ {
779
+ "kind": "TypeDecl",
780
+ "name": "Config",
781
+ "printedName": "Config",
782
+ "declKind": "Struct",
783
+ "usr": "s:10DavoiceTTS07DaVoiceB0C6ConfigV",
784
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C6ConfigV",
785
+ "moduleName": "DavoiceTTS",
786
+ "declAttributes": [
787
+ "AccessControl"
788
+ ],
789
+ "conformances": [
790
+ {
791
+ "kind": "Conformance",
792
+ "name": "Copyable",
793
+ "printedName": "Copyable",
794
+ "usr": "s:s8CopyableP",
795
+ "mangledName": "$ss8CopyableP"
796
+ },
797
+ {
798
+ "kind": "Conformance",
799
+ "name": "Escapable",
800
+ "printedName": "Escapable",
801
+ "usr": "s:s9EscapableP",
802
+ "mangledName": "$ss9EscapableP"
803
+ }
804
+ ]
805
+ },
806
+ {
807
+ "kind": "Constructor",
808
+ "name": "init",
809
+ "printedName": "init(model:)",
810
+ "children": [
811
+ {
812
+ "kind": "TypeNominal",
813
+ "name": "DaVoiceTTS",
814
+ "printedName": "DavoiceTTS.DaVoiceTTS",
815
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
816
+ },
817
+ {
818
+ "kind": "TypeNominal",
819
+ "name": "URL",
820
+ "printedName": "Foundation.URL",
821
+ "usr": "s:10Foundation3URLV"
822
+ }
823
+ ],
824
+ "declKind": "Constructor",
825
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)initWithModel:error:",
826
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C5modelAC10Foundation3URLV_tKcfc",
827
+ "moduleName": "DavoiceTTS",
828
+ "objc_name": "initWithModel:error:",
829
+ "declAttributes": [
830
+ "AccessControl",
831
+ "ObjC"
832
+ ],
833
+ "throwing": true,
834
+ "init_kind": "Designated"
835
+ },
836
+ {
837
+ "kind": "Function",
838
+ "name": "speak",
839
+ "printedName": "speak(_:sid:)",
840
+ "children": [
841
+ {
842
+ "kind": "TypeNominal",
843
+ "name": "Void",
844
+ "printedName": "()"
845
+ },
846
+ {
847
+ "kind": "TypeNominal",
848
+ "name": "String",
849
+ "printedName": "Swift.String",
850
+ "usr": "s:SS"
851
+ },
852
+ {
853
+ "kind": "TypeNominal",
854
+ "name": "Int32",
855
+ "printedName": "Swift.Int32",
856
+ "hasDefaultArg": true,
857
+ "usr": "s:s5Int32V"
858
+ }
859
+ ],
860
+ "declKind": "Func",
861
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)speak:sid:",
862
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C5speak_3sidySS_s5Int32VtF",
863
+ "moduleName": "DavoiceTTS",
864
+ "declAttributes": [
865
+ "Final",
866
+ "AccessControl",
867
+ "ObjC"
868
+ ],
869
+ "funcSelfKind": "NonMutating"
870
+ },
871
+ {
872
+ "kind": "Function",
873
+ "name": "synthesize",
874
+ "printedName": "synthesize(_:speakerId:)",
875
+ "children": [
876
+ {
877
+ "kind": "TypeNominal",
878
+ "name": "AVAudioPCMBuffer",
879
+ "printedName": "AVFAudio.AVAudioPCMBuffer",
880
+ "usr": "c:objc(cs)AVAudioPCMBuffer"
881
+ },
882
+ {
883
+ "kind": "TypeNominal",
884
+ "name": "String",
885
+ "printedName": "Swift.String",
886
+ "usr": "s:SS"
887
+ },
888
+ {
889
+ "kind": "TypeNominal",
890
+ "name": "Int32",
891
+ "printedName": "Swift.Int32",
892
+ "hasDefaultArg": true,
893
+ "usr": "s:s5Int32V"
894
+ }
895
+ ],
896
+ "declKind": "Func",
897
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize:speakerId:error:",
898
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C10synthesize_9speakerIdSo16AVAudioPCMBufferCSS_s5Int32VtKF",
899
+ "moduleName": "DavoiceTTS",
900
+ "declAttributes": [
901
+ "Final",
902
+ "AccessControl",
903
+ "ObjC"
904
+ ],
905
+ "throwing": true,
906
+ "funcSelfKind": "NonMutating"
907
+ },
908
+ {
909
+ "kind": "Function",
910
+ "name": "synthesize_top",
911
+ "printedName": "synthesize_top(_:speakerId:)",
912
+ "children": [
913
+ {
914
+ "kind": "TypeNominal",
915
+ "name": "AVAudioPCMBuffer",
916
+ "printedName": "AVFAudio.AVAudioPCMBuffer",
917
+ "usr": "c:objc(cs)AVAudioPCMBuffer"
918
+ },
919
+ {
920
+ "kind": "TypeNominal",
921
+ "name": "String",
922
+ "printedName": "Swift.String",
923
+ "usr": "s:SS"
924
+ },
925
+ {
926
+ "kind": "TypeNominal",
927
+ "name": "Int32",
928
+ "printedName": "Swift.Int32",
929
+ "hasDefaultArg": true,
930
+ "usr": "s:s5Int32V"
931
+ }
932
+ ],
933
+ "declKind": "Func",
934
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top:speakerId:error:",
935
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C14synthesize_top_9speakerIdSo16AVAudioPCMBufferCSS_s5Int32VtKF",
936
+ "moduleName": "DavoiceTTS",
937
+ "declAttributes": [
938
+ "Final",
939
+ "AccessControl",
940
+ "RawDocComment",
941
+ "ObjC"
942
+ ],
943
+ "throwing": true,
944
+ "funcSelfKind": "NonMutating"
945
+ },
946
+ {
947
+ "kind": "Function",
948
+ "name": "synthesize_top_v1",
949
+ "printedName": "synthesize_top_v1(_:speakerId:)",
950
+ "children": [
951
+ {
952
+ "kind": "TypeNominal",
953
+ "name": "AVAudioPCMBuffer",
954
+ "printedName": "AVFAudio.AVAudioPCMBuffer",
955
+ "usr": "c:objc(cs)AVAudioPCMBuffer"
956
+ },
957
+ {
958
+ "kind": "TypeNominal",
959
+ "name": "String",
960
+ "printedName": "Swift.String",
961
+ "usr": "s:SS"
962
+ },
963
+ {
964
+ "kind": "TypeNominal",
965
+ "name": "Int32",
966
+ "printedName": "Swift.Int32",
967
+ "hasDefaultArg": true,
968
+ "usr": "s:s5Int32V"
969
+ }
970
+ ],
971
+ "declKind": "Func",
972
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)synthesize_top_v1:speakerId:error:",
973
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C17synthesize_top_v1_9speakerIdSo16AVAudioPCMBufferCSS_s5Int32VtKF",
974
+ "moduleName": "DavoiceTTS",
975
+ "declAttributes": [
976
+ "Final",
977
+ "AccessControl",
978
+ "ObjC"
979
+ ],
980
+ "throwing": true,
981
+ "funcSelfKind": "NonMutating"
982
+ },
983
+ {
984
+ "kind": "Constructor",
985
+ "name": "init",
986
+ "printedName": "init()",
987
+ "children": [
988
+ {
989
+ "kind": "TypeNominal",
990
+ "name": "DaVoiceTTS",
991
+ "printedName": "DavoiceTTS.DaVoiceTTS",
992
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS"
993
+ }
994
+ ],
995
+ "declKind": "Constructor",
996
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS(im)init",
997
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0CACycfc",
998
+ "moduleName": "DavoiceTTS",
999
+ "overriding": true,
1000
+ "implicit": true,
1001
+ "objc_name": "init",
1002
+ "declAttributes": [
1003
+ "Dynamic",
1004
+ "ObjC",
1005
+ "Override"
1006
+ ],
1007
+ "init_kind": "Designated"
1008
+ }
1009
+ ],
1010
+ "declKind": "Class",
1011
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceTTS",
1012
+ "mangledName": "$s10DavoiceTTS07DaVoiceB0C",
1013
+ "moduleName": "DavoiceTTS",
1014
+ "declAttributes": [
1015
+ "Final",
1016
+ "AccessControl",
1017
+ "ObjCMembers",
1018
+ "ObjC"
1019
+ ],
1020
+ "superclassUsr": "c:objc(cs)NSObject",
1021
+ "superclassNames": [
1022
+ "ObjectiveC.NSObject"
1023
+ ],
1024
+ "conformances": [
1025
+ {
1026
+ "kind": "Conformance",
1027
+ "name": "Copyable",
1028
+ "printedName": "Copyable",
1029
+ "usr": "s:s8CopyableP",
1030
+ "mangledName": "$ss8CopyableP"
1031
+ },
1032
+ {
1033
+ "kind": "Conformance",
1034
+ "name": "Escapable",
1035
+ "printedName": "Escapable",
1036
+ "usr": "s:s9EscapableP",
1037
+ "mangledName": "$ss9EscapableP"
1038
+ },
1039
+ {
1040
+ "kind": "Conformance",
1041
+ "name": "Equatable",
1042
+ "printedName": "Equatable",
1043
+ "usr": "s:SQ",
1044
+ "mangledName": "$sSQ"
1045
+ },
1046
+ {
1047
+ "kind": "Conformance",
1048
+ "name": "Hashable",
1049
+ "printedName": "Hashable",
1050
+ "usr": "s:SH",
1051
+ "mangledName": "$sSH"
1052
+ },
1053
+ {
1054
+ "kind": "Conformance",
1055
+ "name": "CVarArg",
1056
+ "printedName": "CVarArg",
1057
+ "usr": "s:s7CVarArgP",
1058
+ "mangledName": "$ss7CVarArgP"
1059
+ },
1060
+ {
1061
+ "kind": "Conformance",
1062
+ "name": "_KeyValueCodingAndObservingPublishing",
1063
+ "printedName": "_KeyValueCodingAndObservingPublishing",
1064
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
1065
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
1066
+ },
1067
+ {
1068
+ "kind": "Conformance",
1069
+ "name": "_KeyValueCodingAndObserving",
1070
+ "printedName": "_KeyValueCodingAndObserving",
1071
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
1072
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
1073
+ },
1074
+ {
1075
+ "kind": "Conformance",
1076
+ "name": "CustomStringConvertible",
1077
+ "printedName": "CustomStringConvertible",
1078
+ "usr": "s:s23CustomStringConvertibleP",
1079
+ "mangledName": "$ss23CustomStringConvertibleP"
1080
+ },
1081
+ {
1082
+ "kind": "Conformance",
1083
+ "name": "CustomDebugStringConvertible",
1084
+ "printedName": "CustomDebugStringConvertible",
1085
+ "usr": "s:s28CustomDebugStringConvertibleP",
1086
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
1087
+ }
1088
+ ]
1089
+ }
1090
+ ],
1091
+ "json_format_version": 8
1092
+ },
1093
+ "ConstValues": [
1094
+ {
1095
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1096
+ "kind": "IntegerLiteral",
1097
+ "offset": 192,
1098
+ "length": 1,
1099
+ "value": "0"
1100
+ },
1101
+ {
1102
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1103
+ "kind": "BooleanLiteral",
1104
+ "offset": 211,
1105
+ "length": 5,
1106
+ "value": "false"
1107
+ },
1108
+ {
1109
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1110
+ "kind": "StringLiteral",
1111
+ "offset": 1748,
1112
+ "length": 19,
1113
+ "value": "\"swift.sound.queue\""
1114
+ },
1115
+ {
1116
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1117
+ "kind": "Array",
1118
+ "offset": 1805,
1119
+ "length": 2,
1120
+ "value": "[]"
1121
+ },
1122
+ {
1123
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1124
+ "kind": "StringLiteral",
1125
+ "offset": 4636,
1126
+ "length": 24,
1127
+ "value": "\"davtts.playback.serial\""
1128
+ },
1129
+ {
1130
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1131
+ "kind": "BooleanLiteral",
1132
+ "offset": 4763,
1133
+ "length": 5,
1134
+ "value": "false"
1135
+ },
1136
+ {
1137
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1138
+ "kind": "Array",
1139
+ "offset": 4820,
1140
+ "length": 2,
1141
+ "value": "[]"
1142
+ },
1143
+ {
1144
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1145
+ "kind": "Dictionary",
1146
+ "offset": 6509,
1147
+ "length": 3,
1148
+ "value": "[]"
1149
+ },
1150
+ {
1151
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1152
+ "kind": "Array",
1153
+ "offset": 8082,
1154
+ "length": 2,
1155
+ "value": "[]"
1156
+ },
1157
+ {
1158
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1159
+ "kind": "BooleanLiteral",
1160
+ "offset": 8113,
1161
+ "length": 5,
1162
+ "value": "false"
1163
+ },
1164
+ {
1165
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1166
+ "kind": "Array",
1167
+ "offset": 9721,
1168
+ "length": 2,
1169
+ "value": "[]"
1170
+ },
1171
+ {
1172
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1173
+ "kind": "IntegerLiteral",
1174
+ "offset": 9800,
1175
+ "length": 1,
1176
+ "value": "0"
1177
+ },
1178
+ {
1179
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1180
+ "kind": "StringLiteral",
1181
+ "offset": 18351,
1182
+ "length": 2,
1183
+ "value": "\"\""
1184
+ },
1185
+ {
1186
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1187
+ "kind": "IntegerLiteral",
1188
+ "offset": 20319,
1189
+ "length": 1,
1190
+ "value": "0"
1191
+ },
1192
+ {
1193
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1194
+ "kind": "BooleanLiteral",
1195
+ "offset": 20344,
1196
+ "length": 5,
1197
+ "value": "false"
1198
+ },
1199
+ {
1200
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1201
+ "kind": "IntegerLiteral",
1202
+ "offset": 23772,
1203
+ "length": 1,
1204
+ "value": "0"
1205
+ },
1206
+ {
1207
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1208
+ "kind": "IntegerLiteral",
1209
+ "offset": 24134,
1210
+ "length": 1,
1211
+ "value": "0"
1212
+ },
1213
+ {
1214
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1215
+ "kind": "IntegerLiteral",
1216
+ "offset": 24353,
1217
+ "length": 4,
1218
+ "value": "0x02"
1219
+ },
1220
+ {
1221
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1222
+ "kind": "Array",
1223
+ "offset": 24499,
1224
+ "length": 2,
1225
+ "value": "[]"
1226
+ },
1227
+ {
1228
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1229
+ "kind": "IntegerLiteral",
1230
+ "offset": 24593,
1231
+ "length": 1,
1232
+ "value": "0"
1233
+ },
1234
+ {
1235
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1236
+ "kind": "IntegerLiteral",
1237
+ "offset": 24779,
1238
+ "length": 1,
1239
+ "value": "0"
1240
+ },
1241
+ {
1242
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1243
+ "kind": "IntegerLiteral",
1244
+ "offset": 24830,
1245
+ "length": 1,
1246
+ "value": "0"
1247
+ },
1248
+ {
1249
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1250
+ "kind": "IntegerLiteral",
1251
+ "offset": 24939,
1252
+ "length": 1,
1253
+ "value": "0"
1254
+ },
1255
+ {
1256
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1257
+ "kind": "IntegerLiteral",
1258
+ "offset": 25068,
1259
+ "length": 1,
1260
+ "value": "1"
1261
+ },
1262
+ {
1263
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1264
+ "kind": "StringLiteral",
1265
+ "offset": 25660,
1266
+ "length": 16,
1267
+ "value": "\"terminator == \""
1268
+ },
1269
+ {
1270
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1271
+ "kind": "IntegerLiteral",
1272
+ "offset": 25723,
1273
+ "length": 6,
1274
+ "value": "589864"
1275
+ },
1276
+ {
1277
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1278
+ "kind": "IntegerLiteral",
1279
+ "offset": 26117,
1280
+ "length": 1,
1281
+ "value": "1"
1282
+ },
1283
+ {
1284
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1285
+ "kind": "StringLiteral",
1286
+ "offset": 26154,
1287
+ "length": 51,
1288
+ "value": "\"✅ Full cString: \"\""
1289
+ },
1290
+ {
1291
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1292
+ "kind": "StringLiteral",
1293
+ "offset": 26202,
1294
+ "length": 1,
1295
+ "value": "\"\"\""
1296
+ },
1297
+ {
1298
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1299
+ "kind": "StringLiteral",
1300
+ "offset": 26241,
1301
+ "length": 62,
1302
+ "value": "\"🔢 inputPtr offset from base: \""
1303
+ },
1304
+ {
1305
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1306
+ "kind": "StringLiteral",
1307
+ "offset": 26283,
1308
+ "length": 1,
1309
+ "value": "\" (index = \""
1310
+ },
1311
+ {
1312
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1313
+ "kind": "StringLiteral",
1314
+ "offset": 26301,
1315
+ "length": 1,
1316
+ "value": "\")\""
1317
+ },
1318
+ {
1319
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1320
+ "kind": "IntegerLiteral",
1321
+ "offset": 26349,
1322
+ "length": 1,
1323
+ "value": "0"
1324
+ },
1325
+ {
1326
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1327
+ "kind": "StringLiteral",
1328
+ "offset": 26541,
1329
+ "length": 64,
1330
+ "value": "\"🔍 Backward index \""
1331
+ },
1332
+ {
1333
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1334
+ "kind": "StringLiteral",
1335
+ "offset": 26570,
1336
+ "length": 1,
1337
+ "value": "\": byte = \""
1338
+ },
1339
+ {
1340
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1341
+ "kind": "StringLiteral",
1342
+ "offset": 26586,
1343
+ "length": 1,
1344
+ "value": "\", char = '\""
1345
+ },
1346
+ {
1347
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1348
+ "kind": "StringLiteral",
1349
+ "offset": 26603,
1350
+ "length": 3,
1351
+ "value": "\"'\""
1352
+ },
1353
+ {
1354
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1355
+ "kind": "StringLiteral",
1356
+ "offset": 26742,
1357
+ "length": 57,
1358
+ "value": "\"✅ Found terminating char: '\""
1359
+ },
1360
+ {
1361
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1362
+ "kind": "StringLiteral",
1363
+ "offset": 26779,
1364
+ "length": 21,
1365
+ "value": "\"' at index \""
1366
+ },
1367
+ {
1368
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1369
+ "kind": "StringLiteral",
1370
+ "offset": 26798,
1371
+ "length": 2,
1372
+ "value": "\"\""
1373
+ },
1374
+ {
1375
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1376
+ "kind": "IntegerLiteral",
1377
+ "offset": 26985,
1378
+ "length": 1,
1379
+ "value": "1"
1380
+ },
1381
+ {
1382
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1383
+ "kind": "IntegerLiteral",
1384
+ "offset": 27057,
1385
+ "length": 1,
1386
+ "value": "0"
1387
+ },
1388
+ {
1389
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1390
+ "kind": "StringLiteral",
1391
+ "offset": 27099,
1392
+ "length": 66,
1393
+ "value": "\"⚠️ No non-alphanumeric terminator char found before inputPtr\""
1394
+ },
1395
+ {
1396
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1397
+ "kind": "StringLiteral",
1398
+ "offset": 27487,
1399
+ "length": 50,
1400
+ "value": "\"ptr == nil → using last character of cString =\""
1401
+ },
1402
+ {
1403
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1404
+ "kind": "StringLiteral",
1405
+ "offset": 27822,
1406
+ "length": 38,
1407
+ "value": "\"[swift-dav] [debug] Parsed phonemes:\""
1408
+ },
1409
+ {
1410
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1411
+ "kind": "StringLiteral",
1412
+ "offset": 27886,
1413
+ "length": 54,
1414
+ "value": "\"[swift-dav] [debug] Phoneme count: \""
1415
+ },
1416
+ {
1417
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1418
+ "kind": "StringLiteral",
1419
+ "offset": 27939,
1420
+ "length": 2,
1421
+ "value": "\"\""
1422
+ },
1423
+ {
1424
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1425
+ "kind": "StringLiteral",
1426
+ "offset": 27957,
1427
+ "length": 42,
1428
+ "value": "\"[swift-dav] [debug] Converting to IDs...\""
1429
+ },
1430
+ {
1431
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1432
+ "kind": "StringLiteral",
1433
+ "offset": 28081,
1434
+ "length": 51,
1435
+ "value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
1436
+ },
1437
+ {
1438
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1439
+ "kind": "StringLiteral",
1440
+ "offset": 28131,
1441
+ "length": 2,
1442
+ "value": "\"\""
1443
+ },
1444
+ {
1445
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1446
+ "kind": "StringLiteral",
1447
+ "offset": 28400,
1448
+ "length": 12,
1449
+ "value": "\"DaVoiceTTS\""
1450
+ },
1451
+ {
1452
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1453
+ "kind": "IntegerLiteral",
1454
+ "offset": 28446,
1455
+ "length": 1,
1456
+ "value": "3"
1457
+ },
1458
+ {
1459
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1460
+ "kind": "StringLiteral",
1461
+ "offset": 28550,
1462
+ "length": 43,
1463
+ "value": "\"No valid phoneme IDs found for input text\""
1464
+ },
1465
+ {
1466
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1467
+ "kind": "StringLiteral",
1468
+ "offset": 28621,
1469
+ "length": 21,
1470
+ "value": "\"Phoneme IDs: \""
1471
+ },
1472
+ {
1473
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1474
+ "kind": "StringLiteral",
1475
+ "offset": 28641,
1476
+ "length": 2,
1477
+ "value": "\"\""
1478
+ },
1479
+ {
1480
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1481
+ "kind": "IntegerLiteral",
1482
+ "offset": 29003,
1483
+ "length": 1,
1484
+ "value": "1"
1485
+ },
1486
+ {
1487
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1488
+ "kind": "Array",
1489
+ "offset": 29270,
1490
+ "length": 3,
1491
+ "value": "[1]"
1492
+ },
1493
+ {
1494
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1495
+ "kind": "StringLiteral",
1496
+ "offset": 29780,
1497
+ "length": 6,
1498
+ "value": "\"json\""
1499
+ },
1500
+ {
1501
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1502
+ "kind": "Array",
1503
+ "offset": 29941,
1504
+ "length": 144,
1505
+ "value": "[0.2, 1.5, 0.3]"
1506
+ },
1507
+ {
1508
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1509
+ "kind": "StringLiteral",
1510
+ "offset": 30101,
1511
+ "length": 29,
1512
+ "value": "\"scalesArray: \""
1513
+ },
1514
+ {
1515
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1516
+ "kind": "StringLiteral",
1517
+ "offset": 30129,
1518
+ "length": 2,
1519
+ "value": "\"\""
1520
+ },
1521
+ {
1522
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1523
+ "kind": "Array",
1524
+ "offset": 30496,
1525
+ "length": 3,
1526
+ "value": "[1]"
1527
+ },
1528
+ {
1529
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1530
+ "kind": "Array",
1531
+ "offset": 30630,
1532
+ "length": 3,
1533
+ "value": "[3]"
1534
+ },
1535
+ {
1536
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1537
+ "kind": "StringLiteral",
1538
+ "offset": 30678,
1539
+ "length": 16,
1540
+ "value": "\"Model inputs :\""
1541
+ },
1542
+ {
1543
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1544
+ "kind": "StringLiteral",
1545
+ "offset": 30736,
1546
+ "length": 16,
1547
+ "value": "\"Model outputs:\""
1548
+ },
1549
+ {
1550
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1551
+ "kind": "StringLiteral",
1552
+ "offset": 30887,
1553
+ "length": 7,
1554
+ "value": "\"input\""
1555
+ },
1556
+ {
1557
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1558
+ "kind": "StringLiteral",
1559
+ "offset": 30919,
1560
+ "length": 15,
1561
+ "value": "\"input_lengths\""
1562
+ },
1563
+ {
1564
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1565
+ "kind": "StringLiteral",
1566
+ "offset": 30968,
1567
+ "length": 8,
1568
+ "value": "\"scales\""
1569
+ },
1570
+ {
1571
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1572
+ "kind": "Array",
1573
+ "offset": 31027,
1574
+ "length": 10,
1575
+ "value": "[\"output\"]"
1576
+ },
1577
+ {
1578
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1579
+ "kind": "StringLiteral",
1580
+ "offset": 31089,
1581
+ "length": 14,
1582
+ "value": "\"Output keys:\""
1583
+ },
1584
+ {
1585
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1586
+ "kind": "StringLiteral",
1587
+ "offset": 31189,
1588
+ "length": 8,
1589
+ "value": "\"output\""
1590
+ },
1591
+ {
1592
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1593
+ "kind": "StringLiteral",
1594
+ "offset": 31240,
1595
+ "length": 12,
1596
+ "value": "\"DaVoiceTTS\""
1597
+ },
1598
+ {
1599
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1600
+ "kind": "IntegerLiteral",
1601
+ "offset": 31260,
1602
+ "length": 1,
1603
+ "value": "4"
1604
+ },
1605
+ {
1606
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1607
+ "kind": "StringLiteral",
1608
+ "offset": 31327,
1609
+ "length": 25,
1610
+ "value": "\"'output' tensor missing\""
1611
+ },
1612
+ {
1613
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1614
+ "kind": "IntegerLiteral",
1615
+ "offset": 31546,
1616
+ "length": 1,
1617
+ "value": "0"
1618
+ },
1619
+ {
1620
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1621
+ "kind": "IntegerLiteral",
1622
+ "offset": 32473,
1623
+ "length": 5,
1624
+ "value": "22050"
1625
+ },
1626
+ {
1627
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1628
+ "kind": "IntegerLiteral",
1629
+ "offset": 32637,
1630
+ "length": 1,
1631
+ "value": "1"
1632
+ },
1633
+ {
1634
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1635
+ "kind": "IntegerLiteral",
1636
+ "offset": 32718,
1637
+ "length": 3,
1638
+ "value": "150"
1639
+ },
1640
+ {
1641
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1642
+ "kind": "FloatLiteral",
1643
+ "offset": 32765,
1644
+ "length": 6,
1645
+ "value": "1000.0"
1646
+ },
1647
+ {
1648
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1649
+ "kind": "IntegerLiteral",
1650
+ "offset": 33385,
1651
+ "length": 1,
1652
+ "value": "0"
1653
+ },
1654
+ {
1655
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1656
+ "kind": "IntegerLiteral",
1657
+ "offset": 33600,
1658
+ "length": 1,
1659
+ "value": "0"
1660
+ },
1661
+ {
1662
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1663
+ "kind": "IntegerLiteral",
1664
+ "offset": 33651,
1665
+ "length": 1,
1666
+ "value": "0"
1667
+ },
1668
+ {
1669
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1670
+ "kind": "StringLiteral",
1671
+ "offset": 33777,
1672
+ "length": 12,
1673
+ "value": "\"tts_output\""
1674
+ },
1675
+ {
1676
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1677
+ "kind": "StringLiteral",
1678
+ "offset": 33812,
1679
+ "length": 6,
1680
+ "value": "\".wav\""
1681
+ },
1682
+ {
1683
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1684
+ "kind": "StringLiteral",
1685
+ "offset": 33920,
1686
+ "length": 15,
1687
+ "value": "\"✅ WAV saved\""
1688
+ },
1689
+ {
1690
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1691
+ "kind": "StringLiteral",
1692
+ "offset": 33951,
1693
+ "length": 15,
1694
+ "value": "\"✅ WAV saved\""
1695
+ },
1696
+ {
1697
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1698
+ "kind": "StringLiteral",
1699
+ "offset": 33982,
1700
+ "length": 15,
1701
+ "value": "\"✅ WAV saved\""
1702
+ },
1703
+ {
1704
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1705
+ "kind": "StringLiteral",
1706
+ "offset": 34153,
1707
+ "length": 7,
1708
+ "value": "\"first\""
1709
+ },
1710
+ {
1711
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1712
+ "kind": "StringLiteral",
1713
+ "offset": 34182,
1714
+ "length": 6,
1715
+ "value": "\".wav\""
1716
+ },
1717
+ {
1718
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1719
+ "kind": "IntegerLiteral",
1720
+ "offset": 34261,
1721
+ "length": 1,
1722
+ "value": "1"
1723
+ },
1724
+ {
1725
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1726
+ "kind": "IntegerLiteral",
1727
+ "offset": 36009,
1728
+ "length": 1,
1729
+ "value": "0"
1730
+ },
1731
+ {
1732
+ "filePath": "\/Users\/oferfryman\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
1733
+ "kind": "IntegerLiteral",
1734
+ "offset": 37601,
1735
+ "length": 1,
1736
+ "value": "0"
1737
+ }
1738
+ ]
1739
+ }