react-native-davoice-tts 1.0.357 → 1.0.359

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 (27) 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/ios/SpeechBridge/SpeechBridge.m +30 -0
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +10 -1
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +931 -362
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +12 -0
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +12 -0
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +20 -2
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +931 -362
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +12 -0
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  17. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +12 -0
  18. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +931 -362
  19. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +12 -0
  20. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  21. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +12 -0
  22. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  23. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  24. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +33 -33
  25. package/ios/TTSRNBridge/libucd.xcframework/Info.plist +5 -5
  26. package/package.json +1 -1
  27. package/speech/index.ts +60 -0
@@ -31,6 +31,172 @@
31
31
  "RawDocComment"
32
32
  ]
33
33
  },
34
+ {
35
+ "kind": "TypeDecl",
36
+ "name": "DaVoiceAudioRoutingConfig",
37
+ "printedName": "DaVoiceAudioRoutingConfig",
38
+ "children": [
39
+ {
40
+ "kind": "Function",
41
+ "name": "setAudioRoutingConfigJSONString",
42
+ "printedName": "setAudioRoutingConfigJSONString(_:)",
43
+ "children": [
44
+ {
45
+ "kind": "TypeNominal",
46
+ "name": "Bool",
47
+ "printedName": "Swift.Bool",
48
+ "usr": "s:Sb"
49
+ },
50
+ {
51
+ "kind": "TypeNominal",
52
+ "name": "String",
53
+ "printedName": "Swift.String",
54
+ "usr": "s:SS"
55
+ }
56
+ ],
57
+ "declKind": "Func",
58
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceAudioRoutingConfig(cm)setAudioRoutingConfigJSONString:",
59
+ "mangledName": "$s10DavoiceTTS25DaVoiceAudioRoutingConfigC03setefG10JSONStringySbSSFZ",
60
+ "moduleName": "DavoiceTTS",
61
+ "static": true,
62
+ "declAttributes": [
63
+ "Final",
64
+ "AccessControl",
65
+ "ObjC"
66
+ ],
67
+ "funcSelfKind": "NonMutating"
68
+ },
69
+ {
70
+ "kind": "Function",
71
+ "name": "clearAudioRoutingConfig",
72
+ "printedName": "clearAudioRoutingConfig()",
73
+ "children": [
74
+ {
75
+ "kind": "TypeNominal",
76
+ "name": "Void",
77
+ "printedName": "()"
78
+ }
79
+ ],
80
+ "declKind": "Func",
81
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceAudioRoutingConfig(cm)clearAudioRoutingConfig",
82
+ "mangledName": "$s10DavoiceTTS25DaVoiceAudioRoutingConfigC05clearefG0yyFZ",
83
+ "moduleName": "DavoiceTTS",
84
+ "static": true,
85
+ "declAttributes": [
86
+ "Final",
87
+ "AccessControl",
88
+ "ObjC"
89
+ ],
90
+ "funcSelfKind": "NonMutating"
91
+ },
92
+ {
93
+ "kind": "Constructor",
94
+ "name": "init",
95
+ "printedName": "init()",
96
+ "children": [
97
+ {
98
+ "kind": "TypeNominal",
99
+ "name": "DaVoiceAudioRoutingConfig",
100
+ "printedName": "DavoiceTTS.DaVoiceAudioRoutingConfig",
101
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceAudioRoutingConfig"
102
+ }
103
+ ],
104
+ "declKind": "Constructor",
105
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceAudioRoutingConfig(im)init",
106
+ "mangledName": "$s10DavoiceTTS25DaVoiceAudioRoutingConfigCACycfc",
107
+ "moduleName": "DavoiceTTS",
108
+ "overriding": true,
109
+ "implicit": true,
110
+ "objc_name": "init",
111
+ "declAttributes": [
112
+ "Dynamic",
113
+ "ObjC",
114
+ "Override"
115
+ ],
116
+ "init_kind": "Designated"
117
+ }
118
+ ],
119
+ "declKind": "Class",
120
+ "usr": "c:@M@DavoiceTTS@objc(cs)DaVoiceAudioRoutingConfig",
121
+ "mangledName": "$s10DavoiceTTS25DaVoiceAudioRoutingConfigC",
122
+ "moduleName": "DavoiceTTS",
123
+ "declAttributes": [
124
+ "Final",
125
+ "AccessControl",
126
+ "ObjC",
127
+ "RawDocComment"
128
+ ],
129
+ "superclassUsr": "c:objc(cs)NSObject",
130
+ "inheritsConvenienceInitializers": true,
131
+ "superclassNames": [
132
+ "ObjectiveC.NSObject"
133
+ ],
134
+ "conformances": [
135
+ {
136
+ "kind": "Conformance",
137
+ "name": "Copyable",
138
+ "printedName": "Copyable",
139
+ "usr": "s:s8CopyableP",
140
+ "mangledName": "$ss8CopyableP"
141
+ },
142
+ {
143
+ "kind": "Conformance",
144
+ "name": "Escapable",
145
+ "printedName": "Escapable",
146
+ "usr": "s:s9EscapableP",
147
+ "mangledName": "$ss9EscapableP"
148
+ },
149
+ {
150
+ "kind": "Conformance",
151
+ "name": "Equatable",
152
+ "printedName": "Equatable",
153
+ "usr": "s:SQ",
154
+ "mangledName": "$sSQ"
155
+ },
156
+ {
157
+ "kind": "Conformance",
158
+ "name": "Hashable",
159
+ "printedName": "Hashable",
160
+ "usr": "s:SH",
161
+ "mangledName": "$sSH"
162
+ },
163
+ {
164
+ "kind": "Conformance",
165
+ "name": "CVarArg",
166
+ "printedName": "CVarArg",
167
+ "usr": "s:s7CVarArgP",
168
+ "mangledName": "$ss7CVarArgP"
169
+ },
170
+ {
171
+ "kind": "Conformance",
172
+ "name": "_KeyValueCodingAndObservingPublishing",
173
+ "printedName": "_KeyValueCodingAndObservingPublishing",
174
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
175
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
176
+ },
177
+ {
178
+ "kind": "Conformance",
179
+ "name": "_KeyValueCodingAndObserving",
180
+ "printedName": "_KeyValueCodingAndObserving",
181
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
182
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
183
+ },
184
+ {
185
+ "kind": "Conformance",
186
+ "name": "CustomStringConvertible",
187
+ "printedName": "CustomStringConvertible",
188
+ "usr": "s:s23CustomStringConvertibleP",
189
+ "mangledName": "$ss23CustomStringConvertibleP"
190
+ },
191
+ {
192
+ "kind": "Conformance",
193
+ "name": "CustomDebugStringConvertible",
194
+ "printedName": "CustomDebugStringConvertible",
195
+ "usr": "s:s28CustomDebugStringConvertibleP",
196
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
197
+ }
198
+ ]
199
+ },
34
200
  {
35
201
  "kind": "TypeDecl",
36
202
  "name": "AudioPlaybackHook",
@@ -419,18 +585,323 @@
419
585
  {
420
586
  "kind": "TypeNominal",
421
587
  "name": "Optional",
422
- "printedName": "(() -> Swift.Bool)?",
588
+ "printedName": "(() -> Swift.Bool)?",
589
+ "children": [
590
+ {
591
+ "kind": "TypeFunc",
592
+ "name": "Function",
593
+ "printedName": "() -> Swift.Bool",
594
+ "children": [
595
+ {
596
+ "kind": "TypeNominal",
597
+ "name": "Bool",
598
+ "printedName": "Swift.Bool",
599
+ "usr": "s:Sb"
600
+ },
601
+ {
602
+ "kind": "TypeNominal",
603
+ "name": "Void",
604
+ "printedName": "()"
605
+ }
606
+ ]
607
+ }
608
+ ],
609
+ "usr": "s:Sq"
610
+ }
611
+ ],
612
+ "declKind": "Var",
613
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
614
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
615
+ "moduleName": "DavoiceTTS",
616
+ "static": true,
617
+ "declAttributes": [
618
+ "HasInitialValue",
619
+ "HasStorage",
620
+ "AccessControl"
621
+ ],
622
+ "hasStorage": true,
623
+ "accessors": [
624
+ {
625
+ "kind": "Accessor",
626
+ "name": "Get",
627
+ "printedName": "Get()",
628
+ "children": [
629
+ {
630
+ "kind": "TypeNominal",
631
+ "name": "Optional",
632
+ "printedName": "(() -> Swift.Bool)?",
633
+ "children": [
634
+ {
635
+ "kind": "TypeFunc",
636
+ "name": "Function",
637
+ "printedName": "() -> Swift.Bool",
638
+ "children": [
639
+ {
640
+ "kind": "TypeNominal",
641
+ "name": "Bool",
642
+ "printedName": "Swift.Bool",
643
+ "usr": "s:Sb"
644
+ },
645
+ {
646
+ "kind": "TypeNominal",
647
+ "name": "Void",
648
+ "printedName": "()"
649
+ }
650
+ ]
651
+ }
652
+ ],
653
+ "usr": "s:Sq"
654
+ }
655
+ ],
656
+ "declKind": "Accessor",
657
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
658
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
659
+ "moduleName": "DavoiceTTS",
660
+ "static": true,
661
+ "implicit": true,
662
+ "accessorKind": "get"
663
+ },
664
+ {
665
+ "kind": "Accessor",
666
+ "name": "Set",
667
+ "printedName": "Set()",
668
+ "children": [
669
+ {
670
+ "kind": "TypeNominal",
671
+ "name": "Void",
672
+ "printedName": "()"
673
+ },
674
+ {
675
+ "kind": "TypeNominal",
676
+ "name": "Optional",
677
+ "printedName": "(() -> Swift.Bool)?",
678
+ "children": [
679
+ {
680
+ "kind": "TypeFunc",
681
+ "name": "Function",
682
+ "printedName": "() -> Swift.Bool",
683
+ "children": [
684
+ {
685
+ "kind": "TypeNominal",
686
+ "name": "Bool",
687
+ "printedName": "Swift.Bool",
688
+ "usr": "s:Sb"
689
+ },
690
+ {
691
+ "kind": "TypeNominal",
692
+ "name": "Void",
693
+ "printedName": "()"
694
+ }
695
+ ]
696
+ }
697
+ ],
698
+ "usr": "s:Sq"
699
+ }
700
+ ],
701
+ "declKind": "Accessor",
702
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
703
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
704
+ "moduleName": "DavoiceTTS",
705
+ "static": true,
706
+ "implicit": true,
707
+ "accessorKind": "set"
708
+ },
709
+ {
710
+ "kind": "Accessor",
711
+ "name": "Modify",
712
+ "printedName": "Modify()",
713
+ "children": [
714
+ {
715
+ "kind": "TypeNominal",
716
+ "name": "Void",
717
+ "printedName": "()"
718
+ }
719
+ ],
720
+ "declKind": "Accessor",
721
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
722
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
723
+ "moduleName": "DavoiceTTS",
724
+ "static": true,
725
+ "implicit": true,
726
+ "accessorKind": "_modify"
727
+ }
728
+ ]
729
+ },
730
+ {
731
+ "kind": "Var",
732
+ "name": "stopEnginePlayback",
733
+ "printedName": "stopEnginePlayback",
734
+ "children": [
735
+ {
736
+ "kind": "TypeNominal",
737
+ "name": "Optional",
738
+ "printedName": "(() -> ())?",
739
+ "children": [
740
+ {
741
+ "kind": "TypeFunc",
742
+ "name": "Function",
743
+ "printedName": "() -> ()",
744
+ "children": [
745
+ {
746
+ "kind": "TypeNominal",
747
+ "name": "Void",
748
+ "printedName": "()"
749
+ },
750
+ {
751
+ "kind": "TypeNominal",
752
+ "name": "Void",
753
+ "printedName": "()"
754
+ }
755
+ ]
756
+ }
757
+ ],
758
+ "usr": "s:Sq"
759
+ }
760
+ ],
761
+ "declKind": "Var",
762
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
763
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
764
+ "moduleName": "DavoiceTTS",
765
+ "static": true,
766
+ "declAttributes": [
767
+ "HasInitialValue",
768
+ "HasStorage",
769
+ "AccessControl"
770
+ ],
771
+ "hasStorage": true,
772
+ "accessors": [
773
+ {
774
+ "kind": "Accessor",
775
+ "name": "Get",
776
+ "printedName": "Get()",
777
+ "children": [
778
+ {
779
+ "kind": "TypeNominal",
780
+ "name": "Optional",
781
+ "printedName": "(() -> ())?",
782
+ "children": [
783
+ {
784
+ "kind": "TypeFunc",
785
+ "name": "Function",
786
+ "printedName": "() -> ()",
787
+ "children": [
788
+ {
789
+ "kind": "TypeNominal",
790
+ "name": "Void",
791
+ "printedName": "()"
792
+ },
793
+ {
794
+ "kind": "TypeNominal",
795
+ "name": "Void",
796
+ "printedName": "()"
797
+ }
798
+ ]
799
+ }
800
+ ],
801
+ "usr": "s:Sq"
802
+ }
803
+ ],
804
+ "declKind": "Accessor",
805
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
806
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
807
+ "moduleName": "DavoiceTTS",
808
+ "static": true,
809
+ "implicit": true,
810
+ "accessorKind": "get"
811
+ },
812
+ {
813
+ "kind": "Accessor",
814
+ "name": "Set",
815
+ "printedName": "Set()",
816
+ "children": [
817
+ {
818
+ "kind": "TypeNominal",
819
+ "name": "Void",
820
+ "printedName": "()"
821
+ },
822
+ {
823
+ "kind": "TypeNominal",
824
+ "name": "Optional",
825
+ "printedName": "(() -> ())?",
826
+ "children": [
827
+ {
828
+ "kind": "TypeFunc",
829
+ "name": "Function",
830
+ "printedName": "() -> ()",
831
+ "children": [
832
+ {
833
+ "kind": "TypeNominal",
834
+ "name": "Void",
835
+ "printedName": "()"
836
+ },
837
+ {
838
+ "kind": "TypeNominal",
839
+ "name": "Void",
840
+ "printedName": "()"
841
+ }
842
+ ]
843
+ }
844
+ ],
845
+ "usr": "s:Sq"
846
+ }
847
+ ],
848
+ "declKind": "Accessor",
849
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
850
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
851
+ "moduleName": "DavoiceTTS",
852
+ "static": true,
853
+ "implicit": true,
854
+ "accessorKind": "set"
855
+ },
856
+ {
857
+ "kind": "Accessor",
858
+ "name": "Modify",
859
+ "printedName": "Modify()",
860
+ "children": [
861
+ {
862
+ "kind": "TypeNominal",
863
+ "name": "Void",
864
+ "printedName": "()"
865
+ }
866
+ ],
867
+ "declKind": "Accessor",
868
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
869
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
870
+ "moduleName": "DavoiceTTS",
871
+ "static": true,
872
+ "implicit": true,
873
+ "accessorKind": "_modify"
874
+ }
875
+ ]
876
+ },
877
+ {
878
+ "kind": "Var",
879
+ "name": "currentEngine",
880
+ "printedName": "currentEngine",
881
+ "children": [
882
+ {
883
+ "kind": "TypeNominal",
884
+ "name": "Optional",
885
+ "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
423
886
  "children": [
424
887
  {
425
888
  "kind": "TypeFunc",
426
889
  "name": "Function",
427
- "printedName": "() -> Swift.Bool",
890
+ "printedName": "() -> AVFAudio.AVAudioEngine?",
428
891
  "children": [
429
892
  {
430
893
  "kind": "TypeNominal",
431
- "name": "Bool",
432
- "printedName": "Swift.Bool",
433
- "usr": "s:Sb"
894
+ "name": "Optional",
895
+ "printedName": "AVFAudio.AVAudioEngine?",
896
+ "children": [
897
+ {
898
+ "kind": "TypeNominal",
899
+ "name": "AVAudioEngine",
900
+ "printedName": "AVFAudio.AVAudioEngine",
901
+ "usr": "c:objc(cs)AVAudioEngine"
902
+ }
903
+ ],
904
+ "usr": "s:Sq"
434
905
  },
435
906
  {
436
907
  "kind": "TypeNominal",
@@ -444,8 +915,8 @@
444
915
  }
445
916
  ],
446
917
  "declKind": "Var",
447
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
448
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
918
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
919
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
449
920
  "moduleName": "DavoiceTTS",
450
921
  "static": true,
451
922
  "declAttributes": [
@@ -463,18 +934,26 @@
463
934
  {
464
935
  "kind": "TypeNominal",
465
936
  "name": "Optional",
466
- "printedName": "(() -> Swift.Bool)?",
937
+ "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
467
938
  "children": [
468
939
  {
469
940
  "kind": "TypeFunc",
470
941
  "name": "Function",
471
- "printedName": "() -> Swift.Bool",
942
+ "printedName": "() -> AVFAudio.AVAudioEngine?",
472
943
  "children": [
473
944
  {
474
945
  "kind": "TypeNominal",
475
- "name": "Bool",
476
- "printedName": "Swift.Bool",
477
- "usr": "s:Sb"
946
+ "name": "Optional",
947
+ "printedName": "AVFAudio.AVAudioEngine?",
948
+ "children": [
949
+ {
950
+ "kind": "TypeNominal",
951
+ "name": "AVAudioEngine",
952
+ "printedName": "AVFAudio.AVAudioEngine",
953
+ "usr": "c:objc(cs)AVAudioEngine"
954
+ }
955
+ ],
956
+ "usr": "s:Sq"
478
957
  },
479
958
  {
480
959
  "kind": "TypeNominal",
@@ -488,8 +967,8 @@
488
967
  }
489
968
  ],
490
969
  "declKind": "Accessor",
491
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
492
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvgZ",
970
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
971
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
493
972
  "moduleName": "DavoiceTTS",
494
973
  "static": true,
495
974
  "implicit": true,
@@ -508,18 +987,26 @@
508
987
  {
509
988
  "kind": "TypeNominal",
510
989
  "name": "Optional",
511
- "printedName": "(() -> Swift.Bool)?",
990
+ "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
512
991
  "children": [
513
992
  {
514
993
  "kind": "TypeFunc",
515
994
  "name": "Function",
516
- "printedName": "() -> Swift.Bool",
995
+ "printedName": "() -> AVFAudio.AVAudioEngine?",
517
996
  "children": [
518
997
  {
519
998
  "kind": "TypeNominal",
520
- "name": "Bool",
521
- "printedName": "Swift.Bool",
522
- "usr": "s:Sb"
999
+ "name": "Optional",
1000
+ "printedName": "AVFAudio.AVAudioEngine?",
1001
+ "children": [
1002
+ {
1003
+ "kind": "TypeNominal",
1004
+ "name": "AVAudioEngine",
1005
+ "printedName": "AVFAudio.AVAudioEngine",
1006
+ "usr": "c:objc(cs)AVAudioEngine"
1007
+ }
1008
+ ],
1009
+ "usr": "s:Sq"
523
1010
  },
524
1011
  {
525
1012
  "kind": "TypeNominal",
@@ -533,8 +1020,8 @@
533
1020
  }
534
1021
  ],
535
1022
  "declKind": "Accessor",
536
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
537
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvsZ",
1023
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
1024
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
538
1025
  "moduleName": "DavoiceTTS",
539
1026
  "static": true,
540
1027
  "implicit": true,
@@ -552,8 +1039,8 @@
552
1039
  }
553
1040
  ],
554
1041
  "declKind": "Accessor",
555
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
556
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvMZ",
1042
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
1043
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
557
1044
  "moduleName": "DavoiceTTS",
558
1045
  "static": true,
559
1046
  "implicit": true,
@@ -563,23 +1050,24 @@
563
1050
  },
564
1051
  {
565
1052
  "kind": "Var",
566
- "name": "stopEnginePlayback",
567
- "printedName": "stopEnginePlayback",
1053
+ "name": "quiesceEngineForAudioSessionCycle",
1054
+ "printedName": "quiesceEngineForAudioSessionCycle",
568
1055
  "children": [
569
1056
  {
570
1057
  "kind": "TypeNominal",
571
1058
  "name": "Optional",
572
- "printedName": "(() -> ())?",
1059
+ "printedName": "(() -> Swift.Bool)?",
573
1060
  "children": [
574
1061
  {
575
1062
  "kind": "TypeFunc",
576
1063
  "name": "Function",
577
- "printedName": "() -> ()",
1064
+ "printedName": "() -> Swift.Bool",
578
1065
  "children": [
579
1066
  {
580
1067
  "kind": "TypeNominal",
581
- "name": "Void",
582
- "printedName": "()"
1068
+ "name": "Bool",
1069
+ "printedName": "Swift.Bool",
1070
+ "usr": "s:Sb"
583
1071
  },
584
1072
  {
585
1073
  "kind": "TypeNominal",
@@ -593,8 +1081,8 @@
593
1081
  }
594
1082
  ],
595
1083
  "declKind": "Var",
596
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
597
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvpZ",
1084
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO016quiesceEngineForC12SessionCycleSbycSgvpZ",
1085
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO016quiesceEngineForC12SessionCycleSbycSgvpZ",
598
1086
  "moduleName": "DavoiceTTS",
599
1087
  "static": true,
600
1088
  "declAttributes": [
@@ -612,17 +1100,18 @@
612
1100
  {
613
1101
  "kind": "TypeNominal",
614
1102
  "name": "Optional",
615
- "printedName": "(() -> ())?",
1103
+ "printedName": "(() -> Swift.Bool)?",
616
1104
  "children": [
617
1105
  {
618
1106
  "kind": "TypeFunc",
619
1107
  "name": "Function",
620
- "printedName": "() -> ()",
1108
+ "printedName": "() -> Swift.Bool",
621
1109
  "children": [
622
1110
  {
623
1111
  "kind": "TypeNominal",
624
- "name": "Void",
625
- "printedName": "()"
1112
+ "name": "Bool",
1113
+ "printedName": "Swift.Bool",
1114
+ "usr": "s:Sb"
626
1115
  },
627
1116
  {
628
1117
  "kind": "TypeNominal",
@@ -636,8 +1125,8 @@
636
1125
  }
637
1126
  ],
638
1127
  "declKind": "Accessor",
639
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
640
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvgZ",
1128
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO016quiesceEngineForC12SessionCycleSbycSgvgZ",
1129
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO016quiesceEngineForC12SessionCycleSbycSgvgZ",
641
1130
  "moduleName": "DavoiceTTS",
642
1131
  "static": true,
643
1132
  "implicit": true,
@@ -656,17 +1145,18 @@
656
1145
  {
657
1146
  "kind": "TypeNominal",
658
1147
  "name": "Optional",
659
- "printedName": "(() -> ())?",
1148
+ "printedName": "(() -> Swift.Bool)?",
660
1149
  "children": [
661
1150
  {
662
1151
  "kind": "TypeFunc",
663
1152
  "name": "Function",
664
- "printedName": "() -> ()",
1153
+ "printedName": "() -> Swift.Bool",
665
1154
  "children": [
666
1155
  {
667
1156
  "kind": "TypeNominal",
668
- "name": "Void",
669
- "printedName": "()"
1157
+ "name": "Bool",
1158
+ "printedName": "Swift.Bool",
1159
+ "usr": "s:Sb"
670
1160
  },
671
1161
  {
672
1162
  "kind": "TypeNominal",
@@ -680,8 +1170,8 @@
680
1170
  }
681
1171
  ],
682
1172
  "declKind": "Accessor",
683
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
684
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvsZ",
1173
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO016quiesceEngineForC12SessionCycleSbycSgvsZ",
1174
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO016quiesceEngineForC12SessionCycleSbycSgvsZ",
685
1175
  "moduleName": "DavoiceTTS",
686
1176
  "static": true,
687
1177
  "implicit": true,
@@ -699,8 +1189,8 @@
699
1189
  }
700
1190
  ],
701
1191
  "declKind": "Accessor",
702
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
703
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO010stopEngineD0yycSgvMZ",
1192
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO016quiesceEngineForC12SessionCycleSbycSgvMZ",
1193
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO016quiesceEngineForC12SessionCycleSbycSgvMZ",
704
1194
  "moduleName": "DavoiceTTS",
705
1195
  "static": true,
706
1196
  "implicit": true,
@@ -710,32 +1200,23 @@
710
1200
  },
711
1201
  {
712
1202
  "kind": "Var",
713
- "name": "currentEngine",
714
- "printedName": "currentEngine",
1203
+ "name": "resumeEngineAfterAudioSessionCycle",
1204
+ "printedName": "resumeEngineAfterAudioSessionCycle",
715
1205
  "children": [
716
1206
  {
717
1207
  "kind": "TypeNominal",
718
1208
  "name": "Optional",
719
- "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
1209
+ "printedName": "(() -> ())?",
720
1210
  "children": [
721
1211
  {
722
1212
  "kind": "TypeFunc",
723
1213
  "name": "Function",
724
- "printedName": "() -> AVFAudio.AVAudioEngine?",
1214
+ "printedName": "() -> ()",
725
1215
  "children": [
726
1216
  {
727
1217
  "kind": "TypeNominal",
728
- "name": "Optional",
729
- "printedName": "AVFAudio.AVAudioEngine?",
730
- "children": [
731
- {
732
- "kind": "TypeNominal",
733
- "name": "AVAudioEngine",
734
- "printedName": "AVFAudio.AVAudioEngine",
735
- "usr": "c:objc(cs)AVAudioEngine"
736
- }
737
- ],
738
- "usr": "s:Sq"
1218
+ "name": "Void",
1219
+ "printedName": "()"
739
1220
  },
740
1221
  {
741
1222
  "kind": "TypeNominal",
@@ -749,8 +1230,8 @@
749
1230
  }
750
1231
  ],
751
1232
  "declKind": "Var",
752
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
753
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvpZ",
1233
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO017resumeEngineAfterC12SessionCycleyycSgvpZ",
1234
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO017resumeEngineAfterC12SessionCycleyycSgvpZ",
754
1235
  "moduleName": "DavoiceTTS",
755
1236
  "static": true,
756
1237
  "declAttributes": [
@@ -768,26 +1249,17 @@
768
1249
  {
769
1250
  "kind": "TypeNominal",
770
1251
  "name": "Optional",
771
- "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
1252
+ "printedName": "(() -> ())?",
772
1253
  "children": [
773
1254
  {
774
1255
  "kind": "TypeFunc",
775
1256
  "name": "Function",
776
- "printedName": "() -> AVFAudio.AVAudioEngine?",
1257
+ "printedName": "() -> ()",
777
1258
  "children": [
778
1259
  {
779
1260
  "kind": "TypeNominal",
780
- "name": "Optional",
781
- "printedName": "AVFAudio.AVAudioEngine?",
782
- "children": [
783
- {
784
- "kind": "TypeNominal",
785
- "name": "AVAudioEngine",
786
- "printedName": "AVFAudio.AVAudioEngine",
787
- "usr": "c:objc(cs)AVAudioEngine"
788
- }
789
- ],
790
- "usr": "s:Sq"
1261
+ "name": "Void",
1262
+ "printedName": "()"
791
1263
  },
792
1264
  {
793
1265
  "kind": "TypeNominal",
@@ -801,8 +1273,8 @@
801
1273
  }
802
1274
  ],
803
1275
  "declKind": "Accessor",
804
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
805
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvgZ",
1276
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO017resumeEngineAfterC12SessionCycleyycSgvgZ",
1277
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO017resumeEngineAfterC12SessionCycleyycSgvgZ",
806
1278
  "moduleName": "DavoiceTTS",
807
1279
  "static": true,
808
1280
  "implicit": true,
@@ -821,26 +1293,17 @@
821
1293
  {
822
1294
  "kind": "TypeNominal",
823
1295
  "name": "Optional",
824
- "printedName": "(() -> AVFAudio.AVAudioEngine?)?",
1296
+ "printedName": "(() -> ())?",
825
1297
  "children": [
826
1298
  {
827
1299
  "kind": "TypeFunc",
828
1300
  "name": "Function",
829
- "printedName": "() -> AVFAudio.AVAudioEngine?",
1301
+ "printedName": "() -> ()",
830
1302
  "children": [
831
1303
  {
832
1304
  "kind": "TypeNominal",
833
- "name": "Optional",
834
- "printedName": "AVFAudio.AVAudioEngine?",
835
- "children": [
836
- {
837
- "kind": "TypeNominal",
838
- "name": "AVAudioEngine",
839
- "printedName": "AVFAudio.AVAudioEngine",
840
- "usr": "c:objc(cs)AVAudioEngine"
841
- }
842
- ],
843
- "usr": "s:Sq"
1305
+ "name": "Void",
1306
+ "printedName": "()"
844
1307
  },
845
1308
  {
846
1309
  "kind": "TypeNominal",
@@ -854,8 +1317,8 @@
854
1317
  }
855
1318
  ],
856
1319
  "declKind": "Accessor",
857
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
858
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvsZ",
1320
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO017resumeEngineAfterC12SessionCycleyycSgvsZ",
1321
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO017resumeEngineAfterC12SessionCycleyycSgvsZ",
859
1322
  "moduleName": "DavoiceTTS",
860
1323
  "static": true,
861
1324
  "implicit": true,
@@ -873,8 +1336,8 @@
873
1336
  }
874
1337
  ],
875
1338
  "declKind": "Accessor",
876
- "usr": "s:10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
877
- "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO13currentEngineSo07AVAudioG0CSgycSgvMZ",
1339
+ "usr": "s:10DavoiceTTS17AudioPlaybackHookO017resumeEngineAfterC12SessionCycleyycSgvMZ",
1340
+ "mangledName": "$s10DavoiceTTS17AudioPlaybackHookO017resumeEngineAfterC12SessionCycleyycSgvMZ",
878
1341
  "moduleName": "DavoiceTTS",
879
1342
  "static": true,
880
1343
  "implicit": true,
@@ -3694,6 +4157,56 @@
3694
4157
  }
3695
4158
  ]
3696
4159
  },
4160
+ {
4161
+ "kind": "Function",
4162
+ "name": "beginAudioProduction",
4163
+ "printedName": "beginAudioProduction()",
4164
+ "children": [
4165
+ {
4166
+ "kind": "TypeNominal",
4167
+ "name": "UUID",
4168
+ "printedName": "Foundation.UUID",
4169
+ "usr": "s:10Foundation4UUIDV"
4170
+ }
4171
+ ],
4172
+ "declKind": "Func",
4173
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC20beginAudioProduction10Foundation4UUIDVyF",
4174
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC20beginAudioProduction10Foundation4UUIDVyF",
4175
+ "moduleName": "DavoiceTTS",
4176
+ "declAttributes": [
4177
+ "Final",
4178
+ "AccessControl",
4179
+ "RawDocComment"
4180
+ ],
4181
+ "funcSelfKind": "NonMutating"
4182
+ },
4183
+ {
4184
+ "kind": "Function",
4185
+ "name": "endAudioProduction",
4186
+ "printedName": "endAudioProduction(_:)",
4187
+ "children": [
4188
+ {
4189
+ "kind": "TypeNominal",
4190
+ "name": "Void",
4191
+ "printedName": "()"
4192
+ },
4193
+ {
4194
+ "kind": "TypeNominal",
4195
+ "name": "UUID",
4196
+ "printedName": "Foundation.UUID",
4197
+ "usr": "s:10Foundation4UUIDV"
4198
+ }
4199
+ ],
4200
+ "declKind": "Func",
4201
+ "usr": "s:10DavoiceTTS15SwiftSoundQueueC18endAudioProductionyy10Foundation4UUIDVF",
4202
+ "mangledName": "$s10DavoiceTTS15SwiftSoundQueueC18endAudioProductionyy10Foundation4UUIDVF",
4203
+ "moduleName": "DavoiceTTS",
4204
+ "declAttributes": [
4205
+ "Final",
4206
+ "AccessControl"
4207
+ ],
4208
+ "funcSelfKind": "NonMutating"
4209
+ },
3697
4210
  {
3698
4211
  "kind": "Function",
3699
4212
  "name": "enqueue",
@@ -10646,24 +11159,59 @@
10646
11159
  {
10647
11160
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/AudioPlaybackHook.swift",
10648
11161
  "kind": "Array",
10649
- "offset": 4103,
10650
- "length": 130,
10651
- "value": "[\"AudioSessionAndDuckingManager\", \"KeywordDetectionIOSLibPrivate.AudioSessionAndDuckingManager\"]"
11162
+ "offset": 1113,
11163
+ "length": 176,
11164
+ "value": "[\"KeyWordDetection.AudioSessionAndDuckingManager\", \"AudioSessionAndDuckingManager\", \"KeywordDetectionIOSLibPrivate.AudioSessionAndDuckingManager\"]"
10652
11165
  },
10653
11166
  {
10654
11167
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/AudioPlaybackHook.swift",
10655
11168
  "kind": "StringLiteral",
10656
- "offset": 4284,
11169
+ "offset": 7910,
10657
11170
  "length": 8,
10658
11171
  "value": "\"shared\""
10659
11172
  },
10660
11173
  {
10661
11174
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/AudioPlaybackHook.swift",
10662
11175
  "kind": "StringLiteral",
10663
- "offset": 4344,
11176
+ "offset": 7970,
10664
11177
  "length": 41,
10665
11178
  "value": "\"getWakewordAudioRoutingConfigJSONString\""
10666
11179
  },
11180
+ {
11181
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/AudioPlaybackHook.swift",
11182
+ "kind": "BooleanLiteral",
11183
+ "offset": 9183,
11184
+ "length": 5,
11185
+ "value": "false"
11186
+ },
11187
+ {
11188
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/AudioPlaybackHook.swift",
11189
+ "kind": "StringLiteral",
11190
+ "offset": 9235,
11191
+ "length": 45,
11192
+ "value": "\"prepareWakewordForExternalAudioSessionCycle\""
11193
+ },
11194
+ {
11195
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/AudioPlaybackHook.swift",
11196
+ "kind": "BooleanLiteral",
11197
+ "offset": 9376,
11198
+ "length": 5,
11199
+ "value": "false"
11200
+ },
11201
+ {
11202
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/AudioPlaybackHook.swift",
11203
+ "kind": "StringLiteral",
11204
+ "offset": 9773,
11205
+ "length": 46,
11206
+ "value": "\"resumeWakewordAfterExternalAudioSessionCycle\""
11207
+ },
11208
+ {
11209
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/AudioPlaybackHook.swift",
11210
+ "kind": "StringLiteral",
11211
+ "offset": 10234,
11212
+ "length": 8,
11213
+ "value": "\"shared\""
11214
+ },
10667
11215
  {
10668
11216
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DavoicePhonemizer.swift",
10669
11217
  "kind": "StringLiteral",
@@ -10828,7 +11376,7 @@
10828
11376
  {
10829
11377
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DavoicePhonemizer.swift",
10830
11378
  "kind": "IntegerLiteral",
10831
- "offset": 23843,
11379
+ "offset": 26103,
10832
11380
  "length": 1,
10833
11381
  "value": "2"
10834
11382
  },
@@ -11640,133 +12188,133 @@
11640
12188
  {
11641
12189
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11642
12190
  "kind": "IntegerLiteral",
11643
- "offset": 71870,
12191
+ "offset": 72003,
11644
12192
  "length": 1,
11645
12193
  "value": "0"
11646
12194
  },
11647
12195
  {
11648
12196
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11649
12197
  "kind": "StringLiteral",
11650
- "offset": 72179,
12198
+ "offset": 72312,
11651
12199
  "length": 13,
11652
12200
  "value": "\"unspecified\""
11653
12201
  },
11654
12202
  {
11655
12203
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11656
12204
  "kind": "BooleanLiteral",
11657
- "offset": 72938,
12205
+ "offset": 73071,
11658
12206
  "length": 5,
11659
12207
  "value": "false"
11660
12208
  },
11661
12209
  {
11662
12210
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11663
12211
  "kind": "BooleanLiteral",
11664
- "offset": 74486,
12212
+ "offset": 74619,
11665
12213
  "length": 4,
11666
12214
  "value": "true"
11667
12215
  },
11668
12216
  {
11669
12217
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11670
12218
  "kind": "IntegerLiteral",
11671
- "offset": 75283,
12219
+ "offset": 75416,
11672
12220
  "length": 1,
11673
12221
  "value": "0"
11674
12222
  },
11675
12223
  {
11676
12224
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11677
12225
  "kind": "BooleanLiteral",
11678
- "offset": 92813,
12226
+ "offset": 92946,
11679
12227
  "length": 4,
11680
12228
  "value": "true"
11681
12229
  },
11682
12230
  {
11683
12231
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11684
12232
  "kind": "BooleanLiteral",
11685
- "offset": 98829,
12233
+ "offset": 99090,
11686
12234
  "length": 4,
11687
12235
  "value": "true"
11688
12236
  },
11689
12237
  {
11690
12238
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11691
12239
  "kind": "BooleanLiteral",
11692
- "offset": 102593,
12240
+ "offset": 102978,
11693
12241
  "length": 4,
11694
12242
  "value": "true"
11695
12243
  },
11696
12244
  {
11697
12245
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11698
12246
  "kind": "IntegerLiteral",
11699
- "offset": 103871,
12247
+ "offset": 104256,
11700
12248
  "length": 1,
11701
12249
  "value": "3"
11702
12250
  },
11703
12251
  {
11704
12252
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11705
12253
  "kind": "FloatLiteral",
11706
- "offset": 103943,
12254
+ "offset": 104328,
11707
12255
  "length": 4,
11708
12256
  "value": "0.20"
11709
12257
  },
11710
12258
  {
11711
12259
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11712
12260
  "kind": "Array",
11713
- "offset": 118241,
12261
+ "offset": 118626,
11714
12262
  "length": 121,
11715
12263
  "value": "[\"zero\", \"oh\", \"o\", \"one\", \"two\", \"three\", \"four\", \"five\", \"six\", \"seven\", \"eight\", \"nine\"]"
11716
12264
  },
11717
12265
  {
11718
12266
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11719
12267
  "kind": "BooleanLiteral",
11720
- "offset": 122799,
12268
+ "offset": 123317,
11721
12269
  "length": 5,
11722
12270
  "value": "false"
11723
12271
  },
11724
12272
  {
11725
12273
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11726
12274
  "kind": "FloatLiteral",
11727
- "offset": 140248,
12275
+ "offset": 140766,
11728
12276
  "length": 3,
11729
12277
  "value": "0.7"
11730
12278
  },
11731
12279
  {
11732
12280
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11733
12281
  "kind": "IntegerLiteral",
11734
- "offset": 182709,
12282
+ "offset": 185961,
11735
12283
  "length": 1,
11736
12284
  "value": "0"
11737
12285
  },
11738
12286
  {
11739
12287
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11740
12288
  "kind": "Array",
11741
- "offset": 182725,
12289
+ "offset": 185977,
11742
12290
  "length": 2,
11743
12291
  "value": "[]"
11744
12292
  },
11745
12293
  {
11746
12294
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11747
12295
  "kind": "IntegerLiteral",
11748
- "offset": 182777,
12296
+ "offset": 186029,
11749
12297
  "length": 1,
11750
12298
  "value": "0"
11751
12299
  },
11752
12300
  {
11753
12301
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11754
12302
  "kind": "IntegerLiteral",
11755
- "offset": 182916,
12303
+ "offset": 186168,
11756
12304
  "length": 1,
11757
12305
  "value": "0"
11758
12306
  },
11759
12307
  {
11760
12308
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11761
12309
  "kind": "IntegerLiteral",
11762
- "offset": 183141,
12310
+ "offset": 186393,
11763
12311
  "length": 1,
11764
12312
  "value": "0"
11765
12313
  },
11766
12314
  {
11767
12315
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
11768
12316
  "kind": "Array",
11769
- "offset": 183335,
12317
+ "offset": 186587,
11770
12318
  "length": 2,
11771
12319
  "value": "[]"
11772
12320
  },
@@ -11815,1701 +12363,1722 @@
11815
12363
  {
11816
12364
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11817
12365
  "kind": "Dictionary",
11818
- "offset": 12400,
12366
+ "offset": 12392,
11819
12367
  "length": 3,
11820
12368
  "value": "[]"
11821
12369
  },
11822
12370
  {
11823
12371
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11824
12372
  "kind": "StringLiteral",
11825
- "offset": 12891,
12373
+ "offset": 13064,
11826
12374
  "length": 17,
11827
12375
  "value": "\"audio.session.q\""
11828
12376
  },
11829
12377
  {
11830
12378
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11831
12379
  "kind": "IntegerLiteral",
11832
- "offset": 12978,
12380
+ "offset": 13151,
11833
12381
  "length": 1,
11834
12382
  "value": "0"
11835
12383
  },
11836
12384
  {
11837
12385
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11838
12386
  "kind": "IntegerLiteral",
11839
- "offset": 13025,
12387
+ "offset": 13198,
11840
12388
  "length": 1,
11841
12389
  "value": "0"
11842
12390
  },
11843
12391
  {
11844
12392
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11845
12393
  "kind": "IntegerLiteral",
11846
- "offset": 13075,
12394
+ "offset": 13248,
11847
12395
  "length": 1,
11848
12396
  "value": "0"
11849
12397
  },
11850
12398
  {
11851
12399
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11852
12400
  "kind": "BooleanLiteral",
11853
- "offset": 13116,
12401
+ "offset": 13289,
11854
12402
  "length": 5,
11855
12403
  "value": "false"
11856
12404
  },
11857
12405
  {
11858
12406
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11859
12407
  "kind": "IntegerLiteral",
11860
- "offset": 13160,
12408
+ "offset": 13333,
11861
12409
  "length": 1,
11862
12410
  "value": "0"
11863
12411
  },
12412
+ {
12413
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12414
+ "kind": "BooleanLiteral",
12415
+ "offset": 13373,
12416
+ "length": 5,
12417
+ "value": "false"
12418
+ },
12419
+ {
12420
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12421
+ "kind": "Array",
12422
+ "offset": 13428,
12423
+ "length": 2,
12424
+ "value": "[]"
12425
+ },
12426
+ {
12427
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12428
+ "kind": "Array",
12429
+ "offset": 13500,
12430
+ "length": 2,
12431
+ "value": "[]"
12432
+ },
11864
12433
  {
11865
12434
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11866
12435
  "kind": "StringLiteral",
11867
- "offset": 14542,
12436
+ "offset": 16224,
11868
12437
  "length": 19,
11869
12438
  "value": "\"swift.sound.queue\""
11870
12439
  },
11871
12440
  {
11872
12441
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11873
12442
  "kind": "Array",
11874
- "offset": 14599,
12443
+ "offset": 16281,
11875
12444
  "length": 2,
11876
12445
  "value": "[]"
11877
12446
  },
11878
12447
  {
11879
12448
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11880
12449
  "kind": "FloatLiteral",
11881
- "offset": 27736,
12450
+ "offset": 37028,
11882
12451
  "length": 4,
11883
12452
  "value": "0.95"
11884
12453
  },
11885
12454
  {
11886
12455
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11887
12456
  "kind": "FloatLiteral",
11888
- "offset": 27759,
12457
+ "offset": 37051,
11889
12458
  "length": 3,
11890
12459
  "value": "5.0"
11891
12460
  },
11892
12461
  {
11893
12462
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11894
12463
  "kind": "IntegerLiteral",
11895
- "offset": 27882,
12464
+ "offset": 37174,
11896
12465
  "length": 1,
11897
12466
  "value": "0"
11898
12467
  },
11899
12468
  {
11900
12469
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11901
12470
  "kind": "IntegerLiteral",
11902
- "offset": 27918,
12471
+ "offset": 37210,
11903
12472
  "length": 1,
11904
12473
  "value": "0"
11905
12474
  },
11906
12475
  {
11907
12476
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11908
12477
  "kind": "IntegerLiteral",
11909
- "offset": 27940,
12478
+ "offset": 37232,
11910
12479
  "length": 1,
11911
12480
  "value": "1"
11912
12481
  },
11913
12482
  {
11914
12483
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11915
12484
  "kind": "IntegerLiteral",
11916
- "offset": 27980,
12485
+ "offset": 37272,
11917
12486
  "length": 1,
11918
12487
  "value": "0"
11919
12488
  },
11920
12489
  {
11921
12490
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11922
12491
  "kind": "FloatLiteral",
11923
- "offset": 28019,
12492
+ "offset": 37311,
11924
12493
  "length": 3,
11925
12494
  "value": "8.0"
11926
12495
  },
11927
12496
  {
11928
12497
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11929
12498
  "kind": "IntegerLiteral",
11930
- "offset": 28061,
12499
+ "offset": 37353,
11931
12500
  "length": 1,
11932
12501
  "value": "1"
11933
12502
  },
11934
12503
  {
11935
12504
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11936
12505
  "kind": "IntegerLiteral",
11937
- "offset": 28072,
12506
+ "offset": 37364,
11938
12507
  "length": 1,
11939
12508
  "value": "1"
11940
12509
  },
11941
12510
  {
11942
12511
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11943
12512
  "kind": "FloatLiteral",
11944
- "offset": 28115,
12513
+ "offset": 37407,
11945
12514
  "length": 4,
11946
12515
  "value": "-1.0"
11947
12516
  },
11948
12517
  {
11949
12518
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11950
12519
  "kind": "FloatLiteral",
11951
- "offset": 28133,
12520
+ "offset": 37425,
11952
12521
  "length": 3,
11953
12522
  "value": "1.0"
11954
12523
  },
11955
12524
  {
11956
12525
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11957
12526
  "kind": "IntegerLiteral",
11958
- "offset": 28160,
12527
+ "offset": 37452,
11959
12528
  "length": 1,
11960
12529
  "value": "1"
11961
12530
  },
11962
12531
  {
11963
12532
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11964
12533
  "kind": "IntegerLiteral",
11965
- "offset": 28177,
12534
+ "offset": 37469,
11966
12535
  "length": 1,
11967
12536
  "value": "1"
11968
12537
  },
11969
12538
  {
11970
12539
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11971
12540
  "kind": "IntegerLiteral",
11972
- "offset": 28286,
12541
+ "offset": 37578,
11973
12542
  "length": 1,
11974
12543
  "value": "2"
11975
12544
  },
11976
12545
  {
11977
12546
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11978
12547
  "kind": "FloatLiteral",
11979
- "offset": 28306,
12548
+ "offset": 37598,
11980
12549
  "length": 6,
11981
12550
  "value": "1000.0"
11982
12551
  },
11983
12552
  {
11984
12553
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11985
12554
  "kind": "IntegerLiteral",
11986
- "offset": 28330,
12555
+ "offset": 37622,
11987
12556
  "length": 1,
11988
12557
  "value": "0"
11989
12558
  },
11990
12559
  {
11991
12560
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11992
12561
  "kind": "IntegerLiteral",
11993
- "offset": 28361,
12562
+ "offset": 37653,
11994
12563
  "length": 1,
11995
12564
  "value": "0"
11996
12565
  },
11997
12566
  {
11998
12567
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
11999
12568
  "kind": "IntegerLiteral",
12000
- "offset": 28437,
12569
+ "offset": 37729,
12001
12570
  "length": 1,
12002
12571
  "value": "1"
12003
12572
  },
12004
12573
  {
12005
12574
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12006
12575
  "kind": "StringLiteral",
12007
- "offset": 36344,
12576
+ "offset": 45636,
12008
12577
  "length": 2,
12009
12578
  "value": "\"\""
12010
12579
  },
12011
12580
  {
12012
12581
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12013
12582
  "kind": "BooleanLiteral",
12014
- "offset": 37758,
12583
+ "offset": 47050,
12015
12584
  "length": 5,
12016
12585
  "value": "false"
12017
12586
  },
12018
12587
  {
12019
12588
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12020
12589
  "kind": "BooleanLiteral",
12021
- "offset": 37828,
12590
+ "offset": 47120,
12022
12591
  "length": 4,
12023
12592
  "value": "true"
12024
12593
  },
12025
12594
  {
12026
12595
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12027
12596
  "kind": "IntegerLiteral",
12028
- "offset": 38386,
12597
+ "offset": 47678,
12029
12598
  "length": 8,
12030
12599
  "value": "1"
12031
12600
  },
12032
12601
  {
12033
12602
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12034
12603
  "kind": "IntegerLiteral",
12035
- "offset": 38629,
12604
+ "offset": 47921,
12036
12605
  "length": 1,
12037
12606
  "value": "0"
12038
12607
  },
12039
12608
  {
12040
12609
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12041
12610
  "kind": "BooleanLiteral",
12042
- "offset": 38654,
12611
+ "offset": 47946,
12043
12612
  "length": 5,
12044
12613
  "value": "false"
12045
12614
  },
12046
12615
  {
12047
12616
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12048
12617
  "kind": "BooleanLiteral",
12049
- "offset": 38689,
12618
+ "offset": 47981,
12050
12619
  "length": 5,
12051
12620
  "value": "false"
12052
12621
  },
12053
12622
  {
12054
12623
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12055
12624
  "kind": "StringLiteral",
12056
- "offset": 38939,
12625
+ "offset": 48231,
12057
12626
  "length": 16,
12058
12627
  "value": "\"davtts.control\""
12059
12628
  },
12060
12629
  {
12061
12630
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12062
12631
  "kind": "BooleanLiteral",
12063
- "offset": 39016,
12632
+ "offset": 48308,
12064
12633
  "length": 5,
12065
12634
  "value": "false"
12066
12635
  },
12067
12636
  {
12068
12637
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12069
12638
  "kind": "BooleanLiteral",
12070
- "offset": 39050,
12639
+ "offset": 48342,
12071
12640
  "length": 5,
12072
12641
  "value": "false"
12073
12642
  },
12074
12643
  {
12075
12644
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12076
12645
  "kind": "IntegerLiteral",
12077
- "offset": 40811,
12646
+ "offset": 50103,
12078
12647
  "length": 1,
12079
12648
  "value": "0"
12080
12649
  },
12081
12650
  {
12082
12651
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12083
12652
  "kind": "IntegerLiteral",
12084
- "offset": 40826,
12653
+ "offset": 50118,
12085
12654
  "length": 1,
12086
12655
  "value": "0"
12087
12656
  },
12088
12657
  {
12089
12658
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12090
12659
  "kind": "FloatLiteral",
12091
- "offset": 42542,
12660
+ "offset": 51834,
12092
12661
  "length": 4,
12093
12662
  "value": "10.0"
12094
12663
  },
12095
12664
  {
12096
12665
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12097
12666
  "kind": "FloatLiteral",
12098
- "offset": 42555,
12667
+ "offset": 51847,
12099
12668
  "length": 4,
12100
12669
  "value": "40.0"
12101
12670
  },
12102
12671
  {
12103
12672
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12104
12673
  "kind": "FloatLiteral",
12105
- "offset": 42574,
12674
+ "offset": 51866,
12106
12675
  "length": 3,
12107
12676
  "value": "2.0"
12108
12677
  },
12109
12678
  {
12110
12679
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12111
12680
  "kind": "IntegerLiteral",
12112
- "offset": 42660,
12681
+ "offset": 51952,
12113
12682
  "length": 1,
12114
12683
  "value": "2"
12115
12684
  },
12116
12685
  {
12117
12686
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12118
12687
  "kind": "IntegerLiteral",
12119
- "offset": 42675,
12688
+ "offset": 51967,
12120
12689
  "length": 1,
12121
12690
  "value": "1"
12122
12691
  },
12123
12692
  {
12124
12693
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12125
12694
  "kind": "IntegerLiteral",
12126
- "offset": 42681,
12695
+ "offset": 51973,
12127
12696
  "length": 1,
12128
12697
  "value": "1"
12129
12698
  },
12130
12699
  {
12131
12700
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12132
12701
  "kind": "IntegerLiteral",
12133
- "offset": 42691,
12702
+ "offset": 51983,
12134
12703
  "length": 1,
12135
12704
  "value": "1"
12136
12705
  },
12137
12706
  {
12138
12707
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12139
12708
  "kind": "IntegerLiteral",
12140
- "offset": 42696,
12709
+ "offset": 51988,
12141
12710
  "length": 1,
12142
12711
  "value": "2"
12143
12712
  },
12144
12713
  {
12145
12714
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12146
12715
  "kind": "IntegerLiteral",
12147
- "offset": 42720,
12716
+ "offset": 52012,
12148
12717
  "length": 1,
12149
12718
  "value": "1"
12150
12719
  },
12151
12720
  {
12152
12721
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12153
12722
  "kind": "IntegerLiteral",
12154
- "offset": 42728,
12723
+ "offset": 52020,
12155
12724
  "length": 1,
12156
12725
  "value": "1"
12157
12726
  },
12158
12727
  {
12159
12728
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12160
12729
  "kind": "IntegerLiteral",
12161
- "offset": 42738,
12730
+ "offset": 52030,
12162
12731
  "length": 1,
12163
12732
  "value": "2"
12164
12733
  },
12165
12734
  {
12166
12735
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12167
12736
  "kind": "IntegerLiteral",
12168
- "offset": 42769,
12737
+ "offset": 52061,
12169
12738
  "length": 2,
12170
12739
  "value": "-2"
12171
12740
  },
12172
12741
  {
12173
12742
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12174
12743
  "kind": "IntegerLiteral",
12175
- "offset": 42779,
12744
+ "offset": 52071,
12176
12745
  "length": 1,
12177
12746
  "value": "1"
12178
12747
  },
12179
12748
  {
12180
12749
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12181
12750
  "kind": "IntegerLiteral",
12182
- "offset": 42787,
12751
+ "offset": 52079,
12183
12752
  "length": 1,
12184
12753
  "value": "1"
12185
12754
  },
12186
12755
  {
12187
12756
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12188
12757
  "kind": "IntegerLiteral",
12189
- "offset": 42817,
12758
+ "offset": 52109,
12190
12759
  "length": 1,
12191
12760
  "value": "1"
12192
12761
  },
12193
12762
  {
12194
12763
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12195
12764
  "kind": "IntegerLiteral",
12196
- "offset": 42825,
12765
+ "offset": 52117,
12197
12766
  "length": 1,
12198
12767
  "value": "1"
12199
12768
  },
12200
12769
  {
12201
12770
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12202
12771
  "kind": "IntegerLiteral",
12203
- "offset": 42835,
12772
+ "offset": 52127,
12204
12773
  "length": 1,
12205
12774
  "value": "2"
12206
12775
  },
12207
12776
  {
12208
12777
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12209
12778
  "kind": "IntegerLiteral",
12210
- "offset": 42869,
12779
+ "offset": 52161,
12211
12780
  "length": 1,
12212
12781
  "value": "1"
12213
12782
  },
12214
12783
  {
12215
12784
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12216
12785
  "kind": "IntegerLiteral",
12217
- "offset": 42877,
12786
+ "offset": 52169,
12218
12787
  "length": 1,
12219
12788
  "value": "1"
12220
12789
  },
12221
12790
  {
12222
12791
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12223
12792
  "kind": "IntegerLiteral",
12224
- "offset": 42887,
12793
+ "offset": 52179,
12225
12794
  "length": 1,
12226
12795
  "value": "2"
12227
12796
  },
12228
12797
  {
12229
12798
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12230
12799
  "kind": "IntegerLiteral",
12231
- "offset": 42917,
12800
+ "offset": 52209,
12232
12801
  "length": 1,
12233
12802
  "value": "2"
12234
12803
  },
12235
12804
  {
12236
12805
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12237
12806
  "kind": "IntegerLiteral",
12238
- "offset": 42924,
12807
+ "offset": 52216,
12239
12808
  "length": 1,
12240
12809
  "value": "1"
12241
12810
  },
12242
12811
  {
12243
12812
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12244
12813
  "kind": "IntegerLiteral",
12245
- "offset": 42932,
12814
+ "offset": 52224,
12246
12815
  "length": 1,
12247
12816
  "value": "1"
12248
12817
  },
12249
12818
  {
12250
12819
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12251
12820
  "kind": "IntegerLiteral",
12252
- "offset": 42958,
12821
+ "offset": 52250,
12253
12822
  "length": 1,
12254
12823
  "value": "1"
12255
12824
  },
12256
12825
  {
12257
12826
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12258
12827
  "kind": "IntegerLiteral",
12259
- "offset": 42966,
12828
+ "offset": 52258,
12260
12829
  "length": 1,
12261
12830
  "value": "1"
12262
12831
  },
12263
12832
  {
12264
12833
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12265
12834
  "kind": "IntegerLiteral",
12266
- "offset": 42976,
12835
+ "offset": 52268,
12267
12836
  "length": 1,
12268
12837
  "value": "2"
12269
12838
  },
12270
12839
  {
12271
12840
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12272
12841
  "kind": "IntegerLiteral",
12273
- "offset": 50194,
12842
+ "offset": 59486,
12274
12843
  "length": 6,
12275
12844
  "value": "16000"
12276
12845
  },
12277
12846
  {
12278
12847
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12279
12848
  "kind": "IntegerLiteral",
12280
- "offset": 50216,
12849
+ "offset": 59508,
12281
12850
  "length": 2,
12282
12851
  "value": "20"
12283
12852
  },
12284
12853
  {
12285
12854
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12286
12855
  "kind": "IntegerLiteral",
12287
- "offset": 51664,
12856
+ "offset": 60956,
12288
12857
  "length": 1,
12289
12858
  "value": "0"
12290
12859
  },
12291
12860
  {
12292
12861
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12293
12862
  "kind": "IntegerLiteral",
12294
- "offset": 52851,
12863
+ "offset": 62296,
12295
12864
  "length": 1,
12296
12865
  "value": "0"
12297
12866
  },
12298
12867
  {
12299
12868
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12300
12869
  "kind": "IntegerLiteral",
12301
- "offset": 54695,
12870
+ "offset": 64293,
12302
12871
  "length": 1,
12303
12872
  "value": "0"
12304
12873
  },
12305
12874
  {
12306
12875
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12307
12876
  "kind": "IntegerLiteral",
12308
- "offset": 54824,
12877
+ "offset": 64422,
12309
12878
  "length": 5,
12310
12879
  "value": "48000"
12311
12880
  },
12312
12881
  {
12313
12882
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12314
12883
  "kind": "IntegerLiteral",
12315
- "offset": 54912,
12884
+ "offset": 64510,
12316
12885
  "length": 2,
12317
12886
  "value": "-1"
12318
12887
  },
12319
12888
  {
12320
12889
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12321
12890
  "kind": "IntegerLiteral",
12322
- "offset": 55063,
12891
+ "offset": 64661,
12323
12892
  "length": 2,
12324
12893
  "value": "-1"
12325
12894
  },
12326
12895
  {
12327
12896
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12328
12897
  "kind": "StringLiteral",
12329
- "offset": 55592,
12898
+ "offset": 65190,
12330
12899
  "length": 3,
12331
12900
  "value": "\"_\""
12332
12901
  },
12333
12902
  {
12334
12903
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12335
12904
  "kind": "IntegerLiteral",
12336
- "offset": 55840,
12905
+ "offset": 65438,
12337
12906
  "length": 1,
12338
12907
  "value": "1"
12339
12908
  },
12340
12909
  {
12341
12910
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12342
12911
  "kind": "StringLiteral",
12343
- "offset": 55980,
12912
+ "offset": 65578,
12344
12913
  "length": 40,
12345
12914
  "value": "\"[TTS]: slice:'\""
12346
12915
  },
12347
12916
  {
12348
12917
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12349
12918
  "kind": "StringLiteral",
12350
- "offset": 56005,
12919
+ "offset": 65603,
12351
12920
  "length": 58,
12352
12921
  "value": "\"' lastScalar:\""
12353
12922
  },
12354
12923
  {
12355
12924
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12356
12925
  "kind": "IntegerLiteral",
12357
- "offset": 56060,
12926
+ "offset": 65658,
12358
12927
  "length": 2,
12359
12928
  "value": "-1"
12360
12929
  },
12361
12930
  {
12362
12931
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12363
12932
  "kind": "Array",
12364
- "offset": 56155,
12933
+ "offset": 65753,
12365
12934
  "length": 2,
12366
12935
  "value": "[]"
12367
12936
  },
12368
12937
  {
12369
12938
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12370
12939
  "kind": "StringLiteral",
12371
- "offset": 56302,
12940
+ "offset": 65900,
12372
12941
  "length": 12,
12373
12942
  "value": "\"DaVoiceTTS\""
12374
12943
  },
12375
12944
  {
12376
12945
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12377
12946
  "kind": "IntegerLiteral",
12378
- "offset": 56322,
12947
+ "offset": 65920,
12379
12948
  "length": 2,
12380
12949
  "value": "12"
12381
12950
  },
12382
12951
  {
12383
12952
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12384
12953
  "kind": "StringLiteral",
12385
- "offset": 56364,
12954
+ "offset": 65962,
12386
12955
  "length": 39,
12387
12956
  "value": "\"Davoice phonemizer is not initialized\""
12388
12957
  },
12389
12958
  {
12390
12959
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12391
12960
  "kind": "StringLiteral",
12392
- "offset": 56931,
12961
+ "offset": 66529,
12393
12962
  "length": 60,
12394
12963
  "value": "\"[swift-dav] [error] Davoice proprietary phonemizer failed:\""
12395
12964
  },
12396
12965
  {
12397
12966
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12398
12967
  "kind": "IntegerLiteral",
12399
- "offset": 57089,
12968
+ "offset": 66687,
12400
12969
  "length": 4,
12401
12970
  "value": "0x02"
12402
12971
  },
12403
12972
  {
12404
12973
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12405
12974
  "kind": "IntegerLiteral",
12406
- "offset": 57295,
12975
+ "offset": 66893,
12407
12976
  "length": 1,
12408
12977
  "value": "0"
12409
12978
  },
12410
12979
  {
12411
12980
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12412
12981
  "kind": "IntegerLiteral",
12413
- "offset": 57350,
12982
+ "offset": 66948,
12414
12983
  "length": 1,
12415
12984
  "value": "0"
12416
12985
  },
12417
12986
  {
12418
12987
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12419
12988
  "kind": "IntegerLiteral",
12420
- "offset": 57467,
12989
+ "offset": 67065,
12421
12990
  "length": 1,
12422
12991
  "value": "0"
12423
12992
  },
12424
12993
  {
12425
12994
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12426
12995
  "kind": "IntegerLiteral",
12427
- "offset": 57608,
12996
+ "offset": 67206,
12428
12997
  "length": 1,
12429
12998
  "value": "1"
12430
12999
  },
12431
13000
  {
12432
13001
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12433
13002
  "kind": "StringLiteral",
12434
- "offset": 57953,
13003
+ "offset": 67551,
12435
13004
  "length": 23,
12436
13005
  "value": "\"[TTS]: terminator == \""
12437
13006
  },
12438
13007
  {
12439
13008
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12440
13009
  "kind": "IntegerLiteral",
12441
- "offset": 58027,
13010
+ "offset": 67625,
12442
13011
  "length": 6,
12443
13012
  "value": "589864"
12444
13013
  },
12445
13014
  {
12446
13015
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12447
13016
  "kind": "IntegerLiteral",
12448
- "offset": 58445,
13017
+ "offset": 68043,
12449
13018
  "length": 1,
12450
13019
  "value": "1"
12451
13020
  },
12452
13021
  {
12453
13022
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12454
13023
  "kind": "StringLiteral",
12455
- "offset": 58496,
13024
+ "offset": 68094,
12456
13025
  "length": 51,
12457
13026
  "value": "\"✅ Full cString: \"\""
12458
13027
  },
12459
13028
  {
12460
13029
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12461
13030
  "kind": "StringLiteral",
12462
- "offset": 58544,
13031
+ "offset": 68142,
12463
13032
  "length": 1,
12464
13033
  "value": "\"\"\""
12465
13034
  },
12466
13035
  {
12467
13036
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12468
13037
  "kind": "StringLiteral",
12469
- "offset": 58597,
13038
+ "offset": 68195,
12470
13039
  "length": 62,
12471
13040
  "value": "\"🔢 inputPtr offset from base: \""
12472
13041
  },
12473
13042
  {
12474
13043
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12475
13044
  "kind": "StringLiteral",
12476
- "offset": 58639,
13045
+ "offset": 68237,
12477
13046
  "length": 1,
12478
13047
  "value": "\" (index = \""
12479
13048
  },
12480
13049
  {
12481
13050
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12482
13051
  "kind": "StringLiteral",
12483
- "offset": 58657,
13052
+ "offset": 68255,
12484
13053
  "length": 1,
12485
13054
  "value": "\")\""
12486
13055
  },
12487
13056
  {
12488
13057
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12489
13058
  "kind": "IntegerLiteral",
12490
- "offset": 58709,
13059
+ "offset": 68307,
12491
13060
  "length": 1,
12492
13061
  "value": "0"
12493
13062
  },
12494
13063
  {
12495
13064
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12496
13065
  "kind": "StringLiteral",
12497
- "offset": 58923,
13066
+ "offset": 68521,
12498
13067
  "length": 64,
12499
13068
  "value": "\"🔍 Backward index \""
12500
13069
  },
12501
13070
  {
12502
13071
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12503
13072
  "kind": "StringLiteral",
12504
- "offset": 58952,
13073
+ "offset": 68550,
12505
13074
  "length": 1,
12506
13075
  "value": "\": byte = \""
12507
13076
  },
12508
13077
  {
12509
13078
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12510
13079
  "kind": "StringLiteral",
12511
- "offset": 58968,
13080
+ "offset": 68566,
12512
13081
  "length": 1,
12513
13082
  "value": "\", char = '\""
12514
13083
  },
12515
13084
  {
12516
13085
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12517
13086
  "kind": "StringLiteral",
12518
- "offset": 58985,
13087
+ "offset": 68583,
12519
13088
  "length": 3,
12520
13089
  "value": "\"'\""
12521
13090
  },
12522
13091
  {
12523
13092
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12524
13093
  "kind": "StringLiteral",
12525
- "offset": 59142,
13094
+ "offset": 68740,
12526
13095
  "length": 57,
12527
13096
  "value": "\"✅ Found terminating char: '\""
12528
13097
  },
12529
13098
  {
12530
13099
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12531
13100
  "kind": "StringLiteral",
12532
- "offset": 59179,
13101
+ "offset": 68777,
12533
13102
  "length": 21,
12534
13103
  "value": "\"' at index \""
12535
13104
  },
12536
13105
  {
12537
13106
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12538
13107
  "kind": "StringLiteral",
12539
- "offset": 59198,
13108
+ "offset": 68796,
12540
13109
  "length": 2,
12541
13110
  "value": "\"\""
12542
13111
  },
12543
13112
  {
12544
13113
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12545
13114
  "kind": "IntegerLiteral",
12546
- "offset": 59401,
13115
+ "offset": 68999,
12547
13116
  "length": 1,
12548
13117
  "value": "1"
12549
13118
  },
12550
13119
  {
12551
13120
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12552
13121
  "kind": "IntegerLiteral",
12553
- "offset": 59481,
13122
+ "offset": 69079,
12554
13123
  "length": 1,
12555
13124
  "value": "0"
12556
13125
  },
12557
13126
  {
12558
13127
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12559
13128
  "kind": "StringLiteral",
12560
- "offset": 59537,
13129
+ "offset": 69135,
12561
13130
  "length": 66,
12562
13131
  "value": "\"⚠️ No non-alphanumeric terminator char found before inputPtr\""
12563
13132
  },
12564
13133
  {
12565
13134
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12566
13135
  "kind": "StringLiteral",
12567
- "offset": 59857,
13136
+ "offset": 69455,
12568
13137
  "length": 50,
12569
13138
  "value": "\"ptr == nil → using last character of cString =\""
12570
13139
  },
12571
13140
  {
12572
13141
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12573
13142
  "kind": "StringLiteral",
12574
- "offset": 60244,
13143
+ "offset": 69842,
12575
13144
  "length": 38,
12576
13145
  "value": "\"[swift-dav] [debug] Parsed phonemes:\""
12577
13146
  },
12578
13147
  {
12579
13148
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12580
13149
  "kind": "StringLiteral",
12581
- "offset": 60318,
13150
+ "offset": 69916,
12582
13151
  "length": 54,
12583
13152
  "value": "\"[swift-dav] [debug] Phoneme count: \""
12584
13153
  },
12585
13154
  {
12586
13155
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12587
13156
  "kind": "StringLiteral",
12588
- "offset": 60371,
13157
+ "offset": 69969,
12589
13158
  "length": 2,
12590
13159
  "value": "\"\""
12591
13160
  },
12592
13161
  {
12593
13162
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12594
13163
  "kind": "StringLiteral",
12595
- "offset": 60399,
13164
+ "offset": 69997,
12596
13165
  "length": 42,
12597
13166
  "value": "\"[swift-dav] [debug] Converting to IDs...\""
12598
13167
  },
12599
13168
  {
12600
13169
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12601
13170
  "kind": "StringLiteral",
12602
- "offset": 60533,
13171
+ "offset": 70131,
12603
13172
  "length": 51,
12604
13173
  "value": "\"[swift-dav] [debug] Converted phoneme IDs: \""
12605
13174
  },
12606
13175
  {
12607
13176
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12608
13177
  "kind": "StringLiteral",
12609
- "offset": 60583,
13178
+ "offset": 70181,
12610
13179
  "length": 2,
12611
13180
  "value": "\"\""
12612
13181
  },
12613
13182
  {
12614
13183
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12615
13184
  "kind": "StringLiteral",
12616
- "offset": 60919,
13185
+ "offset": 70517,
12617
13186
  "length": 12,
12618
13187
  "value": "\"DaVoiceTTS\""
12619
13188
  },
12620
13189
  {
12621
13190
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12622
13191
  "kind": "IntegerLiteral",
12623
- "offset": 60959,
13192
+ "offset": 70557,
12624
13193
  "length": 1,
12625
13194
  "value": "3"
12626
13195
  },
12627
13196
  {
12628
13197
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12629
13198
  "kind": "StringLiteral",
12630
- "offset": 61044,
13199
+ "offset": 70642,
12631
13200
  "length": 109,
12632
13201
  "value": "\"No valid phoneme IDs found for input text. Likely proprietary phoneme\/token mismatch for the current model.\""
12633
13202
  },
12634
13203
  {
12635
13204
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12636
13205
  "kind": "StringLiteral",
12637
- "offset": 61205,
13206
+ "offset": 70803,
12638
13207
  "length": 82,
12639
13208
  "value": "\"[swift-dav] [error] Davoice proprietary phoneme\/token mismatch. Parsed phonemes:\""
12640
13209
  },
12641
13210
  {
12642
13211
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12643
13212
  "kind": "StringLiteral",
12644
- "offset": 61373,
13213
+ "offset": 70971,
12645
13214
  "length": 12,
12646
13215
  "value": "\"DaVoiceTTS\""
12647
13216
  },
12648
13217
  {
12649
13218
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12650
13219
  "kind": "IntegerLiteral",
12651
- "offset": 61419,
13220
+ "offset": 71017,
12652
13221
  "length": 1,
12653
13222
  "value": "3"
12654
13223
  },
12655
13224
  {
12656
13225
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12657
13226
  "kind": "StringLiteral",
12658
- "offset": 61523,
13227
+ "offset": 71121,
12659
13228
  "length": 43,
12660
13229
  "value": "\"No valid phoneme IDs found for input text\""
12661
13230
  },
12662
13231
  {
12663
13232
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12664
13233
  "kind": "StringLiteral",
12665
- "offset": 61604,
13234
+ "offset": 71202,
12666
13235
  "length": 21,
12667
13236
  "value": "\"Phoneme IDs: \""
12668
13237
  },
12669
13238
  {
12670
13239
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12671
13240
  "kind": "StringLiteral",
12672
- "offset": 61624,
13241
+ "offset": 71222,
12673
13242
  "length": 2,
12674
13243
  "value": "\"\""
12675
13244
  },
12676
13245
  {
12677
13246
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12678
13247
  "kind": "IntegerLiteral",
12679
- "offset": 61881,
13248
+ "offset": 71479,
12680
13249
  "length": 1,
12681
13250
  "value": "1"
12682
13251
  },
12683
13252
  {
12684
13253
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12685
13254
  "kind": "Array",
12686
- "offset": 62148,
13255
+ "offset": 71746,
12687
13256
  "length": 3,
12688
13257
  "value": "[1]"
12689
13258
  },
12690
13259
  {
12691
13260
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12692
13261
  "kind": "FloatLiteral",
12693
- "offset": 62846,
13262
+ "offset": 72444,
12694
13263
  "length": 4,
12695
13264
  "value": "0.95"
12696
13265
  },
12697
13266
  {
12698
13267
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12699
13268
  "kind": "FloatLiteral",
12700
- "offset": 62853,
13269
+ "offset": 72451,
12701
13270
  "length": 4,
12702
13271
  "value": "1.05"
12703
13272
  },
12704
13273
  {
12705
13274
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12706
13275
  "kind": "FloatLiteral",
12707
- "offset": 62898,
13276
+ "offset": 72496,
12708
13277
  "length": 4,
12709
13278
  "value": "0.97"
12710
13279
  },
12711
13280
  {
12712
13281
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12713
13282
  "kind": "FloatLiteral",
12714
- "offset": 62905,
13283
+ "offset": 72503,
12715
13284
  "length": 4,
12716
13285
  "value": "1.03"
12717
13286
  },
12718
13287
  {
12719
13288
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12720
13289
  "kind": "FloatLiteral",
12721
- "offset": 62950,
13290
+ "offset": 72548,
12722
13291
  "length": 4,
12723
13292
  "value": "0.95"
12724
13293
  },
12725
13294
  {
12726
13295
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12727
13296
  "kind": "FloatLiteral",
12728
- "offset": 62957,
13297
+ "offset": 72555,
12729
13298
  "length": 4,
12730
13299
  "value": "1.06"
12731
13300
  },
12732
13301
  {
12733
13302
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12734
13303
  "kind": "IntegerLiteral",
12735
- "offset": 63043,
13304
+ "offset": 72641,
12736
13305
  "length": 1,
12737
13306
  "value": "1"
12738
13307
  },
12739
13308
  {
12740
13309
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12741
13310
  "kind": "FloatLiteral",
12742
- "offset": 63060,
13311
+ "offset": 72658,
12743
13312
  "length": 4,
12744
13313
  "value": "0.94"
12745
13314
  },
12746
13315
  {
12747
13316
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12748
13317
  "kind": "FloatLiteral",
12749
- "offset": 63066,
13318
+ "offset": 72664,
12750
13319
  "length": 4,
12751
13320
  "value": "0.94"
12752
13321
  },
12753
13322
  {
12754
13323
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12755
13324
  "kind": "FloatLiteral",
12756
- "offset": 63072,
13325
+ "offset": 72670,
12757
13326
  "length": 4,
12758
13327
  "value": "1.06"
12759
13328
  },
12760
13329
  {
12761
13330
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12762
13331
  "kind": "IntegerLiteral",
12763
- "offset": 63133,
13332
+ "offset": 72731,
12764
13333
  "length": 1,
12765
13334
  "value": "2"
12766
13335
  },
12767
13336
  {
12768
13337
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12769
13338
  "kind": "FloatLiteral",
12770
- "offset": 63150,
13339
+ "offset": 72748,
12771
13340
  "length": 4,
12772
13341
  "value": "0.96"
12773
13342
  },
12774
13343
  {
12775
13344
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12776
13345
  "kind": "FloatLiteral",
12777
- "offset": 63156,
13346
+ "offset": 72754,
12778
13347
  "length": 4,
12779
13348
  "value": "0.94"
12780
13349
  },
12781
13350
  {
12782
13351
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12783
13352
  "kind": "FloatLiteral",
12784
- "offset": 63162,
13353
+ "offset": 72760,
12785
13354
  "length": 4,
12786
13355
  "value": "1.06"
12787
13356
  },
12788
13357
  {
12789
13358
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12790
13359
  "kind": "IntegerLiteral",
12791
- "offset": 63185,
13360
+ "offset": 72783,
12792
13361
  "length": 1,
12793
13362
  "value": "3"
12794
13363
  },
12795
13364
  {
12796
13365
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12797
13366
  "kind": "FloatLiteral",
12798
- "offset": 63202,
13367
+ "offset": 72800,
12799
13368
  "length": 4,
12800
13369
  "value": "0.98"
12801
13370
  },
12802
13371
  {
12803
13372
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12804
13373
  "kind": "FloatLiteral",
12805
- "offset": 63208,
13374
+ "offset": 72806,
12806
13375
  "length": 4,
12807
13376
  "value": "0.94"
12808
13377
  },
12809
13378
  {
12810
13379
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12811
13380
  "kind": "FloatLiteral",
12812
- "offset": 63214,
13381
+ "offset": 72812,
12813
13382
  "length": 4,
12814
13383
  "value": "1.06"
12815
13384
  },
12816
13385
  {
12817
13386
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12818
13387
  "kind": "IntegerLiteral",
12819
- "offset": 63237,
13388
+ "offset": 72835,
12820
13389
  "length": 1,
12821
13390
  "value": "4"
12822
13391
  },
12823
13392
  {
12824
13393
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12825
13394
  "kind": "FloatLiteral",
12826
- "offset": 63254,
13395
+ "offset": 72852,
12827
13396
  "length": 4,
12828
13397
  "value": "0.99"
12829
13398
  },
12830
13399
  {
12831
13400
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12832
13401
  "kind": "FloatLiteral",
12833
- "offset": 63260,
13402
+ "offset": 72858,
12834
13403
  "length": 4,
12835
13404
  "value": "0.94"
12836
13405
  },
12837
13406
  {
12838
13407
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12839
13408
  "kind": "FloatLiteral",
12840
- "offset": 63266,
13409
+ "offset": 72864,
12841
13410
  "length": 4,
12842
13411
  "value": "1.06"
12843
13412
  },
12844
13413
  {
12845
13414
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12846
13415
  "kind": "IntegerLiteral",
12847
- "offset": 63289,
13416
+ "offset": 72887,
12848
13417
  "length": 1,
12849
13418
  "value": "5"
12850
13419
  },
12851
13420
  {
12852
13421
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12853
13422
  "kind": "IntegerLiteral",
12854
- "offset": 63293,
13423
+ "offset": 72891,
12855
13424
  "length": 1,
12856
13425
  "value": "6"
12857
13426
  },
12858
13427
  {
12859
13428
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12860
13429
  "kind": "FloatLiteral",
12861
- "offset": 63309,
13430
+ "offset": 72907,
12862
13431
  "length": 4,
12863
13432
  "value": "1.00"
12864
13433
  },
12865
13434
  {
12866
13435
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12867
13436
  "kind": "FloatLiteral",
12868
- "offset": 63315,
13437
+ "offset": 72913,
12869
13438
  "length": 4,
12870
13439
  "value": "0.94"
12871
13440
  },
12872
13441
  {
12873
13442
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12874
13443
  "kind": "FloatLiteral",
12875
- "offset": 63321,
13444
+ "offset": 72919,
12876
13445
  "length": 4,
12877
13446
  "value": "1.06"
12878
13447
  },
12879
13448
  {
12880
13449
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12881
13450
  "kind": "IntegerLiteral",
12882
- "offset": 63344,
13451
+ "offset": 72942,
12883
13452
  "length": 1,
12884
13453
  "value": "7"
12885
13454
  },
12886
13455
  {
12887
13456
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12888
13457
  "kind": "IntegerLiteral",
12889
- "offset": 63348,
13458
+ "offset": 72946,
12890
13459
  "length": 2,
12891
13460
  "value": "12"
12892
13461
  },
12893
13462
  {
12894
13463
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12895
13464
  "kind": "FloatLiteral",
12896
- "offset": 63365,
13465
+ "offset": 72963,
12897
13466
  "length": 4,
12898
13467
  "value": "1.02"
12899
13468
  },
12900
13469
  {
12901
13470
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12902
13471
  "kind": "FloatLiteral",
12903
- "offset": 63371,
13472
+ "offset": 72969,
12904
13473
  "length": 4,
12905
13474
  "value": "0.94"
12906
13475
  },
12907
13476
  {
12908
13477
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12909
13478
  "kind": "FloatLiteral",
12910
- "offset": 63377,
13479
+ "offset": 72975,
12911
13480
  "length": 4,
12912
13481
  "value": "1.06"
12913
13482
  },
12914
13483
  {
12915
13484
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12916
13485
  "kind": "IntegerLiteral",
12917
- "offset": 63400,
13486
+ "offset": 72998,
12918
13487
  "length": 2,
12919
13488
  "value": "13"
12920
13489
  },
12921
13490
  {
12922
13491
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12923
13492
  "kind": "IntegerLiteral",
12924
- "offset": 63405,
13493
+ "offset": 73003,
12925
13494
  "length": 2,
12926
13495
  "value": "18"
12927
13496
  },
12928
13497
  {
12929
13498
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12930
13499
  "kind": "FloatLiteral",
12931
- "offset": 63422,
13500
+ "offset": 73020,
12932
13501
  "length": 4,
12933
13502
  "value": "1.04"
12934
13503
  },
12935
13504
  {
12936
13505
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12937
13506
  "kind": "FloatLiteral",
12938
- "offset": 63428,
13507
+ "offset": 73026,
12939
13508
  "length": 4,
12940
13509
  "value": "0.94"
12941
13510
  },
12942
13511
  {
12943
13512
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12944
13513
  "kind": "FloatLiteral",
12945
- "offset": 63434,
13514
+ "offset": 73032,
12946
13515
  "length": 4,
12947
13516
  "value": "1.06"
12948
13517
  },
12949
13518
  {
12950
13519
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12951
13520
  "kind": "FloatLiteral",
12952
- "offset": 63474,
13521
+ "offset": 73072,
12953
13522
  "length": 4,
12954
13523
  "value": "1.06"
12955
13524
  },
12956
13525
  {
12957
13526
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12958
13527
  "kind": "FloatLiteral",
12959
- "offset": 63480,
13528
+ "offset": 73078,
12960
13529
  "length": 4,
12961
13530
  "value": "0.94"
12962
13531
  },
12963
13532
  {
12964
13533
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12965
13534
  "kind": "FloatLiteral",
12966
- "offset": 63486,
13535
+ "offset": 73084,
12967
13536
  "length": 4,
12968
13537
  "value": "1.06"
12969
13538
  },
12970
13539
  {
12971
13540
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12972
13541
  "kind": "FloatLiteral",
12973
- "offset": 64089,
13542
+ "offset": 73687,
12974
13543
  "length": 5,
12975
13544
  "value": "0.667"
12976
13545
  },
12977
13546
  {
12978
13547
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12979
13548
  "kind": "FloatLiteral",
12980
- "offset": 64134,
13549
+ "offset": 73732,
12981
13550
  "length": 4,
12982
13551
  "value": "0.25"
12983
13552
  },
12984
13553
  {
12985
13554
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12986
13555
  "kind": "FloatLiteral",
12987
- "offset": 64140,
13556
+ "offset": 73738,
12988
13557
  "length": 3,
12989
13558
  "value": "3.0"
12990
13559
  },
12991
13560
  {
12992
13561
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
12993
13562
  "kind": "FloatLiteral",
12994
- "offset": 64191,
13563
+ "offset": 73789,
12995
13564
  "length": 3,
12996
13565
  "value": "1.0"
12997
13566
  },
12998
13567
  {
12999
13568
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13000
13569
  "kind": "FloatLiteral",
13001
- "offset": 64268,
13570
+ "offset": 73866,
13002
13571
  "length": 3,
13003
13572
  "value": "0.8"
13004
13573
  },
13005
13574
  {
13006
13575
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13007
13576
  "kind": "StringLiteral",
13008
- "offset": 64367,
13577
+ "offset": 73965,
13009
13578
  "length": 61,
13010
13579
  "value": "\"primaryPunct == \""
13011
13580
  },
13012
13581
  {
13013
13582
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13014
13583
  "kind": "StringLiteral",
13015
- "offset": 64399,
13584
+ "offset": 73997,
13016
13585
  "length": 10,
13017
13586
  "value": "\" punctCount == \""
13018
13587
  },
13019
13588
  {
13020
13589
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13021
13590
  "kind": "StringLiteral",
13022
- "offset": 64427,
13591
+ "offset": 74025,
13023
13592
  "length": 2,
13024
13593
  "value": "\"\""
13025
13594
  },
13026
13595
  {
13027
13596
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13028
13597
  "kind": "StringLiteral",
13029
- "offset": 64505,
13598
+ "offset": 74103,
13030
13599
  "length": 34,
13031
13600
  "value": "\"endingPunctuation == \""
13032
13601
  },
13033
13602
  {
13034
13603
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13035
13604
  "kind": "StringLiteral",
13036
- "offset": 64538,
13605
+ "offset": 74136,
13037
13606
  "length": 2,
13038
13607
  "value": "\"\""
13039
13608
  },
13040
13609
  {
13041
13610
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13042
13611
  "kind": "StringLiteral",
13043
- "offset": 67086,
13612
+ "offset": 76684,
13044
13613
  "length": 29,
13045
13614
  "value": "\"scalesArray: \""
13046
13615
  },
13047
13616
  {
13048
13617
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13049
13618
  "kind": "StringLiteral",
13050
- "offset": 67114,
13619
+ "offset": 76712,
13051
13620
  "length": 2,
13052
13621
  "value": "\"\""
13053
13622
  },
13054
13623
  {
13055
13624
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13056
13625
  "kind": "Array",
13057
- "offset": 67350,
13626
+ "offset": 76948,
13058
13627
  "length": 3,
13059
13628
  "value": "[3]"
13060
13629
  },
13061
13630
  {
13062
13631
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13063
13632
  "kind": "StringLiteral",
13064
- "offset": 67389,
13633
+ "offset": 76987,
13065
13634
  "length": 16,
13066
13635
  "value": "\"Model inputs :\""
13067
13636
  },
13068
13637
  {
13069
13638
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13070
13639
  "kind": "StringLiteral",
13071
- "offset": 67457,
13640
+ "offset": 77055,
13072
13641
  "length": 16,
13073
13642
  "value": "\"Model outputs:\""
13074
13643
  },
13075
13644
  {
13076
13645
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13077
13646
  "kind": "Array",
13078
- "offset": 67820,
13647
+ "offset": 77418,
13079
13648
  "length": 3,
13080
13649
  "value": "[1]"
13081
13650
  },
13082
13651
  {
13083
13652
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13084
13653
  "kind": "StringLiteral",
13085
- "offset": 67978,
13654
+ "offset": 77576,
13086
13655
  "length": 7,
13087
13656
  "value": "\"input\""
13088
13657
  },
13089
13658
  {
13090
13659
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13091
13660
  "kind": "StringLiteral",
13092
- "offset": 68010,
13661
+ "offset": 77608,
13093
13662
  "length": 15,
13094
13663
  "value": "\"input_lengths\""
13095
13664
  },
13096
13665
  {
13097
13666
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13098
13667
  "kind": "StringLiteral",
13099
- "offset": 68059,
13668
+ "offset": 77657,
13100
13669
  "length": 8,
13101
13670
  "value": "\"scales\""
13102
13671
  },
13103
13672
  {
13104
13673
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13105
13674
  "kind": "StringLiteral",
13106
- "offset": 68123,
13675
+ "offset": 77721,
13107
13676
  "length": 5,
13108
13677
  "value": "\"sid\""
13109
13678
  },
13110
13679
  {
13111
13680
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13112
13681
  "kind": "StringLiteral",
13113
- "offset": 68151,
13682
+ "offset": 77749,
13114
13683
  "length": 5,
13115
13684
  "value": "\"sid\""
13116
13685
  },
13117
13686
  {
13118
13687
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13119
13688
  "kind": "IntegerLiteral",
13120
- "offset": 68250,
13689
+ "offset": 77848,
13121
13690
  "length": 2,
13122
13691
  "value": "-1"
13123
13692
  },
13124
13693
  {
13125
13694
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13126
13695
  "kind": "Array",
13127
- "offset": 68443,
13696
+ "offset": 78041,
13128
13697
  "length": 10,
13129
13698
  "value": "[\"output\"]"
13130
13699
  },
13131
13700
  {
13132
13701
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13133
13702
  "kind": "IntegerLiteral",
13134
- "offset": 68649,
13703
+ "offset": 78247,
13135
13704
  "length": 13,
13136
13705
  "value": "1000000000"
13137
13706
  },
13138
13707
  {
13139
13708
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13140
13709
  "kind": "IntegerLiteral",
13141
- "offset": 68711,
13710
+ "offset": 78309,
13142
13711
  "length": 4,
13143
13712
  "value": "1000"
13144
13713
  },
13145
13714
  {
13146
13715
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13147
13716
  "kind": "IntegerLiteral",
13148
- "offset": 68749,
13717
+ "offset": 78347,
13149
13718
  "length": 4,
13150
13719
  "value": "1000"
13151
13720
  },
13152
13721
  {
13153
13722
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13154
13723
  "kind": "StringLiteral",
13155
- "offset": 68836,
13724
+ "offset": 78434,
13156
13725
  "length": 26,
13157
13726
  "value": "\"Inference time: %d.%03ds\""
13158
13727
  },
13159
13728
  {
13160
13729
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13161
13730
  "kind": "IntegerLiteral",
13162
- "offset": 68958,
13731
+ "offset": 78556,
13163
13732
  "length": 2,
13164
13733
  "value": "-1"
13165
13734
  },
13166
13735
  {
13167
13736
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13168
13737
  "kind": "StringLiteral",
13169
- "offset": 68989,
13738
+ "offset": 78587,
13170
13739
  "length": 14,
13171
13740
  "value": "\"Output keys:\""
13172
13741
  },
13173
13742
  {
13174
13743
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13175
13744
  "kind": "StringLiteral",
13176
- "offset": 69089,
13745
+ "offset": 78687,
13177
13746
  "length": 8,
13178
13747
  "value": "\"output\""
13179
13748
  },
13180
13749
  {
13181
13750
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13182
13751
  "kind": "StringLiteral",
13183
- "offset": 69140,
13752
+ "offset": 78738,
13184
13753
  "length": 12,
13185
13754
  "value": "\"DaVoiceTTS\""
13186
13755
  },
13187
13756
  {
13188
13757
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13189
13758
  "kind": "IntegerLiteral",
13190
- "offset": 69160,
13759
+ "offset": 78758,
13191
13760
  "length": 1,
13192
13761
  "value": "4"
13193
13762
  },
13194
13763
  {
13195
13764
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13196
13765
  "kind": "StringLiteral",
13197
- "offset": 69227,
13766
+ "offset": 78825,
13198
13767
  "length": 25,
13199
13768
  "value": "\"'output' tensor missing\""
13200
13769
  },
13201
13770
  {
13202
13771
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13203
13772
  "kind": "IntegerLiteral",
13204
- "offset": 69446,
13773
+ "offset": 79044,
13205
13774
  "length": 1,
13206
13775
  "value": "0"
13207
13776
  },
13208
13777
  {
13209
13778
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13210
13779
  "kind": "IntegerLiteral",
13211
- "offset": 69963,
13780
+ "offset": 79561,
13212
13781
  "length": 1,
13213
13782
  "value": "0"
13214
13783
  },
13215
13784
  {
13216
13785
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13217
13786
  "kind": "IntegerLiteral",
13218
- "offset": 70184,
13787
+ "offset": 79782,
13219
13788
  "length": 1,
13220
13789
  "value": "1"
13221
13790
  },
13222
13791
  {
13223
13792
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13224
13793
  "kind": "StringLiteral",
13225
- "offset": 70993,
13794
+ "offset": 80591,
13226
13795
  "length": 22,
13227
13796
  "value": "\"Resample error: \""
13228
13797
  },
13229
13798
  {
13230
13799
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13231
13800
  "kind": "StringLiteral",
13232
- "offset": 71014,
13801
+ "offset": 80612,
13233
13802
  "length": 4,
13234
13803
  "value": "\"\""
13235
13804
  },
13236
13805
  {
13237
13806
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13238
13807
  "kind": "StringLiteral",
13239
- "offset": 71255,
13808
+ "offset": 80853,
13240
13809
  "length": 3,
13241
13810
  "value": "\"?\""
13242
13811
  },
13243
13812
  {
13244
13813
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13245
13814
  "kind": "IntegerLiteral",
13246
- "offset": 71267,
13815
+ "offset": 80865,
13247
13816
  "length": 2,
13248
13817
  "value": "80"
13249
13818
  },
13250
13819
  {
13251
13820
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13252
13821
  "kind": "IntegerLiteral",
13253
- "offset": 71272,
13822
+ "offset": 80870,
13254
13823
  "length": 3,
13255
13824
  "value": "120"
13256
13825
  },
13257
13826
  {
13258
13827
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13259
13828
  "kind": "StringLiteral",
13260
- "offset": 71293,
13829
+ "offset": 80891,
13261
13830
  "length": 3,
13262
13831
  "value": "\".\""
13263
13832
  },
13264
13833
  {
13265
13834
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13266
13835
  "kind": "IntegerLiteral",
13267
- "offset": 71305,
13836
+ "offset": 80903,
13268
13837
  "length": 2,
13269
13838
  "value": "50"
13270
13839
  },
13271
13840
  {
13272
13841
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13273
13842
  "kind": "IntegerLiteral",
13274
- "offset": 71310,
13843
+ "offset": 80908,
13275
13844
  "length": 2,
13276
13845
  "value": "90"
13277
13846
  },
13278
13847
  {
13279
13848
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13280
13849
  "kind": "StringLiteral",
13281
- "offset": 71330,
13850
+ "offset": 80928,
13282
13851
  "length": 3,
13283
13852
  "value": "\"!\""
13284
13853
  },
13285
13854
  {
13286
13855
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13287
13856
  "kind": "IntegerLiteral",
13288
- "offset": 71342,
13857
+ "offset": 80940,
13289
13858
  "length": 2,
13290
13859
  "value": "60"
13291
13860
  },
13292
13861
  {
13293
13862
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13294
13863
  "kind": "IntegerLiteral",
13295
- "offset": 71347,
13864
+ "offset": 80945,
13296
13865
  "length": 2,
13297
13866
  "value": "90"
13298
13867
  },
13299
13868
  {
13300
13869
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13301
13870
  "kind": "StringLiteral",
13302
- "offset": 71367,
13871
+ "offset": 80965,
13303
13872
  "length": 3,
13304
13873
  "value": "\",\""
13305
13874
  },
13306
13875
  {
13307
13876
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13308
13877
  "kind": "IntegerLiteral",
13309
- "offset": 71379,
13878
+ "offset": 80977,
13310
13879
  "length": 2,
13311
13880
  "value": "40"
13312
13881
  },
13313
13882
  {
13314
13883
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13315
13884
  "kind": "IntegerLiteral",
13316
- "offset": 71384,
13885
+ "offset": 80982,
13317
13886
  "length": 2,
13318
13887
  "value": "50"
13319
13888
  },
13320
13889
  {
13321
13890
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13322
13891
  "kind": "StringLiteral",
13323
- "offset": 71404,
13892
+ "offset": 81002,
13324
13893
  "length": 3,
13325
13894
  "value": "\";\""
13326
13895
  },
13327
13896
  {
13328
13897
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13329
13898
  "kind": "StringLiteral",
13330
- "offset": 71409,
13899
+ "offset": 81007,
13331
13900
  "length": 3,
13332
13901
  "value": "\":\""
13333
13902
  },
13334
13903
  {
13335
13904
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13336
13905
  "kind": "IntegerLiteral",
13337
- "offset": 71421,
13906
+ "offset": 81019,
13338
13907
  "length": 2,
13339
13908
  "value": "50"
13340
13909
  },
13341
13910
  {
13342
13911
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13343
13912
  "kind": "IntegerLiteral",
13344
- "offset": 71426,
13913
+ "offset": 81024,
13345
13914
  "length": 3,
13346
13915
  "value": "100"
13347
13916
  },
13348
13917
  {
13349
13918
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13350
13919
  "kind": "IntegerLiteral",
13351
- "offset": 71459,
13920
+ "offset": 81057,
13352
13921
  "length": 2,
13353
13922
  "value": "50"
13354
13923
  },
13355
13924
  {
13356
13925
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13357
13926
  "kind": "IntegerLiteral",
13358
- "offset": 71464,
13927
+ "offset": 81062,
13359
13928
  "length": 3,
13360
13929
  "value": "100"
13361
13930
  },
13362
13931
  {
13363
13932
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13364
13933
  "kind": "FloatLiteral",
13365
- "offset": 71545,
13934
+ "offset": 81143,
13366
13935
  "length": 3,
13367
13936
  "value": "2.0"
13368
13937
  },
13369
13938
  {
13370
13939
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13371
13940
  "kind": "FloatLiteral",
13372
- "offset": 72300,
13941
+ "offset": 81898,
13373
13942
  "length": 6,
13374
13943
  "value": "1000.0"
13375
13944
  },
13376
13945
  {
13377
13946
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13378
13947
  "kind": "IntegerLiteral",
13379
- "offset": 72718,
13948
+ "offset": 82316,
13380
13949
  "length": 1,
13381
13950
  "value": "0"
13382
13951
  },
13383
13952
  {
13384
13953
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13385
13954
  "kind": "IntegerLiteral",
13386
- "offset": 72759,
13955
+ "offset": 82357,
13387
13956
  "length": 1,
13388
13957
  "value": "0"
13389
13958
  },
13390
13959
  {
13391
13960
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13392
13961
  "kind": "IntegerLiteral",
13393
- "offset": 72927,
13962
+ "offset": 82525,
13394
13963
  "length": 1,
13395
13964
  "value": "0"
13396
13965
  },
13397
13966
  {
13398
13967
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13399
13968
  "kind": "IntegerLiteral",
13400
- "offset": 72992,
13969
+ "offset": 82590,
13401
13970
  "length": 1,
13402
13971
  "value": "0"
13403
13972
  },
13404
13973
  {
13405
13974
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13406
13975
  "kind": "FloatLiteral",
13407
- "offset": 73113,
13976
+ "offset": 82711,
13408
13977
  "length": 4,
13409
13978
  "value": "0.95"
13410
13979
  },
13411
13980
  {
13412
13981
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13413
13982
  "kind": "FloatLiteral",
13414
- "offset": 73127,
13983
+ "offset": 82725,
13415
13984
  "length": 3,
13416
13985
  "value": "5.0"
13417
13986
  },
13418
13987
  {
13419
13988
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13420
13989
  "kind": "IntegerLiteral",
13421
- "offset": 73280,
13990
+ "offset": 82878,
13422
13991
  "length": 6,
13423
13992
  "value": "16000"
13424
13993
  },
13425
13994
  {
13426
13995
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13427
13996
  "kind": "IntegerLiteral",
13428
- "offset": 73289,
13997
+ "offset": 82887,
13429
13998
  "length": 2,
13430
13999
  "value": "-1"
13431
14000
  },
13432
14001
  {
13433
14002
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13434
14003
  "kind": "StringLiteral",
13435
- "offset": 75023,
14004
+ "offset": 84621,
13436
14005
  "length": 12,
13437
14006
  "value": "\"tts_output\""
13438
14007
  },
13439
14008
  {
13440
14009
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13441
14010
  "kind": "StringLiteral",
13442
- "offset": 75053,
14011
+ "offset": 84651,
13443
14012
  "length": 6,
13444
14013
  "value": "\".wav\""
13445
14014
  },
13446
14015
  {
13447
14016
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13448
14017
  "kind": "StringLiteral",
13449
- "offset": 75224,
14018
+ "offset": 84822,
13450
14019
  "length": 15,
13451
14020
  "value": "\"✅ WAV saved\""
13452
14021
  },
13453
14022
  {
13454
14023
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13455
14024
  "kind": "StringLiteral",
13456
- "offset": 75265,
14025
+ "offset": 84863,
13457
14026
  "length": 15,
13458
14027
  "value": "\"✅ WAV saved\""
13459
14028
  },
13460
14029
  {
13461
14030
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13462
14031
  "kind": "StringLiteral",
13463
- "offset": 75306,
14032
+ "offset": 84904,
13464
14033
  "length": 15,
13465
14034
  "value": "\"✅ WAV saved\""
13466
14035
  },
13467
14036
  {
13468
14037
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13469
14038
  "kind": "IntegerLiteral",
13470
- "offset": 75576,
14039
+ "offset": 85174,
13471
14040
  "length": 2,
13472
14041
  "value": "-1"
13473
14042
  },
13474
14043
  {
13475
14044
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13476
14045
  "kind": "StringLiteral",
13477
- "offset": 75648,
14046
+ "offset": 85246,
13478
14047
  "length": 7,
13479
14048
  "value": "\"first\""
13480
14049
  },
13481
14050
  {
13482
14051
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13483
14052
  "kind": "StringLiteral",
13484
- "offset": 75672,
14053
+ "offset": 85270,
13485
14054
  "length": 6,
13486
14055
  "value": "\".wav\""
13487
14056
  },
13488
14057
  {
13489
14058
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13490
14059
  "kind": "Array",
13491
- "offset": 105813,
14060
+ "offset": 115411,
13492
14061
  "length": 2,
13493
14062
  "value": "[]"
13494
14063
  },
13495
14064
  {
13496
14065
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13497
14066
  "kind": "IntegerLiteral",
13498
- "offset": 117770,
14067
+ "offset": 127368,
13499
14068
  "length": 1,
13500
14069
  "value": "0"
13501
14070
  },
13502
14071
  {
13503
14072
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13504
14073
  "kind": "BooleanLiteral",
13505
- "offset": 131551,
14074
+ "offset": 141142,
13506
14075
  "length": 4,
13507
14076
  "value": "true"
13508
14077
  },
13509
14078
  {
13510
14079
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
13511
14080
  "kind": "BooleanLiteral",
13512
- "offset": 132517,
14081
+ "offset": 142108,
13513
14082
  "length": 4,
13514
14083
  "value": "true"
13515
14084
  },