react-native-davoice-tts 1.0.379 → 1.0.381

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 (26) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar +0 -0
  3. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.md5 +1 -1
  4. package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.sha1 +1 -1
  5. package/android/src/main/java/com/davoice/tts/rn/DaVoiceTTSBridge.java +28 -5
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +1 -0
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +737 -374
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -0
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +2 -0
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +2 -0
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +737 -374
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -0
  17. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  18. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -0
  19. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +737 -374
  20. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -0
  21. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  22. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -0
  23. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  24. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  25. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +33 -33
  26. package/package.json +1 -1
@@ -1495,6 +1495,157 @@
1495
1495
  "accessorKind": "_modify"
1496
1496
  }
1497
1497
  ]
1498
+ },
1499
+ {
1500
+ "kind": "Var",
1501
+ "name": "useOSDefaultSamplingRate",
1502
+ "printedName": "useOSDefaultSamplingRate",
1503
+ "children": [
1504
+ {
1505
+ "kind": "TypeNominal",
1506
+ "name": "Optional",
1507
+ "printedName": "(() -> Swift.Bool)?",
1508
+ "children": [
1509
+ {
1510
+ "kind": "TypeFunc",
1511
+ "name": "Function",
1512
+ "printedName": "() -> Swift.Bool",
1513
+ "children": [
1514
+ {
1515
+ "kind": "TypeNominal",
1516
+ "name": "Bool",
1517
+ "printedName": "Swift.Bool",
1518
+ "usr": "s:Sb"
1519
+ },
1520
+ {
1521
+ "kind": "TypeNominal",
1522
+ "name": "Void",
1523
+ "printedName": "()"
1524
+ }
1525
+ ]
1526
+ }
1527
+ ],
1528
+ "usr": "s:Sq"
1529
+ }
1530
+ ],
1531
+ "declKind": "Var",
1532
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO24useOSDefaultSamplingRateSbycSgvpZ",
1533
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO24useOSDefaultSamplingRateSbycSgvpZ",
1534
+ "moduleName": "DavoiceTTS",
1535
+ "static": true,
1536
+ "declAttributes": [
1537
+ "HasInitialValue",
1538
+ "HasStorage",
1539
+ "AccessControl",
1540
+ "RawDocComment"
1541
+ ],
1542
+ "hasStorage": true,
1543
+ "accessors": [
1544
+ {
1545
+ "kind": "Accessor",
1546
+ "name": "Get",
1547
+ "printedName": "Get()",
1548
+ "children": [
1549
+ {
1550
+ "kind": "TypeNominal",
1551
+ "name": "Optional",
1552
+ "printedName": "(() -> Swift.Bool)?",
1553
+ "children": [
1554
+ {
1555
+ "kind": "TypeFunc",
1556
+ "name": "Function",
1557
+ "printedName": "() -> Swift.Bool",
1558
+ "children": [
1559
+ {
1560
+ "kind": "TypeNominal",
1561
+ "name": "Bool",
1562
+ "printedName": "Swift.Bool",
1563
+ "usr": "s:Sb"
1564
+ },
1565
+ {
1566
+ "kind": "TypeNominal",
1567
+ "name": "Void",
1568
+ "printedName": "()"
1569
+ }
1570
+ ]
1571
+ }
1572
+ ],
1573
+ "usr": "s:Sq"
1574
+ }
1575
+ ],
1576
+ "declKind": "Accessor",
1577
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO24useOSDefaultSamplingRateSbycSgvgZ",
1578
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO24useOSDefaultSamplingRateSbycSgvgZ",
1579
+ "moduleName": "DavoiceTTS",
1580
+ "static": true,
1581
+ "implicit": true,
1582
+ "accessorKind": "get"
1583
+ },
1584
+ {
1585
+ "kind": "Accessor",
1586
+ "name": "Set",
1587
+ "printedName": "Set()",
1588
+ "children": [
1589
+ {
1590
+ "kind": "TypeNominal",
1591
+ "name": "Void",
1592
+ "printedName": "()"
1593
+ },
1594
+ {
1595
+ "kind": "TypeNominal",
1596
+ "name": "Optional",
1597
+ "printedName": "(() -> Swift.Bool)?",
1598
+ "children": [
1599
+ {
1600
+ "kind": "TypeFunc",
1601
+ "name": "Function",
1602
+ "printedName": "() -> Swift.Bool",
1603
+ "children": [
1604
+ {
1605
+ "kind": "TypeNominal",
1606
+ "name": "Bool",
1607
+ "printedName": "Swift.Bool",
1608
+ "usr": "s:Sb"
1609
+ },
1610
+ {
1611
+ "kind": "TypeNominal",
1612
+ "name": "Void",
1613
+ "printedName": "()"
1614
+ }
1615
+ ]
1616
+ }
1617
+ ],
1618
+ "usr": "s:Sq"
1619
+ }
1620
+ ],
1621
+ "declKind": "Accessor",
1622
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO24useOSDefaultSamplingRateSbycSgvsZ",
1623
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO24useOSDefaultSamplingRateSbycSgvsZ",
1624
+ "moduleName": "DavoiceTTS",
1625
+ "static": true,
1626
+ "implicit": true,
1627
+ "accessorKind": "set"
1628
+ },
1629
+ {
1630
+ "kind": "Accessor",
1631
+ "name": "Modify",
1632
+ "printedName": "Modify()",
1633
+ "children": [
1634
+ {
1635
+ "kind": "TypeNominal",
1636
+ "name": "Void",
1637
+ "printedName": "()"
1638
+ }
1639
+ ],
1640
+ "declKind": "Accessor",
1641
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO24useOSDefaultSamplingRateSbycSgvMZ",
1642
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO24useOSDefaultSamplingRateSbycSgvMZ",
1643
+ "moduleName": "DavoiceTTS",
1644
+ "static": true,
1645
+ "implicit": true,
1646
+ "accessorKind": "_modify"
1647
+ }
1648
+ ]
1498
1649
  }
1499
1650
  ],
1500
1651
  "declKind": "Enum",
@@ -2082,6 +2233,106 @@
2082
2233
  }
2083
2234
  ]
2084
2235
  },
2236
+ {
2237
+ "kind": "Var",
2238
+ "name": "useOSDefaultSamplingRate",
2239
+ "printedName": "useOSDefaultSamplingRate",
2240
+ "children": [
2241
+ {
2242
+ "kind": "TypeNominal",
2243
+ "name": "Bool",
2244
+ "printedName": "Swift.Bool",
2245
+ "usr": "s:Sb"
2246
+ }
2247
+ ],
2248
+ "declKind": "Var",
2249
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(py)useOSDefaultSamplingRate",
2250
+ "mangledName": "$s10DavoiceTTS3STTC24useOSDefaultSamplingRateSbvp",
2251
+ "moduleName": "DavoiceTTS",
2252
+ "declAttributes": [
2253
+ "HasInitialValue",
2254
+ "Final",
2255
+ "HasStorage",
2256
+ "AccessControl",
2257
+ "RawDocComment",
2258
+ "ObjC"
2259
+ ],
2260
+ "hasStorage": true,
2261
+ "accessors": [
2262
+ {
2263
+ "kind": "Accessor",
2264
+ "name": "Get",
2265
+ "printedName": "Get()",
2266
+ "children": [
2267
+ {
2268
+ "kind": "TypeNominal",
2269
+ "name": "Bool",
2270
+ "printedName": "Swift.Bool",
2271
+ "usr": "s:Sb"
2272
+ }
2273
+ ],
2274
+ "declKind": "Accessor",
2275
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)useOSDefaultSamplingRate",
2276
+ "mangledName": "$s10DavoiceTTS3STTC24useOSDefaultSamplingRateSbvg",
2277
+ "moduleName": "DavoiceTTS",
2278
+ "implicit": true,
2279
+ "declAttributes": [
2280
+ "Final",
2281
+ "ObjC"
2282
+ ],
2283
+ "accessorKind": "get"
2284
+ },
2285
+ {
2286
+ "kind": "Accessor",
2287
+ "name": "Set",
2288
+ "printedName": "Set()",
2289
+ "children": [
2290
+ {
2291
+ "kind": "TypeNominal",
2292
+ "name": "Void",
2293
+ "printedName": "()"
2294
+ },
2295
+ {
2296
+ "kind": "TypeNominal",
2297
+ "name": "Bool",
2298
+ "printedName": "Swift.Bool",
2299
+ "usr": "s:Sb"
2300
+ }
2301
+ ],
2302
+ "declKind": "Accessor",
2303
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setUseOSDefaultSamplingRate:",
2304
+ "mangledName": "$s10DavoiceTTS3STTC24useOSDefaultSamplingRateSbvs",
2305
+ "moduleName": "DavoiceTTS",
2306
+ "implicit": true,
2307
+ "declAttributes": [
2308
+ "Final",
2309
+ "ObjC"
2310
+ ],
2311
+ "accessorKind": "set"
2312
+ },
2313
+ {
2314
+ "kind": "Accessor",
2315
+ "name": "Modify",
2316
+ "printedName": "Modify()",
2317
+ "children": [
2318
+ {
2319
+ "kind": "TypeNominal",
2320
+ "name": "Void",
2321
+ "printedName": "()"
2322
+ }
2323
+ ],
2324
+ "declKind": "Accessor",
2325
+ "usr": "s:10DavoiceTTS3STTC24useOSDefaultSamplingRateSbvM",
2326
+ "mangledName": "$s10DavoiceTTS3STTC24useOSDefaultSamplingRateSbvM",
2327
+ "moduleName": "DavoiceTTS",
2328
+ "implicit": true,
2329
+ "declAttributes": [
2330
+ "Final"
2331
+ ],
2332
+ "accessorKind": "_modify"
2333
+ }
2334
+ ]
2335
+ },
2085
2336
  {
2086
2337
  "kind": "Var",
2087
2338
  "name": "useLegacySpeakerGateBehavior",
@@ -11676,945 +11927,952 @@
11676
11927
  {
11677
11928
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11678
11929
  "kind": "Array",
11679
- "offset": 2410,
11930
+ "offset": 5000,
11680
11931
  "length": 2,
11681
11932
  "value": "[]"
11682
11933
  },
11683
11934
  {
11684
11935
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11685
11936
  "kind": "IntegerLiteral",
11686
- "offset": 2441,
11937
+ "offset": 5031,
11687
11938
  "length": 1,
11688
11939
  "value": "0"
11689
11940
  },
11690
11941
  {
11691
11942
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11692
11943
  "kind": "IntegerLiteral",
11693
- "offset": 2472,
11944
+ "offset": 5062,
11694
11945
  "length": 1,
11695
11946
  "value": "0"
11696
11947
  },
11697
11948
  {
11698
11949
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11699
11950
  "kind": "IntegerLiteral",
11700
- "offset": 2509,
11951
+ "offset": 5099,
11701
11952
  "length": 1,
11702
11953
  "value": "0"
11703
11954
  },
11704
11955
  {
11705
11956
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11706
11957
  "kind": "IntegerLiteral",
11707
- "offset": 2558,
11958
+ "offset": 5148,
11708
11959
  "length": 1,
11709
11960
  "value": "0"
11710
11961
  },
11711
11962
  {
11712
11963
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11713
11964
  "kind": "IntegerLiteral",
11714
- "offset": 2622,
11965
+ "offset": 5212,
11715
11966
  "length": 1,
11716
11967
  "value": "0"
11717
11968
  },
11718
11969
  {
11719
11970
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11720
11971
  "kind": "BooleanLiteral",
11721
- "offset": 2731,
11972
+ "offset": 5321,
11722
11973
  "length": 5,
11723
11974
  "value": "false"
11724
11975
  },
11725
11976
  {
11726
11977
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11727
11978
  "kind": "IntegerLiteral",
11728
- "offset": 2798,
11979
+ "offset": 5388,
11729
11980
  "length": 1,
11730
11981
  "value": "0"
11731
11982
  },
11732
11983
  {
11733
11984
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11734
11985
  "kind": "BooleanLiteral",
11735
- "offset": 6757,
11986
+ "offset": 9347,
11736
11987
  "length": 4,
11737
11988
  "value": "true"
11738
11989
  },
11739
11990
  {
11740
11991
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11741
11992
  "kind": "BooleanLiteral",
11742
- "offset": 6791,
11993
+ "offset": 9381,
11743
11994
  "length": 5,
11744
11995
  "value": "false"
11745
11996
  },
11746
11997
  {
11747
11998
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11748
11999
  "kind": "BooleanLiteral",
11749
- "offset": 7058,
12000
+ "offset": 9648,
11750
12001
  "length": 5,
11751
12002
  "value": "false"
11752
12003
  },
11753
12004
  {
11754
12005
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11755
12006
  "kind": "BooleanLiteral",
11756
- "offset": 7269,
12007
+ "offset": 9859,
11757
12008
  "length": 5,
11758
12009
  "value": "false"
11759
12010
  },
11760
12011
  {
11761
12012
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11762
12013
  "kind": "BooleanLiteral",
11763
- "offset": 7414,
12014
+ "offset": 10886,
12015
+ "length": 4,
12016
+ "value": "true"
12017
+ },
12018
+ {
12019
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12020
+ "kind": "BooleanLiteral",
12021
+ "offset": 11030,
11764
12022
  "length": 5,
11765
12023
  "value": "false"
11766
12024
  },
11767
12025
  {
11768
12026
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11769
12027
  "kind": "BooleanLiteral",
11770
- "offset": 7549,
12028
+ "offset": 11165,
11771
12029
  "length": 4,
11772
12030
  "value": "true"
11773
12031
  },
11774
12032
  {
11775
12033
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11776
12034
  "kind": "FloatLiteral",
11777
- "offset": 7606,
12035
+ "offset": 11222,
11778
12036
  "length": 4,
11779
12037
  "value": "0.40"
11780
12038
  },
11781
12039
  {
11782
12040
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11783
12041
  "kind": "BooleanLiteral",
11784
- "offset": 7748,
12042
+ "offset": 11364,
11785
12043
  "length": 4,
11786
12044
  "value": "true"
11787
12045
  },
11788
12046
  {
11789
12047
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11790
12048
  "kind": "FloatLiteral",
11791
- "offset": 7813,
12049
+ "offset": 11429,
11792
12050
  "length": 3,
11793
12051
  "value": "0.5"
11794
12052
  },
11795
12053
  {
11796
12054
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11797
12055
  "kind": "FloatLiteral",
11798
- "offset": 7954,
12056
+ "offset": 11570,
11799
12057
  "length": 3,
11800
12058
  "value": "0.5"
11801
12059
  },
11802
12060
  {
11803
12061
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11804
12062
  "kind": "BooleanLiteral",
11805
- "offset": 10234,
12063
+ "offset": 13850,
11806
12064
  "length": 5,
11807
12065
  "value": "false"
11808
12066
  },
11809
12067
  {
11810
12068
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11811
12069
  "kind": "IntegerLiteral",
11812
- "offset": 10385,
12070
+ "offset": 14001,
11813
12071
  "length": 1,
11814
12072
  "value": "0"
11815
12073
  },
11816
12074
  {
11817
12075
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11818
12076
  "kind": "IntegerLiteral",
11819
- "offset": 10436,
12077
+ "offset": 14052,
11820
12078
  "length": 1,
11821
12079
  "value": "0"
11822
12080
  },
11823
12081
  {
11824
12082
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11825
12083
  "kind": "BooleanLiteral",
11826
- "offset": 10491,
12084
+ "offset": 14107,
11827
12085
  "length": 5,
11828
12086
  "value": "false"
11829
12087
  },
11830
12088
  {
11831
12089
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11832
12090
  "kind": "IntegerLiteral",
11833
- "offset": 10592,
12091
+ "offset": 14208,
11834
12092
  "length": 1,
11835
12093
  "value": "0"
11836
12094
  },
11837
12095
  {
11838
12096
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11839
12097
  "kind": "FloatLiteral",
11840
- "offset": 10646,
12098
+ "offset": 14262,
11841
12099
  "length": 3,
11842
12100
  "value": "0.5"
11843
12101
  },
11844
12102
  {
11845
12103
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11846
12104
  "kind": "BooleanLiteral",
11847
- "offset": 10733,
12105
+ "offset": 14349,
11848
12106
  "length": 5,
11849
12107
  "value": "false"
11850
12108
  },
11851
12109
  {
11852
12110
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11853
12111
  "kind": "IntegerLiteral",
11854
- "offset": 10838,
12112
+ "offset": 14454,
11855
12113
  "length": 1,
11856
12114
  "value": "0"
11857
12115
  },
11858
12116
  {
11859
12117
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11860
12118
  "kind": "FloatLiteral",
11861
- "offset": 10924,
12119
+ "offset": 14540,
11862
12120
  "length": 3,
11863
12121
  "value": "4.0"
11864
12122
  },
11865
12123
  {
11866
12124
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11867
12125
  "kind": "IntegerLiteral",
11868
- "offset": 11060,
12126
+ "offset": 14676,
11869
12127
  "length": 1,
11870
12128
  "value": "0"
11871
12129
  },
11872
12130
  {
11873
12131
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11874
12132
  "kind": "FloatLiteral",
11875
- "offset": 11112,
12133
+ "offset": 14728,
11876
12134
  "length": 3,
11877
12135
  "value": "1.0"
11878
12136
  },
11879
12137
  {
11880
12138
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11881
12139
  "kind": "BooleanLiteral",
11882
- "offset": 11200,
12140
+ "offset": 14816,
11883
12141
  "length": 5,
11884
12142
  "value": "false"
11885
12143
  },
11886
12144
  {
11887
12145
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11888
12146
  "kind": "IntegerLiteral",
11889
- "offset": 11341,
12147
+ "offset": 14957,
11890
12148
  "length": 1,
11891
12149
  "value": "0"
11892
12150
  },
11893
12151
  {
11894
12152
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11895
12153
  "kind": "FloatLiteral",
11896
- "offset": 11400,
12154
+ "offset": 15016,
11897
12155
  "length": 3,
11898
12156
  "value": "2.0"
11899
12157
  },
11900
12158
  {
11901
12159
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11902
12160
  "kind": "BooleanLiteral",
11903
- "offset": 11445,
12161
+ "offset": 15061,
11904
12162
  "length": 5,
11905
12163
  "value": "false"
11906
12164
  },
11907
12165
  {
11908
12166
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11909
12167
  "kind": "BooleanLiteral",
11910
- "offset": 11631,
12168
+ "offset": 15247,
11911
12169
  "length": 5,
11912
12170
  "value": "false"
11913
12171
  },
11914
12172
  {
11915
12173
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11916
12174
  "kind": "IntegerLiteral",
11917
- "offset": 12621,
12175
+ "offset": 16237,
11918
12176
  "length": 1,
11919
12177
  "value": "0"
11920
12178
  },
11921
12179
  {
11922
12180
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11923
12181
  "kind": "IntegerLiteral",
11924
- "offset": 12696,
12182
+ "offset": 16312,
11925
12183
  "length": 1,
11926
12184
  "value": "0"
11927
12185
  },
11928
12186
  {
11929
12187
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11930
12188
  "kind": "IntegerLiteral",
11931
- "offset": 12791,
12189
+ "offset": 16407,
11932
12190
  "length": 1,
11933
12191
  "value": "0"
11934
12192
  },
11935
12193
  {
11936
12194
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11937
12195
  "kind": "IntegerLiteral",
11938
- "offset": 12841,
12196
+ "offset": 16457,
11939
12197
  "length": 1,
11940
12198
  "value": "0"
11941
12199
  },
11942
12200
  {
11943
12201
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11944
12202
  "kind": "IntegerLiteral",
11945
- "offset": 12900,
12203
+ "offset": 16516,
11946
12204
  "length": 1,
11947
12205
  "value": "0"
11948
12206
  },
11949
12207
  {
11950
12208
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11951
12209
  "kind": "Array",
11952
- "offset": 13309,
12210
+ "offset": 16925,
11953
12211
  "length": 2,
11954
12212
  "value": "[]"
11955
12213
  },
11956
12214
  {
11957
12215
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11958
12216
  "kind": "IntegerLiteral",
11959
- "offset": 13390,
12217
+ "offset": 17006,
11960
12218
  "length": 1,
11961
12219
  "value": "0"
11962
12220
  },
11963
12221
  {
11964
12222
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11965
12223
  "kind": "FloatLiteral",
11966
- "offset": 13441,
12224
+ "offset": 17057,
11967
12225
  "length": 3,
11968
12226
  "value": "8.0"
11969
12227
  },
11970
12228
  {
11971
12229
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11972
12230
  "kind": "FloatLiteral",
11973
- "offset": 13542,
12231
+ "offset": 17158,
11974
12232
  "length": 3,
11975
12233
  "value": "2.0"
11976
12234
  },
11977
12235
  {
11978
12236
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11979
12237
  "kind": "IntegerLiteral",
11980
- "offset": 13592,
12238
+ "offset": 17208,
11981
12239
  "length": 1,
11982
12240
  "value": "0"
11983
12241
  },
11984
12242
  {
11985
12243
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11986
12244
  "kind": "BooleanLiteral",
11987
- "offset": 13622,
12245
+ "offset": 17238,
11988
12246
  "length": 5,
11989
12247
  "value": "false"
11990
12248
  },
11991
12249
  {
11992
12250
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11993
12251
  "kind": "IntegerLiteral",
11994
- "offset": 13668,
12252
+ "offset": 17284,
11995
12253
  "length": 1,
11996
12254
  "value": "0"
11997
12255
  },
11998
12256
  {
11999
12257
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12000
12258
  "kind": "StringLiteral",
12001
- "offset": 13710,
12259
+ "offset": 17326,
12002
12260
  "length": 2,
12003
12261
  "value": "\"\""
12004
12262
  },
12005
12263
  {
12006
12264
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12007
12265
  "kind": "IntegerLiteral",
12008
- "offset": 13781,
12266
+ "offset": 17397,
12009
12267
  "length": 1,
12010
12268
  "value": "0"
12011
12269
  },
12012
12270
  {
12013
12271
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12014
12272
  "kind": "IntegerLiteral",
12015
- "offset": 13832,
12273
+ "offset": 17448,
12016
12274
  "length": 1,
12017
12275
  "value": "0"
12018
12276
  },
12019
12277
  {
12020
12278
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12021
12279
  "kind": "StringLiteral",
12022
- "offset": 13875,
12280
+ "offset": 17491,
12023
12281
  "length": 6,
12024
12282
  "value": "\"cold\""
12025
12283
  },
12026
12284
  {
12027
12285
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12028
12286
  "kind": "BooleanLiteral",
12029
- "offset": 14180,
12287
+ "offset": 17796,
12030
12288
  "length": 5,
12031
12289
  "value": "false"
12032
12290
  },
12033
12291
  {
12034
12292
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12035
12293
  "kind": "IntegerLiteral",
12036
- "offset": 14380,
12294
+ "offset": 17996,
12037
12295
  "length": 1,
12038
12296
  "value": "0"
12039
12297
  },
12040
12298
  {
12041
12299
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12042
12300
  "kind": "BooleanLiteral",
12043
- "offset": 14441,
12301
+ "offset": 18057,
12044
12302
  "length": 5,
12045
12303
  "value": "false"
12046
12304
  },
12047
12305
  {
12048
12306
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12049
12307
  "kind": "Array",
12050
- "offset": 14505,
12308
+ "offset": 18121,
12051
12309
  "length": 2,
12052
12310
  "value": "[]"
12053
12311
  },
12054
12312
  {
12055
12313
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12056
12314
  "kind": "StringLiteral",
12057
- "offset": 14557,
12315
+ "offset": 18173,
12058
12316
  "length": 16,
12059
12317
  "value": "\"stt.tts.serial\""
12060
12318
  },
12061
12319
  {
12062
12320
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12063
12321
  "kind": "BooleanLiteral",
12064
- "offset": 14646,
12322
+ "offset": 18262,
12065
12323
  "length": 5,
12066
12324
  "value": "false"
12067
12325
  },
12068
12326
  {
12069
12327
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12070
12328
  "kind": "IntegerLiteral",
12071
- "offset": 14711,
12329
+ "offset": 18327,
12072
12330
  "length": 1,
12073
12331
  "value": "0"
12074
12332
  },
12075
12333
  {
12076
12334
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12077
12335
  "kind": "FloatLiteral",
12078
- "offset": 14772,
12336
+ "offset": 18388,
12079
12337
  "length": 4,
12080
12338
  "value": "0.30"
12081
12339
  },
12082
12340
  {
12083
12341
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12084
12342
  "kind": "IntegerLiteral",
12085
- "offset": 14819,
12343
+ "offset": 18435,
12086
12344
  "length": 1,
12087
12345
  "value": "0"
12088
12346
  },
12089
12347
  {
12090
12348
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12091
12349
  "kind": "IntegerLiteral",
12092
- "offset": 14918,
12350
+ "offset": 18534,
12093
12351
  "length": 1,
12094
12352
  "value": "0"
12095
12353
  },
12096
12354
  {
12097
12355
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12098
12356
  "kind": "StringLiteral",
12099
- "offset": 15003,
12357
+ "offset": 18619,
12100
12358
  "length": 7,
12101
12359
  "value": "\"unset\""
12102
12360
  },
12103
12361
  {
12104
12362
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12105
12363
  "kind": "IntegerLiteral",
12106
- "offset": 15062,
12364
+ "offset": 18678,
12107
12365
  "length": 1,
12108
12366
  "value": "0"
12109
12367
  },
12110
12368
  {
12111
12369
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12112
12370
  "kind": "BooleanLiteral",
12113
- "offset": 15107,
12371
+ "offset": 18723,
12114
12372
  "length": 5,
12115
12373
  "value": "false"
12116
12374
  },
12117
12375
  {
12118
12376
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12119
12377
  "kind": "IntegerLiteral",
12120
- "offset": 15169,
12378
+ "offset": 18785,
12121
12379
  "length": 1,
12122
12380
  "value": "0"
12123
12381
  },
12124
12382
  {
12125
12383
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12126
12384
  "kind": "IntegerLiteral",
12127
- "offset": 15214,
12385
+ "offset": 18830,
12128
12386
  "length": 1,
12129
12387
  "value": "0"
12130
12388
  },
12131
12389
  {
12132
12390
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12133
12391
  "kind": "FloatLiteral",
12134
- "offset": 15298,
12392
+ "offset": 18914,
12135
12393
  "length": 3,
12136
12394
  "value": "1.0"
12137
12395
  },
12138
12396
  {
12139
12397
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12140
12398
  "kind": "FloatLiteral",
12141
- "offset": 15388,
12399
+ "offset": 19004,
12142
12400
  "length": 3,
12143
12401
  "value": "5.0"
12144
12402
  },
12145
12403
  {
12146
12404
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12147
12405
  "kind": "IntegerLiteral",
12148
- "offset": 15462,
12406
+ "offset": 19078,
12149
12407
  "length": 1,
12150
12408
  "value": "2"
12151
12409
  },
12152
12410
  {
12153
12411
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12154
12412
  "kind": "BooleanLiteral",
12155
- "offset": 15570,
12413
+ "offset": 19186,
12156
12414
  "length": 5,
12157
12415
  "value": "false"
12158
12416
  },
12159
12417
  {
12160
12418
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12161
12419
  "kind": "BooleanLiteral",
12162
- "offset": 15621,
12420
+ "offset": 19237,
12163
12421
  "length": 5,
12164
12422
  "value": "false"
12165
12423
  },
12166
12424
  {
12167
12425
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12168
12426
  "kind": "BooleanLiteral",
12169
- "offset": 15682,
12427
+ "offset": 19298,
12170
12428
  "length": 5,
12171
12429
  "value": "false"
12172
12430
  },
12173
12431
  {
12174
12432
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12175
12433
  "kind": "IntegerLiteral",
12176
- "offset": 15745,
12434
+ "offset": 19361,
12177
12435
  "length": 1,
12178
12436
  "value": "0"
12179
12437
  },
12180
12438
  {
12181
12439
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12182
12440
  "kind": "BooleanLiteral",
12183
- "offset": 15840,
12441
+ "offset": 19456,
12184
12442
  "length": 5,
12185
12443
  "value": "false"
12186
12444
  },
12187
12445
  {
12188
12446
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12189
12447
  "kind": "IntegerLiteral",
12190
- "offset": 15915,
12448
+ "offset": 19531,
12191
12449
  "length": 1,
12192
12450
  "value": "0"
12193
12451
  },
12194
12452
  {
12195
12453
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12196
12454
  "kind": "BooleanLiteral",
12197
- "offset": 15951,
12455
+ "offset": 19567,
12198
12456
  "length": 5,
12199
12457
  "value": "false"
12200
12458
  },
12201
12459
  {
12202
12460
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12203
12461
  "kind": "StringLiteral",
12204
- "offset": 16218,
12462
+ "offset": 19834,
12205
12463
  "length": 14,
12206
12464
  "value": "\"stt.sv.queue\""
12207
12465
  },
12208
12466
  {
12209
12467
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12210
12468
  "kind": "IntegerLiteral",
12211
- "offset": 16492,
12469
+ "offset": 20108,
12212
12470
  "length": 1,
12213
12471
  "value": "0"
12214
12472
  },
12215
12473
  {
12216
12474
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12217
12475
  "kind": "Array",
12218
- "offset": 16552,
12476
+ "offset": 20168,
12219
12477
  "length": 2,
12220
12478
  "value": "[]"
12221
12479
  },
12222
12480
  {
12223
12481
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12224
12482
  "kind": "BooleanLiteral",
12225
- "offset": 16595,
12483
+ "offset": 20211,
12226
12484
  "length": 4,
12227
12485
  "value": "true"
12228
12486
  },
12229
12487
  {
12230
12488
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12231
12489
  "kind": "BooleanLiteral",
12232
- "offset": 16643,
12490
+ "offset": 20259,
12233
12491
  "length": 5,
12234
12492
  "value": "false"
12235
12493
  },
12236
12494
  {
12237
12495
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12238
12496
  "kind": "BooleanLiteral",
12239
- "offset": 16702,
12497
+ "offset": 20318,
12240
12498
  "length": 5,
12241
12499
  "value": "false"
12242
12500
  },
12243
12501
  {
12244
12502
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12245
12503
  "kind": "Array",
12246
- "offset": 16768,
12504
+ "offset": 20384,
12247
12505
  "length": 2,
12248
12506
  "value": "[]"
12249
12507
  },
12250
12508
  {
12251
12509
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12252
12510
  "kind": "IntegerLiteral",
12253
- "offset": 16868,
12511
+ "offset": 20484,
12254
12512
  "length": 1,
12255
12513
  "value": "0"
12256
12514
  },
12257
12515
  {
12258
12516
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12259
12517
  "kind": "IntegerLiteral",
12260
- "offset": 16917,
12518
+ "offset": 20533,
12261
12519
  "length": 1,
12262
12520
  "value": "0"
12263
12521
  },
12264
12522
  {
12265
12523
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12266
12524
  "kind": "BooleanLiteral",
12267
- "offset": 16970,
12525
+ "offset": 20586,
12268
12526
  "length": 5,
12269
12527
  "value": "false"
12270
12528
  },
12271
12529
  {
12272
12530
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12273
12531
  "kind": "FloatLiteral",
12274
- "offset": 17024,
12532
+ "offset": 20640,
12275
12533
  "length": 3,
12276
12534
  "value": "1.0"
12277
12535
  },
12278
12536
  {
12279
12537
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12280
12538
  "kind": "IntegerLiteral",
12281
- "offset": 17082,
12539
+ "offset": 20698,
12282
12540
  "length": 1,
12283
12541
  "value": "0"
12284
12542
  },
12285
12543
  {
12286
12544
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12287
12545
  "kind": "IntegerLiteral",
12288
- "offset": 17138,
12546
+ "offset": 20754,
12289
12547
  "length": 1,
12290
12548
  "value": "0"
12291
12549
  },
12292
12550
  {
12293
12551
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12294
12552
  "kind": "IntegerLiteral",
12295
- "offset": 17199,
12553
+ "offset": 20815,
12296
12554
  "length": 1,
12297
12555
  "value": "0"
12298
12556
  },
12299
12557
  {
12300
12558
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12301
12559
  "kind": "IntegerLiteral",
12302
- "offset": 17260,
12560
+ "offset": 20876,
12303
12561
  "length": 1,
12304
12562
  "value": "0"
12305
12563
  },
12306
12564
  {
12307
12565
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12308
- "kind": "Array",
12309
- "offset": 17322,
12310
- "length": 2,
12311
- "value": "[]"
12566
+ "kind": "IntegerLiteral",
12567
+ "offset": 21010,
12568
+ "length": 1,
12569
+ "value": "0"
12312
12570
  },
12313
12571
  {
12314
12572
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12315
12573
  "kind": "IntegerLiteral",
12316
- "offset": 17382,
12574
+ "offset": 21074,
12317
12575
  "length": 1,
12318
12576
  "value": "0"
12319
12577
  },
12320
12578
  {
12321
12579
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12322
12580
  "kind": "IntegerLiteral",
12323
- "offset": 17445,
12581
+ "offset": 21137,
12324
12582
  "length": 1,
12325
12583
  "value": "0"
12326
12584
  },
12327
12585
  {
12328
12586
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12329
12587
  "kind": "IntegerLiteral",
12330
- "offset": 17603,
12588
+ "offset": 21295,
12331
12589
  "length": 1,
12332
12590
  "value": "0"
12333
12591
  },
12334
12592
  {
12335
12593
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12336
12594
  "kind": "BooleanLiteral",
12337
- "offset": 17653,
12595
+ "offset": 21345,
12338
12596
  "length": 5,
12339
12597
  "value": "false"
12340
12598
  },
12341
12599
  {
12342
12600
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12343
12601
  "kind": "IntegerLiteral",
12344
- "offset": 18022,
12602
+ "offset": 21714,
12345
12603
  "length": 1,
12346
12604
  "value": "0"
12347
12605
  },
12348
12606
  {
12349
12607
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12350
12608
  "kind": "BooleanLiteral",
12351
- "offset": 18082,
12609
+ "offset": 21774,
12352
12610
  "length": 5,
12353
12611
  "value": "false"
12354
12612
  },
12355
12613
  {
12356
12614
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12357
12615
  "kind": "IntegerLiteral",
12358
- "offset": 18393,
12616
+ "offset": 22085,
12359
12617
  "length": 1,
12360
12618
  "value": "0"
12361
12619
  },
12362
12620
  {
12363
12621
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12364
12622
  "kind": "Array",
12365
- "offset": 18505,
12623
+ "offset": 22197,
12366
12624
  "length": 2,
12367
12625
  "value": "[]"
12368
12626
  },
12369
12627
  {
12370
12628
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12371
12629
  "kind": "IntegerLiteral",
12372
- "offset": 18609,
12630
+ "offset": 22301,
12373
12631
  "length": 1,
12374
12632
  "value": "0"
12375
12633
  },
12376
12634
  {
12377
12635
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12378
12636
  "kind": "IntegerLiteral",
12379
- "offset": 18660,
12637
+ "offset": 22352,
12380
12638
  "length": 1,
12381
12639
  "value": "0"
12382
12640
  },
12383
12641
  {
12384
12642
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12385
12643
  "kind": "IntegerLiteral",
12386
- "offset": 18715,
12644
+ "offset": 22407,
12387
12645
  "length": 1,
12388
12646
  "value": "0"
12389
12647
  },
12390
12648
  {
12391
12649
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12392
12650
  "kind": "IntegerLiteral",
12393
- "offset": 18766,
12651
+ "offset": 22458,
12394
12652
  "length": 1,
12395
12653
  "value": "0"
12396
12654
  },
12397
12655
  {
12398
12656
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12399
12657
  "kind": "IntegerLiteral",
12400
- "offset": 18826,
12658
+ "offset": 22518,
12401
12659
  "length": 1,
12402
12660
  "value": "0"
12403
12661
  },
12404
12662
  {
12405
12663
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12406
12664
  "kind": "FloatLiteral",
12407
- "offset": 18894,
12665
+ "offset": 22586,
12408
12666
  "length": 4,
12409
12667
  "value": "0.75"
12410
12668
  },
12411
12669
  {
12412
12670
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12413
12671
  "kind": "BooleanLiteral",
12414
- "offset": 18947,
12672
+ "offset": 22639,
12415
12673
  "length": 5,
12416
12674
  "value": "false"
12417
12675
  },
12418
12676
  {
12419
12677
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12420
12678
  "kind": "IntegerLiteral",
12421
- "offset": 19071,
12679
+ "offset": 22763,
12422
12680
  "length": 1,
12423
12681
  "value": "0"
12424
12682
  },
12425
12683
  {
12426
12684
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12427
12685
  "kind": "IntegerLiteral",
12428
- "offset": 19126,
12686
+ "offset": 22818,
12429
12687
  "length": 1,
12430
12688
  "value": "0"
12431
12689
  },
12432
12690
  {
12433
12691
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12434
12692
  "kind": "IntegerLiteral",
12435
- "offset": 19192,
12693
+ "offset": 22884,
12436
12694
  "length": 1,
12437
12695
  "value": "0"
12438
12696
  },
12439
12697
  {
12440
12698
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12441
12699
  "kind": "IntegerLiteral",
12442
- "offset": 19257,
12700
+ "offset": 22949,
12443
12701
  "length": 1,
12444
12702
  "value": "0"
12445
12703
  },
12446
12704
  {
12447
12705
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12448
12706
  "kind": "FloatLiteral",
12449
- "offset": 19328,
12707
+ "offset": 23020,
12450
12708
  "length": 4,
12451
12709
  "value": "0.20"
12452
12710
  },
12453
12711
  {
12454
12712
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12455
12713
  "kind": "BooleanLiteral",
12456
- "offset": 24765,
12714
+ "offset": 28457,
12457
12715
  "length": 5,
12458
12716
  "value": "false"
12459
12717
  },
12460
12718
  {
12461
12719
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12462
12720
  "kind": "BooleanLiteral",
12463
- "offset": 25032,
12721
+ "offset": 28724,
12464
12722
  "length": 5,
12465
12723
  "value": "false"
12466
12724
  },
12467
12725
  {
12468
12726
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12469
12727
  "kind": "Array",
12470
- "offset": 37892,
12728
+ "offset": 41584,
12471
12729
  "length": 203,
12472
12730
  "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
12473
12731
  },
12474
12732
  {
12475
12733
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12476
12734
  "kind": "StringLiteral",
12477
- "offset": 70432,
12735
+ "offset": 74124,
12478
12736
  "length": 12,
12479
12737
  "value": "\"pollOnMain\""
12480
12738
  },
12481
12739
  {
12482
12740
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12483
12741
  "kind": "IntegerLiteral",
12484
- "offset": 79513,
12742
+ "offset": 83205,
12485
12743
  "length": 1,
12486
12744
  "value": "0"
12487
12745
  },
12488
12746
  {
12489
12747
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12490
12748
  "kind": "StringLiteral",
12491
- "offset": 79822,
12749
+ "offset": 83514,
12492
12750
  "length": 13,
12493
12751
  "value": "\"unspecified\""
12494
12752
  },
12495
12753
  {
12496
12754
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12497
12755
  "kind": "BooleanLiteral",
12498
- "offset": 80581,
12756
+ "offset": 84273,
12499
12757
  "length": 5,
12500
12758
  "value": "false"
12501
12759
  },
12502
12760
  {
12503
12761
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12504
12762
  "kind": "BooleanLiteral",
12505
- "offset": 82129,
12763
+ "offset": 85821,
12506
12764
  "length": 4,
12507
12765
  "value": "true"
12508
12766
  },
12509
12767
  {
12510
12768
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12511
12769
  "kind": "IntegerLiteral",
12512
- "offset": 82926,
12770
+ "offset": 86618,
12513
12771
  "length": 1,
12514
12772
  "value": "0"
12515
12773
  },
12516
12774
  {
12517
12775
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12518
12776
  "kind": "BooleanLiteral",
12519
- "offset": 100456,
12777
+ "offset": 104148,
12520
12778
  "length": 4,
12521
12779
  "value": "true"
12522
12780
  },
12523
12781
  {
12524
12782
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12525
12783
  "kind": "BooleanLiteral",
12526
- "offset": 107549,
12784
+ "offset": 111629,
12527
12785
  "length": 4,
12528
12786
  "value": "true"
12529
12787
  },
12530
12788
  {
12531
12789
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12532
12790
  "kind": "BooleanLiteral",
12533
- "offset": 112038,
12791
+ "offset": 116118,
12534
12792
  "length": 4,
12535
12793
  "value": "true"
12536
12794
  },
12537
12795
  {
12538
12796
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12539
12797
  "kind": "IntegerLiteral",
12540
- "offset": 113466,
12798
+ "offset": 117546,
12541
12799
  "length": 1,
12542
12800
  "value": "3"
12543
12801
  },
12544
12802
  {
12545
12803
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12546
12804
  "kind": "FloatLiteral",
12547
- "offset": 113538,
12805
+ "offset": 117618,
12548
12806
  "length": 4,
12549
12807
  "value": "0.20"
12550
12808
  },
12551
12809
  {
12552
12810
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12553
12811
  "kind": "IntegerLiteral",
12554
- "offset": 130930,
12812
+ "offset": 135010,
12555
12813
  "length": 1,
12556
12814
  "value": "2"
12557
12815
  },
12558
12816
  {
12559
12817
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12560
12818
  "kind": "Dictionary",
12561
- "offset": 130993,
12819
+ "offset": 135073,
12562
12820
  "length": 181,
12563
12821
  "value": "[(\"zero\", \"0\"), (\"oh\", \"0\"), (\"o\", \"0\"), (\"one\", \"1\"), (\"two\", \"2\"), (\"three\", \"3\"), (\"four\", \"4\"), (\"five\", \"5\"), (\"six\", \"6\"), (\"seven\", \"7\"), (\"eight\", \"8\"), (\"nine\", \"9\")]"
12564
12822
  },
12565
12823
  {
12566
12824
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12567
12825
  "kind": "BooleanLiteral",
12568
- "offset": 136173,
12826
+ "offset": 140280,
12569
12827
  "length": 5,
12570
12828
  "value": "false"
12571
12829
  },
12572
12830
  {
12573
12831
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12574
12832
  "kind": "FloatLiteral",
12575
- "offset": 155183,
12833
+ "offset": 159290,
12576
12834
  "length": 3,
12577
12835
  "value": "0.7"
12578
12836
  },
12579
12837
  {
12580
12838
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12581
12839
  "kind": "IntegerLiteral",
12582
- "offset": 201055,
12840
+ "offset": 205860,
12583
12841
  "length": 1,
12584
12842
  "value": "0"
12585
12843
  },
12586
12844
  {
12587
12845
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12588
12846
  "kind": "Array",
12589
- "offset": 201071,
12847
+ "offset": 205876,
12590
12848
  "length": 2,
12591
12849
  "value": "[]"
12592
12850
  },
12593
12851
  {
12594
12852
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12595
12853
  "kind": "IntegerLiteral",
12596
- "offset": 201123,
12854
+ "offset": 205928,
12597
12855
  "length": 1,
12598
12856
  "value": "0"
12599
12857
  },
12600
12858
  {
12601
12859
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12602
12860
  "kind": "IntegerLiteral",
12603
- "offset": 201262,
12861
+ "offset": 206067,
12604
12862
  "length": 1,
12605
12863
  "value": "0"
12606
12864
  },
12607
12865
  {
12608
12866
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12609
12867
  "kind": "IntegerLiteral",
12610
- "offset": 201487,
12868
+ "offset": 206292,
12611
12869
  "length": 1,
12612
12870
  "value": "0"
12613
12871
  },
12614
12872
  {
12615
12873
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12616
12874
  "kind": "Array",
12617
- "offset": 201681,
12875
+ "offset": 206486,
12618
12876
  "length": 2,
12619
12877
  "value": "[]"
12620
12878
  },
@@ -12744,1536 +13002,1606 @@
12744
13002
  "length": 5,
12745
13003
  "value": "false"
12746
13004
  },
13005
+ {
13006
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13007
+ "kind": "IntegerLiteral",
13008
+ "offset": 18337,
13009
+ "length": 1,
13010
+ "value": "0"
13011
+ },
13012
+ {
13013
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13014
+ "kind": "IntegerLiteral",
13015
+ "offset": 19256,
13016
+ "length": 6,
13017
+ "value": "48000"
13018
+ },
13019
+ {
13020
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13021
+ "kind": "IntegerLiteral",
13022
+ "offset": 20995,
13023
+ "length": 1,
13024
+ "value": "1"
13025
+ },
13026
+ {
13027
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13028
+ "kind": "StringLiteral",
13029
+ "offset": 21280,
13030
+ "length": 103,
13031
+ "value": "\"[TTS][WakeWordDuringTTS] restore scheduled generation=\""
13032
+ },
13033
+ {
13034
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13035
+ "kind": "StringLiteral",
13036
+ "offset": 21348,
13037
+ "length": 7,
13038
+ "value": "\" delayMs=\""
13039
+ },
13040
+ {
13041
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13042
+ "kind": "StringLiteral",
13043
+ "offset": 21382,
13044
+ "length": 2,
13045
+ "value": "\"\""
13046
+ },
13047
+ {
13048
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13049
+ "kind": "FloatLiteral",
13050
+ "offset": 21435,
13051
+ "length": 7,
13052
+ "value": "1000.0"
13053
+ },
13054
+ {
13055
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13056
+ "kind": "BooleanLiteral",
13057
+ "offset": 21660,
13058
+ "length": 5,
13059
+ "value": "false"
13060
+ },
13061
+ {
13062
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13063
+ "kind": "StringLiteral",
13064
+ "offset": 21797,
13065
+ "length": 60,
13066
+ "value": "\"[TTS][WakeWordDuringTTS] restored generation=\""
13067
+ },
12747
13068
  {
12748
13069
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12749
13070
  "kind": "StringLiteral",
12750
- "offset": 21673,
13071
+ "offset": 21856,
13072
+ "length": 2,
13073
+ "value": "\"\""
13074
+ },
13075
+ {
13076
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13077
+ "kind": "StringLiteral",
13078
+ "offset": 27560,
12751
13079
  "length": 19,
12752
13080
  "value": "\"swift.sound.queue\""
12753
13081
  },
12754
13082
  {
12755
13083
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12756
13084
  "kind": "Array",
12757
- "offset": 21730,
13085
+ "offset": 27617,
12758
13086
  "length": 2,
12759
13087
  "value": "[]"
12760
13088
  },
12761
13089
  {
12762
13090
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12763
13091
  "kind": "FloatLiteral",
12764
- "offset": 55406,
13092
+ "offset": 62224,
12765
13093
  "length": 4,
12766
13094
  "value": "0.95"
12767
13095
  },
12768
13096
  {
12769
13097
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12770
13098
  "kind": "FloatLiteral",
12771
- "offset": 55429,
13099
+ "offset": 62247,
12772
13100
  "length": 3,
12773
13101
  "value": "5.0"
12774
13102
  },
12775
13103
  {
12776
13104
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12777
13105
  "kind": "IntegerLiteral",
12778
- "offset": 55552,
13106
+ "offset": 62370,
12779
13107
  "length": 1,
12780
13108
  "value": "0"
12781
13109
  },
12782
13110
  {
12783
13111
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12784
13112
  "kind": "IntegerLiteral",
12785
- "offset": 55588,
13113
+ "offset": 62406,
12786
13114
  "length": 1,
12787
13115
  "value": "0"
12788
13116
  },
12789
13117
  {
12790
13118
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12791
13119
  "kind": "IntegerLiteral",
12792
- "offset": 55610,
13120
+ "offset": 62428,
12793
13121
  "length": 1,
12794
13122
  "value": "1"
12795
13123
  },
12796
13124
  {
12797
13125
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12798
13126
  "kind": "IntegerLiteral",
12799
- "offset": 55650,
13127
+ "offset": 62468,
12800
13128
  "length": 1,
12801
13129
  "value": "0"
12802
13130
  },
12803
13131
  {
12804
13132
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12805
13133
  "kind": "FloatLiteral",
12806
- "offset": 55689,
13134
+ "offset": 62507,
12807
13135
  "length": 3,
12808
13136
  "value": "8.0"
12809
13137
  },
12810
13138
  {
12811
13139
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12812
13140
  "kind": "IntegerLiteral",
12813
- "offset": 55731,
13141
+ "offset": 62549,
12814
13142
  "length": 1,
12815
13143
  "value": "1"
12816
13144
  },
12817
13145
  {
12818
13146
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12819
13147
  "kind": "IntegerLiteral",
12820
- "offset": 55742,
13148
+ "offset": 62560,
12821
13149
  "length": 1,
12822
13150
  "value": "1"
12823
13151
  },
12824
13152
  {
12825
13153
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12826
13154
  "kind": "FloatLiteral",
12827
- "offset": 55785,
13155
+ "offset": 62603,
12828
13156
  "length": 4,
12829
13157
  "value": "-1.0"
12830
13158
  },
12831
13159
  {
12832
13160
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12833
13161
  "kind": "FloatLiteral",
12834
- "offset": 55803,
13162
+ "offset": 62621,
12835
13163
  "length": 3,
12836
13164
  "value": "1.0"
12837
13165
  },
12838
13166
  {
12839
13167
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12840
13168
  "kind": "IntegerLiteral",
12841
- "offset": 55830,
13169
+ "offset": 62648,
12842
13170
  "length": 1,
12843
13171
  "value": "1"
12844
13172
  },
12845
13173
  {
12846
13174
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12847
13175
  "kind": "IntegerLiteral",
12848
- "offset": 55847,
13176
+ "offset": 62665,
12849
13177
  "length": 1,
12850
13178
  "value": "1"
12851
13179
  },
12852
13180
  {
12853
13181
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12854
13182
  "kind": "IntegerLiteral",
12855
- "offset": 55956,
13183
+ "offset": 62774,
12856
13184
  "length": 1,
12857
13185
  "value": "2"
12858
13186
  },
12859
13187
  {
12860
13188
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12861
13189
  "kind": "FloatLiteral",
12862
- "offset": 55976,
13190
+ "offset": 62794,
12863
13191
  "length": 6,
12864
13192
  "value": "1000.0"
12865
13193
  },
12866
13194
  {
12867
13195
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12868
13196
  "kind": "IntegerLiteral",
12869
- "offset": 56000,
13197
+ "offset": 62818,
12870
13198
  "length": 1,
12871
13199
  "value": "0"
12872
13200
  },
12873
13201
  {
12874
13202
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12875
13203
  "kind": "IntegerLiteral",
12876
- "offset": 56031,
13204
+ "offset": 62849,
12877
13205
  "length": 1,
12878
13206
  "value": "0"
12879
13207
  },
12880
13208
  {
12881
13209
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12882
13210
  "kind": "IntegerLiteral",
12883
- "offset": 56107,
13211
+ "offset": 62925,
12884
13212
  "length": 1,
12885
13213
  "value": "1"
12886
13214
  },
12887
13215
  {
12888
13216
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12889
13217
  "kind": "StringLiteral",
12890
- "offset": 64104,
13218
+ "offset": 70922,
12891
13219
  "length": 2,
12892
13220
  "value": "\"\""
12893
13221
  },
12894
13222
  {
12895
13223
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12896
13224
  "kind": "BooleanLiteral",
12897
- "offset": 65538,
13225
+ "offset": 72356,
12898
13226
  "length": 5,
12899
13227
  "value": "false"
12900
13228
  },
12901
13229
  {
12902
13230
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12903
13231
  "kind": "BooleanLiteral",
12904
- "offset": 65608,
13232
+ "offset": 72426,
12905
13233
  "length": 4,
12906
13234
  "value": "true"
12907
13235
  },
12908
13236
  {
12909
13237
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12910
13238
  "kind": "IntegerLiteral",
12911
- "offset": 66166,
13239
+ "offset": 72984,
12912
13240
  "length": 8,
12913
13241
  "value": "1"
12914
13242
  },
12915
13243
  {
12916
13244
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12917
13245
  "kind": "BooleanLiteral",
12918
- "offset": 66210,
13246
+ "offset": 73028,
12919
13247
  "length": 5,
12920
13248
  "value": "false"
12921
13249
  },
12922
13250
  {
12923
13251
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12924
13252
  "kind": "StringLiteral",
12925
- "offset": 66334,
13253
+ "offset": 73152,
12926
13254
  "length": 21,
12927
13255
  "value": "\"davtts.v2.inference\""
12928
13256
  },
12929
13257
  {
12930
13258
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12931
13259
  "kind": "IntegerLiteral",
12932
- "offset": 68722,
13260
+ "offset": 75548,
12933
13261
  "length": 1,
12934
13262
  "value": "0"
12935
13263
  },
12936
13264
  {
12937
13265
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12938
13266
  "kind": "BooleanLiteral",
12939
- "offset": 68747,
13267
+ "offset": 75573,
12940
13268
  "length": 5,
12941
13269
  "value": "false"
12942
13270
  },
12943
13271
  {
12944
13272
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12945
13273
  "kind": "BooleanLiteral",
12946
- "offset": 68782,
13274
+ "offset": 75608,
12947
13275
  "length": 5,
12948
13276
  "value": "false"
12949
13277
  },
12950
13278
  {
12951
13279
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12952
13280
  "kind": "StringLiteral",
12953
- "offset": 69032,
13281
+ "offset": 75858,
12954
13282
  "length": 16,
12955
13283
  "value": "\"davtts.control\""
12956
13284
  },
12957
13285
  {
12958
13286
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12959
13287
  "kind": "BooleanLiteral",
12960
- "offset": 69109,
13288
+ "offset": 75935,
12961
13289
  "length": 5,
12962
13290
  "value": "false"
12963
13291
  },
12964
13292
  {
12965
13293
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12966
13294
  "kind": "BooleanLiteral",
12967
- "offset": 69143,
13295
+ "offset": 75969,
12968
13296
  "length": 5,
12969
13297
  "value": "false"
12970
13298
  },
12971
13299
  {
12972
13300
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12973
13301
  "kind": "IntegerLiteral",
12974
- "offset": 70904,
13302
+ "offset": 77730,
12975
13303
  "length": 1,
12976
13304
  "value": "0"
12977
13305
  },
12978
13306
  {
12979
13307
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12980
13308
  "kind": "IntegerLiteral",
12981
- "offset": 70919,
13309
+ "offset": 77745,
12982
13310
  "length": 1,
12983
13311
  "value": "0"
12984
13312
  },
12985
13313
  {
12986
13314
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12987
13315
  "kind": "FloatLiteral",
12988
- "offset": 72635,
13316
+ "offset": 79461,
12989
13317
  "length": 4,
12990
13318
  "value": "10.0"
12991
13319
  },
12992
13320
  {
12993
13321
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12994
13322
  "kind": "FloatLiteral",
12995
- "offset": 72648,
13323
+ "offset": 79474,
12996
13324
  "length": 4,
12997
13325
  "value": "40.0"
12998
13326
  },
12999
13327
  {
13000
13328
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13001
13329
  "kind": "FloatLiteral",
13002
- "offset": 72667,
13330
+ "offset": 79493,
13003
13331
  "length": 3,
13004
13332
  "value": "2.0"
13005
13333
  },
13006
13334
  {
13007
13335
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13008
13336
  "kind": "IntegerLiteral",
13009
- "offset": 72753,
13337
+ "offset": 79579,
13010
13338
  "length": 1,
13011
13339
  "value": "2"
13012
13340
  },
13013
13341
  {
13014
13342
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13015
13343
  "kind": "IntegerLiteral",
13016
- "offset": 72768,
13344
+ "offset": 79594,
13017
13345
  "length": 1,
13018
13346
  "value": "1"
13019
13347
  },
13020
13348
  {
13021
13349
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13022
13350
  "kind": "IntegerLiteral",
13023
- "offset": 72774,
13351
+ "offset": 79600,
13024
13352
  "length": 1,
13025
13353
  "value": "1"
13026
13354
  },
13027
13355
  {
13028
13356
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13029
13357
  "kind": "IntegerLiteral",
13030
- "offset": 72784,
13358
+ "offset": 79610,
13031
13359
  "length": 1,
13032
13360
  "value": "1"
13033
13361
  },
13034
13362
  {
13035
13363
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13036
13364
  "kind": "IntegerLiteral",
13037
- "offset": 72789,
13365
+ "offset": 79615,
13038
13366
  "length": 1,
13039
13367
  "value": "2"
13040
13368
  },
13041
13369
  {
13042
13370
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13043
13371
  "kind": "IntegerLiteral",
13044
- "offset": 72813,
13372
+ "offset": 79639,
13045
13373
  "length": 1,
13046
13374
  "value": "1"
13047
13375
  },
13048
13376
  {
13049
13377
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13050
13378
  "kind": "IntegerLiteral",
13051
- "offset": 72821,
13379
+ "offset": 79647,
13052
13380
  "length": 1,
13053
13381
  "value": "1"
13054
13382
  },
13055
13383
  {
13056
13384
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13057
13385
  "kind": "IntegerLiteral",
13058
- "offset": 72831,
13386
+ "offset": 79657,
13059
13387
  "length": 1,
13060
13388
  "value": "2"
13061
13389
  },
13062
13390
  {
13063
13391
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13064
13392
  "kind": "IntegerLiteral",
13065
- "offset": 72862,
13393
+ "offset": 79688,
13066
13394
  "length": 2,
13067
13395
  "value": "-2"
13068
13396
  },
13069
13397
  {
13070
13398
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13071
13399
  "kind": "IntegerLiteral",
13072
- "offset": 72872,
13400
+ "offset": 79698,
13073
13401
  "length": 1,
13074
13402
  "value": "1"
13075
13403
  },
13076
13404
  {
13077
13405
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13078
13406
  "kind": "IntegerLiteral",
13079
- "offset": 72880,
13407
+ "offset": 79706,
13080
13408
  "length": 1,
13081
13409
  "value": "1"
13082
13410
  },
13083
13411
  {
13084
13412
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13085
13413
  "kind": "IntegerLiteral",
13086
- "offset": 72910,
13414
+ "offset": 79736,
13087
13415
  "length": 1,
13088
13416
  "value": "1"
13089
13417
  },
13090
13418
  {
13091
13419
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13092
13420
  "kind": "IntegerLiteral",
13093
- "offset": 72918,
13421
+ "offset": 79744,
13094
13422
  "length": 1,
13095
13423
  "value": "1"
13096
13424
  },
13097
13425
  {
13098
13426
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13099
13427
  "kind": "IntegerLiteral",
13100
- "offset": 72928,
13428
+ "offset": 79754,
13101
13429
  "length": 1,
13102
13430
  "value": "2"
13103
13431
  },
13104
13432
  {
13105
13433
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13106
13434
  "kind": "IntegerLiteral",
13107
- "offset": 72962,
13435
+ "offset": 79788,
13108
13436
  "length": 1,
13109
13437
  "value": "1"
13110
13438
  },
13111
13439
  {
13112
13440
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13113
13441
  "kind": "IntegerLiteral",
13114
- "offset": 72970,
13442
+ "offset": 79796,
13115
13443
  "length": 1,
13116
13444
  "value": "1"
13117
13445
  },
13118
13446
  {
13119
13447
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13120
13448
  "kind": "IntegerLiteral",
13121
- "offset": 72980,
13449
+ "offset": 79806,
13122
13450
  "length": 1,
13123
13451
  "value": "2"
13124
13452
  },
13125
13453
  {
13126
13454
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13127
13455
  "kind": "IntegerLiteral",
13128
- "offset": 73010,
13456
+ "offset": 79836,
13129
13457
  "length": 1,
13130
13458
  "value": "2"
13131
13459
  },
13132
13460
  {
13133
13461
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13134
13462
  "kind": "IntegerLiteral",
13135
- "offset": 73017,
13463
+ "offset": 79843,
13136
13464
  "length": 1,
13137
13465
  "value": "1"
13138
13466
  },
13139
13467
  {
13140
13468
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13141
13469
  "kind": "IntegerLiteral",
13142
- "offset": 73025,
13470
+ "offset": 79851,
13143
13471
  "length": 1,
13144
13472
  "value": "1"
13145
13473
  },
13146
13474
  {
13147
13475
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13148
13476
  "kind": "IntegerLiteral",
13149
- "offset": 73051,
13477
+ "offset": 79877,
13150
13478
  "length": 1,
13151
13479
  "value": "1"
13152
13480
  },
13153
13481
  {
13154
13482
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13155
13483
  "kind": "IntegerLiteral",
13156
- "offset": 73059,
13484
+ "offset": 79885,
13157
13485
  "length": 1,
13158
13486
  "value": "1"
13159
13487
  },
13160
13488
  {
13161
13489
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13162
13490
  "kind": "IntegerLiteral",
13163
- "offset": 73069,
13491
+ "offset": 79895,
13164
13492
  "length": 1,
13165
13493
  "value": "2"
13166
13494
  },
13167
13495
  {
13168
13496
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13169
13497
  "kind": "IntegerLiteral",
13170
- "offset": 80391,
13498
+ "offset": 87217,
13171
13499
  "length": 6,
13172
13500
  "value": "16000"
13173
13501
  },
13174
13502
  {
13175
13503
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13176
13504
  "kind": "IntegerLiteral",
13177
- "offset": 80413,
13505
+ "offset": 87239,
13178
13506
  "length": 2,
13179
13507
  "value": "20"
13180
13508
  },
13181
13509
  {
13182
13510
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13183
13511
  "kind": "IntegerLiteral",
13184
- "offset": 81997,
13512
+ "offset": 88823,
13185
13513
  "length": 1,
13186
13514
  "value": "0"
13187
13515
  },
13188
13516
  {
13189
13517
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13190
13518
  "kind": "IntegerLiteral",
13191
- "offset": 83404,
13519
+ "offset": 90230,
13192
13520
  "length": 1,
13193
13521
  "value": "0"
13194
13522
  },
13195
13523
  {
13196
13524
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13197
13525
  "kind": "IntegerLiteral",
13198
- "offset": 85310,
13526
+ "offset": 92136,
13199
13527
  "length": 2,
13200
13528
  "value": "-1"
13201
13529
  },
13202
13530
  {
13203
13531
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13204
13532
  "kind": "StringLiteral",
13205
- "offset": 85367,
13533
+ "offset": 92193,
13206
13534
  "length": 2,
13207
13535
  "value": "\"\""
13208
13536
  },
13209
13537
  {
13210
13538
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13211
13539
  "kind": "IntegerLiteral",
13212
- "offset": 85522,
13540
+ "offset": 92348,
13213
13541
  "length": 2,
13214
13542
  "value": "-1"
13215
13543
  },
13216
13544
  {
13217
13545
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13218
13546
  "kind": "IntegerLiteral",
13219
- "offset": 85825,
13547
+ "offset": 92651,
13220
13548
  "length": 1,
13221
13549
  "value": "0"
13222
13550
  },
13223
13551
  {
13224
13552
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13225
13553
  "kind": "IntegerLiteral",
13226
- "offset": 85954,
13554
+ "offset": 92780,
13227
13555
  "length": 5,
13228
13556
  "value": "48000"
13229
13557
  },
13230
13558
  {
13231
13559
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13232
13560
  "kind": "IntegerLiteral",
13233
- "offset": 86042,
13561
+ "offset": 92868,
13234
13562
  "length": 2,
13235
13563
  "value": "-1"
13236
13564
  },
13237
13565
  {
13238
13566
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13239
13567
  "kind": "IntegerLiteral",
13240
- "offset": 86193,
13568
+ "offset": 93019,
13241
13569
  "length": 2,
13242
13570
  "value": "-1"
13243
13571
  },
13244
13572
  {
13245
13573
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13246
13574
  "kind": "StringLiteral",
13247
- "offset": 86722,
13575
+ "offset": 93548,
13248
13576
  "length": 3,
13249
13577
  "value": "\"_\""
13250
13578
  },
13251
13579
  {
13252
13580
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13253
13581
  "kind": "IntegerLiteral",
13254
- "offset": 86970,
13582
+ "offset": 93796,
13255
13583
  "length": 1,
13256
13584
  "value": "1"
13257
13585
  },
13258
13586
  {
13259
13587
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13260
13588
  "kind": "StringLiteral",
13261
- "offset": 87110,
13589
+ "offset": 93936,
13262
13590
  "length": 40,
13263
13591
  "value": "\"[TTS]: slice:'\""
13264
13592
  },
13265
13593
  {
13266
13594
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13267
13595
  "kind": "StringLiteral",
13268
- "offset": 87135,
13596
+ "offset": 93961,
13269
13597
  "length": 58,
13270
13598
  "value": "\"' lastScalar:\""
13271
13599
  },
13272
13600
  {
13273
13601
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13274
13602
  "kind": "IntegerLiteral",
13275
- "offset": 87190,
13603
+ "offset": 94016,
13276
13604
  "length": 2,
13277
13605
  "value": "-1"
13278
13606
  },
13279
13607
  {
13280
13608
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13281
13609
  "kind": "Array",
13282
- "offset": 87285,
13610
+ "offset": 94111,
13283
13611
  "length": 2,
13284
13612
  "value": "[]"
13285
13613
  },
13286
13614
  {
13287
13615
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13288
13616
  "kind": "StringLiteral",
13289
- "offset": 87432,
13617
+ "offset": 94258,
13290
13618
  "length": 12,
13291
13619
  "value": "\"DaVoiceTTS\""
13292
13620
  },
13293
13621
  {
13294
13622
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13295
13623
  "kind": "IntegerLiteral",
13296
- "offset": 87452,
13624
+ "offset": 94278,
13297
13625
  "length": 2,
13298
13626
  "value": "12"
13299
13627
  },
13300
13628
  {
13301
13629
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13302
13630
  "kind": "StringLiteral",
13303
- "offset": 87494,
13631
+ "offset": 94320,
13304
13632
  "length": 39,
13305
13633
  "value": "\"Davoice phonemizer is not initialized\""
13306
13634
  },
13307
13635
  {
13308
13636
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13309
13637
  "kind": "StringLiteral",
13310
- "offset": 88061,
13638
+ "offset": 94887,
13311
13639
  "length": 60,
13312
13640
  "value": "\"[swift-dav] [error] Davoice proprietary phonemizer failed:\""
13313
13641
  },
13314
13642
  {
13315
13643
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13316
13644
  "kind": "StringLiteral",
13317
- "offset": 88399,
13645
+ "offset": 95225,
13318
13646
  "length": 12,
13319
13647
  "value": "\"DaVoiceTTS\""
13320
13648
  },
13321
13649
  {
13322
13650
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13323
13651
  "kind": "IntegerLiteral",
13324
- "offset": 88435,
13652
+ "offset": 95261,
13325
13653
  "length": 2,
13326
13654
  "value": "14"
13327
13655
  },
13328
13656
  {
13329
13657
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13330
13658
  "kind": "StringLiteral",
13331
- "offset": 88493,
13659
+ "offset": 95319,
13332
13660
  "length": 118,
13333
13661
  "value": "\"The legacy libphonemes phonemizer is no longer supported. Use a model containing the Davoice JSON phonemizer assets.\""
13334
13662
  },
13335
13663
  {
13336
13664
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13337
13665
  "kind": "StringLiteral",
13338
- "offset": 88661,
13666
+ "offset": 95487,
13339
13667
  "length": 38,
13340
13668
  "value": "\"[swift-dav] [debug] Parsed phonemes:\""
13341
13669
  },
13342
13670
  {
13343
13671
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13344
13672
  "kind": "StringLiteral",
13345
- "offset": 88735,
13673
+ "offset": 95561,
13346
13674
  "length": 54,
13347
13675
  "value": "\"[swift-dav] [debug] Phoneme count: \""
13348
13676
  },
13349
13677
  {
13350
13678
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13351
13679
  "kind": "StringLiteral",
13352
- "offset": 88788,
13680
+ "offset": 95614,
13353
13681
  "length": 2,
13354
13682
  "value": "\"\""
13355
13683
  },
13356
13684
  {
13357
13685
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13358
13686
  "kind": "StringLiteral",
13359
- "offset": 88816,
13687
+ "offset": 95642,
13360
13688
  "length": 42,
13361
13689
  "value": "\"[swift-dav] [debug] Converting to IDs...\""
13362
13690
  },
13363
13691
  {
13364
13692
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13365
13693
  "kind": "StringLiteral",
13366
- "offset": 88950,
13694
+ "offset": 95776,
13367
13695
  "length": 51,
13368
13696
  "value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
13369
13697
  },
13370
13698
  {
13371
13699
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13372
13700
  "kind": "StringLiteral",
13373
- "offset": 89000,
13701
+ "offset": 95826,
13374
13702
  "length": 2,
13375
13703
  "value": "\"\""
13376
13704
  },
13377
13705
  {
13378
13706
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13379
13707
  "kind": "StringLiteral",
13380
- "offset": 89336,
13708
+ "offset": 96162,
13381
13709
  "length": 12,
13382
13710
  "value": "\"DaVoiceTTS\""
13383
13711
  },
13384
13712
  {
13385
13713
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13386
13714
  "kind": "IntegerLiteral",
13387
- "offset": 89376,
13715
+ "offset": 96202,
13388
13716
  "length": 1,
13389
13717
  "value": "3"
13390
13718
  },
13391
13719
  {
13392
13720
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13393
13721
  "kind": "StringLiteral",
13394
- "offset": 89461,
13722
+ "offset": 96287,
13395
13723
  "length": 109,
13396
13724
  "value": "\"No valid phoneme IDs found for input text. Likely proprietary phoneme\/token mismatch for the current model.\""
13397
13725
  },
13398
13726
  {
13399
13727
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13400
13728
  "kind": "StringLiteral",
13401
- "offset": 89622,
13729
+ "offset": 96448,
13402
13730
  "length": 82,
13403
13731
  "value": "\"[swift-dav] [error] Davoice proprietary phoneme\/token mismatch. Parsed phonemes:\""
13404
13732
  },
13405
13733
  {
13406
13734
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13407
13735
  "kind": "StringLiteral",
13408
- "offset": 89790,
13736
+ "offset": 96616,
13409
13737
  "length": 12,
13410
13738
  "value": "\"DaVoiceTTS\""
13411
13739
  },
13412
13740
  {
13413
13741
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13414
13742
  "kind": "IntegerLiteral",
13415
- "offset": 89836,
13743
+ "offset": 96662,
13416
13744
  "length": 1,
13417
13745
  "value": "3"
13418
13746
  },
13419
13747
  {
13420
13748
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13421
13749
  "kind": "StringLiteral",
13422
- "offset": 89940,
13750
+ "offset": 96766,
13423
13751
  "length": 43,
13424
13752
  "value": "\"No valid phoneme IDs found for input text\""
13425
13753
  },
13426
13754
  {
13427
13755
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13428
13756
  "kind": "StringLiteral",
13429
- "offset": 90021,
13757
+ "offset": 96847,
13430
13758
  "length": 21,
13431
13759
  "value": "\"Phoneme IDs: \""
13432
13760
  },
13433
13761
  {
13434
13762
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13435
13763
  "kind": "StringLiteral",
13436
- "offset": 90041,
13764
+ "offset": 96867,
13437
13765
  "length": 2,
13438
13766
  "value": "\"\""
13439
13767
  },
13440
13768
  {
13441
13769
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13442
13770
  "kind": "IntegerLiteral",
13443
- "offset": 90298,
13771
+ "offset": 97124,
13444
13772
  "length": 1,
13445
13773
  "value": "1"
13446
13774
  },
13447
13775
  {
13448
13776
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13449
13777
  "kind": "Array",
13450
- "offset": 90565,
13778
+ "offset": 97391,
13451
13779
  "length": 3,
13452
13780
  "value": "[1]"
13453
13781
  },
13454
13782
  {
13455
13783
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13456
13784
  "kind": "FloatLiteral",
13457
- "offset": 91263,
13785
+ "offset": 98089,
13458
13786
  "length": 4,
13459
13787
  "value": "0.95"
13460
13788
  },
13461
13789
  {
13462
13790
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13463
13791
  "kind": "FloatLiteral",
13464
- "offset": 91270,
13792
+ "offset": 98096,
13465
13793
  "length": 4,
13466
13794
  "value": "1.05"
13467
13795
  },
13468
13796
  {
13469
13797
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13470
13798
  "kind": "FloatLiteral",
13471
- "offset": 91315,
13799
+ "offset": 98141,
13472
13800
  "length": 4,
13473
13801
  "value": "0.97"
13474
13802
  },
13475
13803
  {
13476
13804
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13477
13805
  "kind": "FloatLiteral",
13478
- "offset": 91322,
13806
+ "offset": 98148,
13479
13807
  "length": 4,
13480
13808
  "value": "1.03"
13481
13809
  },
13482
13810
  {
13483
13811
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13484
13812
  "kind": "FloatLiteral",
13485
- "offset": 91367,
13813
+ "offset": 98193,
13486
13814
  "length": 4,
13487
13815
  "value": "0.95"
13488
13816
  },
13489
13817
  {
13490
13818
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13491
13819
  "kind": "FloatLiteral",
13492
- "offset": 91374,
13820
+ "offset": 98200,
13493
13821
  "length": 4,
13494
13822
  "value": "1.06"
13495
13823
  },
13496
13824
  {
13497
13825
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13498
13826
  "kind": "IntegerLiteral",
13499
- "offset": 91460,
13827
+ "offset": 98286,
13500
13828
  "length": 1,
13501
13829
  "value": "1"
13502
13830
  },
13503
13831
  {
13504
13832
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13505
13833
  "kind": "FloatLiteral",
13506
- "offset": 91477,
13834
+ "offset": 98303,
13507
13835
  "length": 4,
13508
13836
  "value": "0.94"
13509
13837
  },
13510
13838
  {
13511
13839
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13512
13840
  "kind": "FloatLiteral",
13513
- "offset": 91483,
13841
+ "offset": 98309,
13514
13842
  "length": 4,
13515
13843
  "value": "0.94"
13516
13844
  },
13517
13845
  {
13518
13846
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13519
13847
  "kind": "FloatLiteral",
13520
- "offset": 91489,
13848
+ "offset": 98315,
13521
13849
  "length": 4,
13522
13850
  "value": "1.06"
13523
13851
  },
13524
13852
  {
13525
13853
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13526
13854
  "kind": "IntegerLiteral",
13527
- "offset": 91550,
13855
+ "offset": 98376,
13528
13856
  "length": 1,
13529
13857
  "value": "2"
13530
13858
  },
13531
13859
  {
13532
13860
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13533
13861
  "kind": "FloatLiteral",
13534
- "offset": 91567,
13862
+ "offset": 98393,
13535
13863
  "length": 4,
13536
13864
  "value": "0.96"
13537
13865
  },
13538
13866
  {
13539
13867
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13540
13868
  "kind": "FloatLiteral",
13541
- "offset": 91573,
13869
+ "offset": 98399,
13542
13870
  "length": 4,
13543
13871
  "value": "0.94"
13544
13872
  },
13545
13873
  {
13546
13874
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13547
13875
  "kind": "FloatLiteral",
13548
- "offset": 91579,
13876
+ "offset": 98405,
13549
13877
  "length": 4,
13550
13878
  "value": "1.06"
13551
13879
  },
13552
13880
  {
13553
13881
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13554
13882
  "kind": "IntegerLiteral",
13555
- "offset": 91602,
13883
+ "offset": 98428,
13556
13884
  "length": 1,
13557
13885
  "value": "3"
13558
13886
  },
13559
13887
  {
13560
13888
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13561
13889
  "kind": "FloatLiteral",
13562
- "offset": 91619,
13890
+ "offset": 98445,
13563
13891
  "length": 4,
13564
13892
  "value": "0.98"
13565
13893
  },
13566
13894
  {
13567
13895
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13568
13896
  "kind": "FloatLiteral",
13569
- "offset": 91625,
13897
+ "offset": 98451,
13570
13898
  "length": 4,
13571
13899
  "value": "0.94"
13572
13900
  },
13573
13901
  {
13574
13902
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13575
13903
  "kind": "FloatLiteral",
13576
- "offset": 91631,
13904
+ "offset": 98457,
13577
13905
  "length": 4,
13578
13906
  "value": "1.06"
13579
13907
  },
13580
13908
  {
13581
13909
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13582
13910
  "kind": "IntegerLiteral",
13583
- "offset": 91654,
13911
+ "offset": 98480,
13584
13912
  "length": 1,
13585
13913
  "value": "4"
13586
13914
  },
13587
13915
  {
13588
13916
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13589
13917
  "kind": "FloatLiteral",
13590
- "offset": 91671,
13918
+ "offset": 98497,
13591
13919
  "length": 4,
13592
13920
  "value": "0.99"
13593
13921
  },
13594
13922
  {
13595
13923
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13596
13924
  "kind": "FloatLiteral",
13597
- "offset": 91677,
13925
+ "offset": 98503,
13598
13926
  "length": 4,
13599
13927
  "value": "0.94"
13600
13928
  },
13601
13929
  {
13602
13930
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13603
13931
  "kind": "FloatLiteral",
13604
- "offset": 91683,
13932
+ "offset": 98509,
13605
13933
  "length": 4,
13606
13934
  "value": "1.06"
13607
13935
  },
13608
13936
  {
13609
13937
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13610
13938
  "kind": "IntegerLiteral",
13611
- "offset": 91706,
13939
+ "offset": 98532,
13612
13940
  "length": 1,
13613
13941
  "value": "5"
13614
13942
  },
13615
13943
  {
13616
13944
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13617
13945
  "kind": "IntegerLiteral",
13618
- "offset": 91710,
13946
+ "offset": 98536,
13619
13947
  "length": 1,
13620
13948
  "value": "6"
13621
13949
  },
13622
13950
  {
13623
13951
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13624
13952
  "kind": "FloatLiteral",
13625
- "offset": 91726,
13953
+ "offset": 98552,
13626
13954
  "length": 4,
13627
13955
  "value": "1.00"
13628
13956
  },
13629
13957
  {
13630
13958
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13631
13959
  "kind": "FloatLiteral",
13632
- "offset": 91732,
13960
+ "offset": 98558,
13633
13961
  "length": 4,
13634
13962
  "value": "0.94"
13635
13963
  },
13636
13964
  {
13637
13965
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13638
13966
  "kind": "FloatLiteral",
13639
- "offset": 91738,
13967
+ "offset": 98564,
13640
13968
  "length": 4,
13641
13969
  "value": "1.06"
13642
13970
  },
13643
13971
  {
13644
13972
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13645
13973
  "kind": "IntegerLiteral",
13646
- "offset": 91761,
13974
+ "offset": 98587,
13647
13975
  "length": 1,
13648
13976
  "value": "7"
13649
13977
  },
13650
13978
  {
13651
13979
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13652
13980
  "kind": "IntegerLiteral",
13653
- "offset": 91765,
13981
+ "offset": 98591,
13654
13982
  "length": 2,
13655
13983
  "value": "12"
13656
13984
  },
13657
13985
  {
13658
13986
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13659
13987
  "kind": "FloatLiteral",
13660
- "offset": 91782,
13988
+ "offset": 98608,
13661
13989
  "length": 4,
13662
13990
  "value": "1.02"
13663
13991
  },
13664
13992
  {
13665
13993
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13666
13994
  "kind": "FloatLiteral",
13667
- "offset": 91788,
13995
+ "offset": 98614,
13668
13996
  "length": 4,
13669
13997
  "value": "0.94"
13670
13998
  },
13671
13999
  {
13672
14000
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13673
14001
  "kind": "FloatLiteral",
13674
- "offset": 91794,
14002
+ "offset": 98620,
13675
14003
  "length": 4,
13676
14004
  "value": "1.06"
13677
14005
  },
13678
14006
  {
13679
14007
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13680
14008
  "kind": "IntegerLiteral",
13681
- "offset": 91817,
14009
+ "offset": 98643,
13682
14010
  "length": 2,
13683
14011
  "value": "13"
13684
14012
  },
13685
14013
  {
13686
14014
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13687
14015
  "kind": "IntegerLiteral",
13688
- "offset": 91822,
14016
+ "offset": 98648,
13689
14017
  "length": 2,
13690
14018
  "value": "18"
13691
14019
  },
13692
14020
  {
13693
14021
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13694
14022
  "kind": "FloatLiteral",
13695
- "offset": 91839,
14023
+ "offset": 98665,
13696
14024
  "length": 4,
13697
14025
  "value": "1.04"
13698
14026
  },
13699
14027
  {
13700
14028
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13701
14029
  "kind": "FloatLiteral",
13702
- "offset": 91845,
14030
+ "offset": 98671,
13703
14031
  "length": 4,
13704
14032
  "value": "0.94"
13705
14033
  },
13706
14034
  {
13707
14035
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13708
14036
  "kind": "FloatLiteral",
13709
- "offset": 91851,
14037
+ "offset": 98677,
13710
14038
  "length": 4,
13711
14039
  "value": "1.06"
13712
14040
  },
13713
14041
  {
13714
14042
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13715
14043
  "kind": "FloatLiteral",
13716
- "offset": 91891,
14044
+ "offset": 98717,
13717
14045
  "length": 4,
13718
14046
  "value": "1.06"
13719
14047
  },
13720
14048
  {
13721
14049
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13722
14050
  "kind": "FloatLiteral",
13723
- "offset": 91897,
14051
+ "offset": 98723,
13724
14052
  "length": 4,
13725
14053
  "value": "0.94"
13726
14054
  },
13727
14055
  {
13728
14056
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13729
14057
  "kind": "FloatLiteral",
13730
- "offset": 91903,
14058
+ "offset": 98729,
13731
14059
  "length": 4,
13732
14060
  "value": "1.06"
13733
14061
  },
13734
14062
  {
13735
14063
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13736
14064
  "kind": "FloatLiteral",
13737
- "offset": 92506,
14065
+ "offset": 99332,
13738
14066
  "length": 5,
13739
14067
  "value": "0.667"
13740
14068
  },
13741
14069
  {
13742
14070
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13743
14071
  "kind": "FloatLiteral",
13744
- "offset": 92551,
14072
+ "offset": 99377,
13745
14073
  "length": 4,
13746
14074
  "value": "0.25"
13747
14075
  },
13748
14076
  {
13749
14077
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13750
14078
  "kind": "FloatLiteral",
13751
- "offset": 92557,
14079
+ "offset": 99383,
13752
14080
  "length": 3,
13753
14081
  "value": "3.0"
13754
14082
  },
13755
14083
  {
13756
14084
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13757
14085
  "kind": "FloatLiteral",
13758
- "offset": 92608,
14086
+ "offset": 99434,
13759
14087
  "length": 3,
13760
14088
  "value": "1.0"
13761
14089
  },
13762
14090
  {
13763
14091
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13764
14092
  "kind": "FloatLiteral",
13765
- "offset": 92685,
14093
+ "offset": 99511,
13766
14094
  "length": 3,
13767
14095
  "value": "0.8"
13768
14096
  },
13769
14097
  {
13770
14098
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13771
14099
  "kind": "StringLiteral",
13772
- "offset": 92784,
14100
+ "offset": 99610,
13773
14101
  "length": 61,
13774
14102
  "value": "\"primaryPunct == \""
13775
14103
  },
13776
14104
  {
13777
14105
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13778
14106
  "kind": "StringLiteral",
13779
- "offset": 92816,
14107
+ "offset": 99642,
13780
14108
  "length": 10,
13781
14109
  "value": "\" punctCount == \""
13782
14110
  },
13783
14111
  {
13784
14112
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13785
14113
  "kind": "StringLiteral",
13786
- "offset": 92844,
14114
+ "offset": 99670,
13787
14115
  "length": 2,
13788
14116
  "value": "\"\""
13789
14117
  },
13790
14118
  {
13791
14119
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13792
14120
  "kind": "StringLiteral",
13793
- "offset": 92922,
14121
+ "offset": 99748,
13794
14122
  "length": 34,
13795
14123
  "value": "\"endingPunctuation == \""
13796
14124
  },
13797
14125
  {
13798
14126
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13799
14127
  "kind": "StringLiteral",
13800
- "offset": 92955,
14128
+ "offset": 99781,
13801
14129
  "length": 2,
13802
14130
  "value": "\"\""
13803
14131
  },
13804
14132
  {
13805
14133
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13806
14134
  "kind": "StringLiteral",
13807
- "offset": 95503,
14135
+ "offset": 102329,
13808
14136
  "length": 29,
13809
14137
  "value": "\"scalesArray: \""
13810
14138
  },
13811
14139
  {
13812
14140
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13813
14141
  "kind": "StringLiteral",
13814
- "offset": 95531,
14142
+ "offset": 102357,
13815
14143
  "length": 2,
13816
14144
  "value": "\"\""
13817
14145
  },
13818
14146
  {
13819
14147
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13820
14148
  "kind": "Array",
13821
- "offset": 95767,
14149
+ "offset": 102593,
13822
14150
  "length": 3,
13823
14151
  "value": "[3]"
13824
14152
  },
13825
14153
  {
13826
14154
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13827
14155
  "kind": "StringLiteral",
13828
- "offset": 95806,
14156
+ "offset": 102632,
13829
14157
  "length": 16,
13830
14158
  "value": "\"Model inputs :\""
13831
14159
  },
13832
14160
  {
13833
14161
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13834
14162
  "kind": "StringLiteral",
13835
- "offset": 95874,
14163
+ "offset": 102700,
13836
14164
  "length": 16,
13837
14165
  "value": "\"Model outputs:\""
13838
14166
  },
13839
14167
  {
13840
14168
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13841
14169
  "kind": "Array",
13842
- "offset": 96237,
14170
+ "offset": 103063,
13843
14171
  "length": 3,
13844
14172
  "value": "[1]"
13845
14173
  },
13846
14174
  {
13847
14175
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13848
14176
  "kind": "StringLiteral",
13849
- "offset": 96395,
14177
+ "offset": 103221,
13850
14178
  "length": 7,
13851
14179
  "value": "\"input\""
13852
14180
  },
13853
14181
  {
13854
14182
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13855
14183
  "kind": "StringLiteral",
13856
- "offset": 96427,
14184
+ "offset": 103253,
13857
14185
  "length": 15,
13858
14186
  "value": "\"input_lengths\""
13859
14187
  },
13860
14188
  {
13861
14189
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13862
14190
  "kind": "StringLiteral",
13863
- "offset": 96476,
14191
+ "offset": 103302,
13864
14192
  "length": 8,
13865
14193
  "value": "\"scales\""
13866
14194
  },
13867
14195
  {
13868
14196
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13869
14197
  "kind": "StringLiteral",
13870
- "offset": 96540,
14198
+ "offset": 103366,
13871
14199
  "length": 5,
13872
14200
  "value": "\"sid\""
13873
14201
  },
13874
14202
  {
13875
14203
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13876
14204
  "kind": "StringLiteral",
13877
- "offset": 96568,
14205
+ "offset": 103394,
13878
14206
  "length": 5,
13879
14207
  "value": "\"sid\""
13880
14208
  },
13881
14209
  {
13882
14210
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13883
14211
  "kind": "IntegerLiteral",
13884
- "offset": 96667,
14212
+ "offset": 103493,
13885
14213
  "length": 2,
13886
14214
  "value": "-1"
13887
14215
  },
13888
14216
  {
13889
14217
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13890
14218
  "kind": "Array",
13891
- "offset": 96860,
14219
+ "offset": 103686,
13892
14220
  "length": 10,
13893
14221
  "value": "[\"output\"]"
13894
14222
  },
13895
14223
  {
13896
14224
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13897
14225
  "kind": "IntegerLiteral",
13898
- "offset": 97066,
14226
+ "offset": 103892,
13899
14227
  "length": 13,
13900
14228
  "value": "1000000000"
13901
14229
  },
13902
14230
  {
13903
14231
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13904
14232
  "kind": "IntegerLiteral",
13905
- "offset": 97128,
14233
+ "offset": 103954,
13906
14234
  "length": 4,
13907
14235
  "value": "1000"
13908
14236
  },
13909
14237
  {
13910
14238
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13911
14239
  "kind": "IntegerLiteral",
13912
- "offset": 97166,
14240
+ "offset": 103992,
13913
14241
  "length": 4,
13914
14242
  "value": "1000"
13915
14243
  },
13916
14244
  {
13917
14245
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13918
14246
  "kind": "StringLiteral",
13919
- "offset": 97253,
14247
+ "offset": 104079,
13920
14248
  "length": 26,
13921
14249
  "value": "\"Inference time: %d.%03ds\""
13922
14250
  },
13923
14251
  {
13924
14252
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13925
14253
  "kind": "IntegerLiteral",
13926
- "offset": 97375,
14254
+ "offset": 104201,
13927
14255
  "length": 2,
13928
14256
  "value": "-1"
13929
14257
  },
13930
14258
  {
13931
14259
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13932
14260
  "kind": "StringLiteral",
13933
- "offset": 97406,
14261
+ "offset": 104232,
13934
14262
  "length": 14,
13935
14263
  "value": "\"Output keys:\""
13936
14264
  },
13937
14265
  {
13938
14266
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13939
14267
  "kind": "StringLiteral",
13940
- "offset": 97506,
14268
+ "offset": 104332,
13941
14269
  "length": 8,
13942
14270
  "value": "\"output\""
13943
14271
  },
13944
14272
  {
13945
14273
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13946
14274
  "kind": "StringLiteral",
13947
- "offset": 97557,
14275
+ "offset": 104383,
13948
14276
  "length": 12,
13949
14277
  "value": "\"DaVoiceTTS\""
13950
14278
  },
13951
14279
  {
13952
14280
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13953
14281
  "kind": "IntegerLiteral",
13954
- "offset": 97577,
14282
+ "offset": 104403,
13955
14283
  "length": 1,
13956
14284
  "value": "4"
13957
14285
  },
13958
14286
  {
13959
14287
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13960
14288
  "kind": "StringLiteral",
13961
- "offset": 97644,
14289
+ "offset": 104470,
13962
14290
  "length": 25,
13963
14291
  "value": "\"'output' tensor missing\""
13964
14292
  },
13965
14293
  {
13966
14294
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13967
14295
  "kind": "IntegerLiteral",
13968
- "offset": 97863,
14296
+ "offset": 104689,
13969
14297
  "length": 1,
13970
14298
  "value": "0"
13971
14299
  },
13972
14300
  {
13973
14301
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13974
14302
  "kind": "IntegerLiteral",
13975
- "offset": 98380,
14303
+ "offset": 105206,
13976
14304
  "length": 1,
13977
14305
  "value": "0"
13978
14306
  },
13979
14307
  {
13980
14308
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13981
14309
  "kind": "IntegerLiteral",
13982
- "offset": 98601,
14310
+ "offset": 105427,
13983
14311
  "length": 1,
13984
14312
  "value": "1"
13985
14313
  },
13986
14314
  {
13987
14315
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13988
14316
  "kind": "StringLiteral",
13989
- "offset": 99410,
14317
+ "offset": 106236,
13990
14318
  "length": 22,
13991
14319
  "value": "\"Resample error: \""
13992
14320
  },
13993
14321
  {
13994
14322
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13995
14323
  "kind": "StringLiteral",
13996
- "offset": 99431,
14324
+ "offset": 106257,
13997
14325
  "length": 4,
13998
14326
  "value": "\"\""
13999
14327
  },
14000
14328
  {
14001
14329
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14002
14330
  "kind": "StringLiteral",
14003
- "offset": 99672,
14331
+ "offset": 106498,
14004
14332
  "length": 3,
14005
14333
  "value": "\"?\""
14006
14334
  },
14007
14335
  {
14008
14336
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14009
14337
  "kind": "IntegerLiteral",
14010
- "offset": 99684,
14338
+ "offset": 106510,
14011
14339
  "length": 2,
14012
14340
  "value": "80"
14013
14341
  },
14014
14342
  {
14015
14343
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14016
14344
  "kind": "IntegerLiteral",
14017
- "offset": 99689,
14345
+ "offset": 106515,
14018
14346
  "length": 3,
14019
14347
  "value": "120"
14020
14348
  },
14021
14349
  {
14022
14350
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14023
14351
  "kind": "StringLiteral",
14024
- "offset": 99710,
14352
+ "offset": 106536,
14025
14353
  "length": 3,
14026
14354
  "value": "\".\""
14027
14355
  },
14028
14356
  {
14029
14357
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14030
14358
  "kind": "IntegerLiteral",
14031
- "offset": 99722,
14359
+ "offset": 106548,
14032
14360
  "length": 2,
14033
14361
  "value": "50"
14034
14362
  },
14035
14363
  {
14036
14364
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14037
14365
  "kind": "IntegerLiteral",
14038
- "offset": 99727,
14366
+ "offset": 106553,
14039
14367
  "length": 2,
14040
14368
  "value": "90"
14041
14369
  },
14042
14370
  {
14043
14371
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14044
14372
  "kind": "StringLiteral",
14045
- "offset": 99747,
14373
+ "offset": 106573,
14046
14374
  "length": 3,
14047
14375
  "value": "\"!\""
14048
14376
  },
14049
14377
  {
14050
14378
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14051
14379
  "kind": "IntegerLiteral",
14052
- "offset": 99759,
14380
+ "offset": 106585,
14053
14381
  "length": 2,
14054
14382
  "value": "60"
14055
14383
  },
14056
14384
  {
14057
14385
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14058
14386
  "kind": "IntegerLiteral",
14059
- "offset": 99764,
14387
+ "offset": 106590,
14060
14388
  "length": 2,
14061
14389
  "value": "90"
14062
14390
  },
14063
14391
  {
14064
14392
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14065
14393
  "kind": "StringLiteral",
14066
- "offset": 99784,
14394
+ "offset": 106610,
14067
14395
  "length": 3,
14068
14396
  "value": "\",\""
14069
14397
  },
14070
14398
  {
14071
14399
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14072
14400
  "kind": "IntegerLiteral",
14073
- "offset": 99796,
14401
+ "offset": 106622,
14074
14402
  "length": 2,
14075
14403
  "value": "40"
14076
14404
  },
14077
14405
  {
14078
14406
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14079
14407
  "kind": "IntegerLiteral",
14080
- "offset": 99801,
14408
+ "offset": 106627,
14081
14409
  "length": 2,
14082
14410
  "value": "50"
14083
14411
  },
14084
14412
  {
14085
14413
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14086
14414
  "kind": "StringLiteral",
14087
- "offset": 99821,
14415
+ "offset": 106647,
14088
14416
  "length": 3,
14089
14417
  "value": "\";\""
14090
14418
  },
14091
14419
  {
14092
14420
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14093
14421
  "kind": "StringLiteral",
14094
- "offset": 99826,
14422
+ "offset": 106652,
14095
14423
  "length": 3,
14096
14424
  "value": "\":\""
14097
14425
  },
14098
14426
  {
14099
14427
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14100
14428
  "kind": "IntegerLiteral",
14101
- "offset": 99838,
14429
+ "offset": 106664,
14102
14430
  "length": 2,
14103
14431
  "value": "50"
14104
14432
  },
14105
14433
  {
14106
14434
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14107
14435
  "kind": "IntegerLiteral",
14108
- "offset": 99843,
14436
+ "offset": 106669,
14109
14437
  "length": 3,
14110
14438
  "value": "100"
14111
14439
  },
14112
14440
  {
14113
14441
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14114
14442
  "kind": "IntegerLiteral",
14115
- "offset": 99876,
14443
+ "offset": 106702,
14116
14444
  "length": 2,
14117
14445
  "value": "50"
14118
14446
  },
14119
14447
  {
14120
14448
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14121
14449
  "kind": "IntegerLiteral",
14122
- "offset": 99881,
14450
+ "offset": 106707,
14123
14451
  "length": 3,
14124
14452
  "value": "100"
14125
14453
  },
14126
14454
  {
14127
14455
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14128
14456
  "kind": "FloatLiteral",
14129
- "offset": 99962,
14457
+ "offset": 106788,
14130
14458
  "length": 3,
14131
14459
  "value": "2.0"
14132
14460
  },
14133
14461
  {
14134
14462
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14135
14463
  "kind": "FloatLiteral",
14136
- "offset": 100717,
14464
+ "offset": 107543,
14137
14465
  "length": 6,
14138
14466
  "value": "1000.0"
14139
14467
  },
14140
14468
  {
14141
14469
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14142
14470
  "kind": "IntegerLiteral",
14143
- "offset": 101135,
14471
+ "offset": 107961,
14144
14472
  "length": 1,
14145
14473
  "value": "0"
14146
14474
  },
14147
14475
  {
14148
14476
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14149
14477
  "kind": "IntegerLiteral",
14150
- "offset": 101176,
14478
+ "offset": 108002,
14151
14479
  "length": 1,
14152
14480
  "value": "0"
14153
14481
  },
14154
14482
  {
14155
14483
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14156
14484
  "kind": "IntegerLiteral",
14157
- "offset": 101344,
14485
+ "offset": 108170,
14158
14486
  "length": 1,
14159
14487
  "value": "0"
14160
14488
  },
14161
14489
  {
14162
14490
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14163
14491
  "kind": "IntegerLiteral",
14164
- "offset": 101409,
14492
+ "offset": 108235,
14165
14493
  "length": 1,
14166
14494
  "value": "0"
14167
14495
  },
14168
14496
  {
14169
14497
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14170
14498
  "kind": "FloatLiteral",
14171
- "offset": 101530,
14499
+ "offset": 108356,
14172
14500
  "length": 4,
14173
14501
  "value": "0.95"
14174
14502
  },
14175
14503
  {
14176
14504
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14177
14505
  "kind": "FloatLiteral",
14178
- "offset": 101544,
14506
+ "offset": 108370,
14179
14507
  "length": 3,
14180
14508
  "value": "5.0"
14181
14509
  },
14182
14510
  {
14183
14511
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14184
14512
  "kind": "IntegerLiteral",
14185
- "offset": 101697,
14513
+ "offset": 108523,
14186
14514
  "length": 6,
14187
14515
  "value": "16000"
14188
14516
  },
14189
14517
  {
14190
14518
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14191
14519
  "kind": "IntegerLiteral",
14192
- "offset": 101706,
14520
+ "offset": 108532,
14193
14521
  "length": 2,
14194
14522
  "value": "-1"
14195
14523
  },
14196
14524
  {
14197
14525
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14198
14526
  "kind": "StringLiteral",
14199
- "offset": 103440,
14527
+ "offset": 110266,
14200
14528
  "length": 12,
14201
14529
  "value": "\"tts_output\""
14202
14530
  },
14203
14531
  {
14204
14532
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14205
14533
  "kind": "StringLiteral",
14206
- "offset": 103470,
14534
+ "offset": 110296,
14207
14535
  "length": 6,
14208
14536
  "value": "\".wav\""
14209
14537
  },
14210
14538
  {
14211
14539
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14212
14540
  "kind": "StringLiteral",
14213
- "offset": 103641,
14541
+ "offset": 110467,
14214
14542
  "length": 15,
14215
14543
  "value": "\"✅ WAV saved\""
14216
14544
  },
14217
14545
  {
14218
14546
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14219
14547
  "kind": "StringLiteral",
14220
- "offset": 103682,
14548
+ "offset": 110508,
14221
14549
  "length": 15,
14222
14550
  "value": "\"✅ WAV saved\""
14223
14551
  },
14224
14552
  {
14225
14553
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14226
14554
  "kind": "StringLiteral",
14227
- "offset": 103723,
14555
+ "offset": 110549,
14228
14556
  "length": 15,
14229
14557
  "value": "\"✅ WAV saved\""
14230
14558
  },
14231
14559
  {
14232
14560
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14233
14561
  "kind": "IntegerLiteral",
14234
- "offset": 103993,
14562
+ "offset": 110819,
14235
14563
  "length": 2,
14236
14564
  "value": "-1"
14237
14565
  },
14238
14566
  {
14239
14567
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14240
14568
  "kind": "StringLiteral",
14241
- "offset": 104065,
14569
+ "offset": 110891,
14242
14570
  "length": 7,
14243
14571
  "value": "\"first\""
14244
14572
  },
14245
14573
  {
14246
14574
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14247
14575
  "kind": "StringLiteral",
14248
- "offset": 104089,
14576
+ "offset": 110915,
14249
14577
  "length": 6,
14250
14578
  "value": "\".wav\""
14251
14579
  },
14252
14580
  {
14253
14581
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14254
14582
  "kind": "Array",
14255
- "offset": 134230,
14583
+ "offset": 141056,
14256
14584
  "length": 2,
14257
14585
  "value": "[]"
14258
14586
  },
14259
14587
  {
14260
14588
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14261
14589
  "kind": "IntegerLiteral",
14262
- "offset": 146187,
14590
+ "offset": 153013,
14263
14591
  "length": 1,
14264
14592
  "value": "0"
14265
14593
  },
14266
14594
  {
14267
14595
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14268
14596
  "kind": "BooleanLiteral",
14269
- "offset": 159967,
14597
+ "offset": 166793,
14270
14598
  "length": 4,
14271
14599
  "value": "true"
14272
14600
  },
14273
14601
  {
14274
14602
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
14275
14603
  "kind": "BooleanLiteral",
14276
- "offset": 160933,
14604
+ "offset": 167759,
14277
14605
  "length": 4,
14278
14606
  "value": "true"
14279
14607
  },
@@ -15337,28 +15665,28 @@
15337
15665
  {
15338
15666
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2Backend.swift",
15339
15667
  "kind": "Dictionary",
15340
- "offset": 8995,
15668
+ "offset": 10593,
15341
15669
  "length": 3,
15342
15670
  "value": "[]"
15343
15671
  },
15344
15672
  {
15345
15673
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2Backend.swift",
15346
15674
  "kind": "IntegerLiteral",
15347
- "offset": 11950,
15675
+ "offset": 15947,
15348
15676
  "length": 1,
15349
15677
  "value": "0"
15350
15678
  },
15351
15679
  {
15352
15680
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2Backend.swift",
15353
15681
  "kind": "Array",
15354
- "offset": 12763,
15682
+ "offset": 16760,
15355
15683
  "length": 15,
15356
15684
  "value": "[\".\", \"!\", \"?\"]"
15357
15685
  },
15358
15686
  {
15359
15687
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2Backend.swift",
15360
15688
  "kind": "Array",
15361
- "offset": 12840,
15689
+ "offset": 16837,
15362
15690
  "length": 15,
15363
15691
  "value": "[\",\", \";\", \":\"]"
15364
15692
  },
@@ -15383,75 +15711,110 @@
15383
15711
  "length": 12,
15384
15712
  "value": "\"[A-Za-z']+\""
15385
15713
  },
15714
+ {
15715
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15716
+ "kind": "IntegerLiteral",
15717
+ "offset": 192,
15718
+ "length": 1,
15719
+ "value": "0"
15720
+ },
15386
15721
  {
15387
15722
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15388
15723
  "kind": "Array",
15389
- "offset": 383,
15724
+ "offset": 433,
15390
15725
  "length": 2,
15391
15726
  "value": "[]"
15392
15727
  },
15393
15728
  {
15394
15729
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15395
15730
  "kind": "BooleanLiteral",
15396
- "offset": 410,
15731
+ "offset": 460,
15397
15732
  "length": 5,
15398
15733
  "value": "false"
15399
15734
  },
15400
15735
  {
15401
15736
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15402
15737
  "kind": "BooleanLiteral",
15403
- "offset": 442,
15738
+ "offset": 492,
15404
15739
  "length": 5,
15405
15740
  "value": "false"
15406
15741
  },
15407
15742
  {
15408
15743
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15409
- "kind": "BooleanLiteral",
15410
- "offset": 1857,
15411
- "length": 5,
15412
- "value": "false"
15744
+ "kind": "IntegerLiteral",
15745
+ "offset": 529,
15746
+ "length": 1,
15747
+ "value": "0"
15413
15748
  },
15414
15749
  {
15415
15750
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15416
15751
  "kind": "IntegerLiteral",
15417
- "offset": 2001,
15752
+ "offset": 563,
15753
+ "length": 1,
15754
+ "value": "0"
15755
+ },
15756
+ {
15757
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15758
+ "kind": "IntegerLiteral",
15759
+ "offset": 3339,
15418
15760
  "length": 1,
15419
15761
  "value": "4"
15420
15762
  },
15421
15763
  {
15422
15764
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15423
15765
  "kind": "IntegerLiteral",
15424
- "offset": 2030,
15766
+ "offset": 3368,
15425
15767
  "length": 1,
15426
15768
  "value": "0"
15427
15769
  },
15428
15770
  {
15429
15771
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15430
15772
  "kind": "BooleanLiteral",
15431
- "offset": 2059,
15773
+ "offset": 3397,
15432
15774
  "length": 5,
15433
15775
  "value": "false"
15434
15776
  },
15435
15777
  {
15436
15778
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15437
15779
  "kind": "BooleanLiteral",
15438
- "offset": 2091,
15780
+ "offset": 3429,
15439
15781
  "length": 5,
15440
15782
  "value": "false"
15441
15783
  },
15442
15784
  {
15443
15785
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15444
15786
  "kind": "BooleanLiteral",
15445
- "offset": 2123,
15787
+ "offset": 3461,
15446
15788
  "length": 5,
15447
15789
  "value": "false"
15448
15790
  },
15449
15791
  {
15450
15792
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15451
15793
  "kind": "BooleanLiteral",
15452
- "offset": 3560,
15794
+ "offset": 4898,
15453
15795
  "length": 5,
15454
15796
  "value": "false"
15797
+ },
15798
+ {
15799
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15800
+ "kind": "IntegerLiteral",
15801
+ "offset": 5176,
15802
+ "length": 1,
15803
+ "value": "0"
15804
+ },
15805
+ {
15806
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15807
+ "kind": "IntegerLiteral",
15808
+ "offset": 5210,
15809
+ "length": 1,
15810
+ "value": "0"
15811
+ },
15812
+ {
15813
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/TtsV2PCMStream.swift",
15814
+ "kind": "IntegerLiteral",
15815
+ "offset": 5254,
15816
+ "length": 1,
15817
+ "value": "0"
15455
15818
  }
15456
15819
  ]
15457
15820
  }