react-native-davoice-tts 1.0.357 → 1.0.358
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.
- package/TTSRNBridge.podspec +1 -1
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar +0 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.sha1 +1 -1
- package/ios/SpeechBridge/SpeechBridge.m +30 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +10 -1
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1047 -478
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +12 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +12 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +20 -2
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +1047 -478
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +12 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +12 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1047 -478
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +12 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +12 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +33 -33
- package/ios/TTSRNBridge/libphonemes.xcframework/Info.plist +5 -5
- package/package.json +1 -1
- 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",
|
|
@@ -444,8 +610,313 @@
|
|
|
444
610
|
}
|
|
445
611
|
],
|
|
446
612
|
"declKind": "Var",
|
|
447
|
-
"usr": "s:10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
|
|
448
|
-
"mangledName": "$s10DavoiceTTS17AudioPlaybackHookO013useOnlyEngineD0SbycSgvpZ",
|
|
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?)?",
|
|
886
|
+
"children": [
|
|
887
|
+
{
|
|
888
|
+
"kind": "TypeFunc",
|
|
889
|
+
"name": "Function",
|
|
890
|
+
"printedName": "() -> AVFAudio.AVAudioEngine?",
|
|
891
|
+
"children": [
|
|
892
|
+
{
|
|
893
|
+
"kind": "TypeNominal",
|
|
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"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"kind": "TypeNominal",
|
|
908
|
+
"name": "Void",
|
|
909
|
+
"printedName": "()"
|
|
910
|
+
}
|
|
911
|
+
]
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"usr": "s:Sq"
|
|
915
|
+
}
|
|
916
|
+
],
|
|
917
|
+
"declKind": "Var",
|
|
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": "(() ->
|
|
937
|
+
"printedName": "(() -> AVFAudio.AVAudioEngine?)?",
|
|
467
938
|
"children": [
|
|
468
939
|
{
|
|
469
940
|
"kind": "TypeFunc",
|
|
470
941
|
"name": "Function",
|
|
471
|
-
"printedName": "() ->
|
|
942
|
+
"printedName": "() -> AVFAudio.AVAudioEngine?",
|
|
472
943
|
"children": [
|
|
473
944
|
{
|
|
474
945
|
"kind": "TypeNominal",
|
|
475
|
-
"name": "
|
|
476
|
-
"printedName": "
|
|
477
|
-
"
|
|
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:
|
|
492
|
-
"mangledName": "$
|
|
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": "(() ->
|
|
990
|
+
"printedName": "(() -> AVFAudio.AVAudioEngine?)?",
|
|
512
991
|
"children": [
|
|
513
992
|
{
|
|
514
993
|
"kind": "TypeFunc",
|
|
515
994
|
"name": "Function",
|
|
516
|
-
"printedName": "() ->
|
|
995
|
+
"printedName": "() -> AVFAudio.AVAudioEngine?",
|
|
517
996
|
"children": [
|
|
518
997
|
{
|
|
519
998
|
"kind": "TypeNominal",
|
|
520
|
-
"name": "
|
|
521
|
-
"printedName": "
|
|
522
|
-
"
|
|
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:
|
|
537
|
-
"mangledName": "$
|
|
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:
|
|
556
|
-
"mangledName": "$
|
|
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": "
|
|
567
|
-
"printedName": "
|
|
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": "
|
|
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:
|
|
597
|
-
"mangledName": "$
|
|
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": "
|
|
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:
|
|
640
|
-
"mangledName": "$
|
|
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": "
|
|
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:
|
|
684
|
-
"mangledName": "$
|
|
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:
|
|
703
|
-
"mangledName": "$
|
|
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": "
|
|
714
|
-
"printedName": "
|
|
1203
|
+
"name": "resumeEngineAfterAudioSessionCycle",
|
|
1204
|
+
"printedName": "resumeEngineAfterAudioSessionCycle",
|
|
715
1205
|
"children": [
|
|
716
1206
|
{
|
|
717
1207
|
"kind": "TypeNominal",
|
|
718
1208
|
"name": "Optional",
|
|
719
|
-
"printedName": "(() ->
|
|
1209
|
+
"printedName": "(() -> ())?",
|
|
720
1210
|
"children": [
|
|
721
1211
|
{
|
|
722
1212
|
"kind": "TypeFunc",
|
|
723
1213
|
"name": "Function",
|
|
724
|
-
"printedName": "() ->
|
|
1214
|
+
"printedName": "() -> ()",
|
|
725
1215
|
"children": [
|
|
726
1216
|
{
|
|
727
1217
|
"kind": "TypeNominal",
|
|
728
|
-
"name": "
|
|
729
|
-
"printedName": "
|
|
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:
|
|
753
|
-
"mangledName": "$
|
|
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": "(() ->
|
|
1252
|
+
"printedName": "(() -> ())?",
|
|
772
1253
|
"children": [
|
|
773
1254
|
{
|
|
774
1255
|
"kind": "TypeFunc",
|
|
775
1256
|
"name": "Function",
|
|
776
|
-
"printedName": "() ->
|
|
1257
|
+
"printedName": "() -> ()",
|
|
777
1258
|
"children": [
|
|
778
1259
|
{
|
|
779
1260
|
"kind": "TypeNominal",
|
|
780
|
-
"name": "
|
|
781
|
-
"printedName": "
|
|
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:
|
|
805
|
-
"mangledName": "$
|
|
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": "(() ->
|
|
1296
|
+
"printedName": "(() -> ())?",
|
|
825
1297
|
"children": [
|
|
826
1298
|
{
|
|
827
1299
|
"kind": "TypeFunc",
|
|
828
1300
|
"name": "Function",
|
|
829
|
-
"printedName": "() ->
|
|
1301
|
+
"printedName": "() -> ()",
|
|
830
1302
|
"children": [
|
|
831
1303
|
{
|
|
832
1304
|
"kind": "TypeNominal",
|
|
833
|
-
"name": "
|
|
834
|
-
"printedName": "
|
|
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:
|
|
858
|
-
"mangledName": "$
|
|
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:
|
|
877
|
-
"mangledName": "$
|
|
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":
|
|
10650
|
-
"length":
|
|
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":
|
|
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":
|
|
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":
|
|
11379
|
+
"offset": 26103,
|
|
10832
11380
|
"length": 1,
|
|
10833
11381
|
"value": "2"
|
|
10834
11382
|
},
|
|
@@ -10836,937 +11384,937 @@
|
|
|
10836
11384
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10837
11385
|
"kind": "BooleanLiteral",
|
|
10838
11386
|
"offset": 216,
|
|
10839
|
-
"length":
|
|
10840
|
-
"value": "
|
|
11387
|
+
"length": 4,
|
|
11388
|
+
"value": "true"
|
|
10841
11389
|
},
|
|
10842
11390
|
{
|
|
10843
11391
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10844
11392
|
"kind": "StringLiteral",
|
|
10845
|
-
"offset":
|
|
11393
|
+
"offset": 306,
|
|
10846
11394
|
"length": 3,
|
|
10847
11395
|
"value": "\" \""
|
|
10848
11396
|
},
|
|
10849
11397
|
{
|
|
10850
11398
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10851
11399
|
"kind": "StringLiteral",
|
|
10852
|
-
"offset":
|
|
11400
|
+
"offset": 332,
|
|
10853
11401
|
"length": 4,
|
|
10854
11402
|
"value": "\"\n\""
|
|
10855
11403
|
},
|
|
10856
11404
|
{
|
|
10857
11405
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10858
11406
|
"kind": "Array",
|
|
10859
|
-
"offset":
|
|
11407
|
+
"offset": 2409,
|
|
10860
11408
|
"length": 2,
|
|
10861
11409
|
"value": "[]"
|
|
10862
11410
|
},
|
|
10863
11411
|
{
|
|
10864
11412
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10865
11413
|
"kind": "IntegerLiteral",
|
|
10866
|
-
"offset":
|
|
11414
|
+
"offset": 2440,
|
|
10867
11415
|
"length": 1,
|
|
10868
11416
|
"value": "0"
|
|
10869
11417
|
},
|
|
10870
11418
|
{
|
|
10871
11419
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10872
11420
|
"kind": "IntegerLiteral",
|
|
10873
|
-
"offset":
|
|
11421
|
+
"offset": 2471,
|
|
10874
11422
|
"length": 1,
|
|
10875
11423
|
"value": "0"
|
|
10876
11424
|
},
|
|
10877
11425
|
{
|
|
10878
11426
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10879
11427
|
"kind": "IntegerLiteral",
|
|
10880
|
-
"offset":
|
|
11428
|
+
"offset": 2508,
|
|
10881
11429
|
"length": 1,
|
|
10882
11430
|
"value": "0"
|
|
10883
11431
|
},
|
|
10884
11432
|
{
|
|
10885
11433
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10886
11434
|
"kind": "IntegerLiteral",
|
|
10887
|
-
"offset":
|
|
11435
|
+
"offset": 2557,
|
|
10888
11436
|
"length": 1,
|
|
10889
11437
|
"value": "0"
|
|
10890
11438
|
},
|
|
10891
11439
|
{
|
|
10892
11440
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10893
11441
|
"kind": "IntegerLiteral",
|
|
10894
|
-
"offset":
|
|
11442
|
+
"offset": 2621,
|
|
10895
11443
|
"length": 1,
|
|
10896
11444
|
"value": "0"
|
|
10897
11445
|
},
|
|
10898
11446
|
{
|
|
10899
11447
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10900
11448
|
"kind": "BooleanLiteral",
|
|
10901
|
-
"offset":
|
|
11449
|
+
"offset": 2730,
|
|
10902
11450
|
"length": 5,
|
|
10903
11451
|
"value": "false"
|
|
10904
11452
|
},
|
|
10905
11453
|
{
|
|
10906
11454
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10907
11455
|
"kind": "IntegerLiteral",
|
|
10908
|
-
"offset":
|
|
11456
|
+
"offset": 2797,
|
|
10909
11457
|
"length": 1,
|
|
10910
11458
|
"value": "0"
|
|
10911
11459
|
},
|
|
10912
11460
|
{
|
|
10913
11461
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10914
11462
|
"kind": "BooleanLiteral",
|
|
10915
|
-
"offset":
|
|
11463
|
+
"offset": 6756,
|
|
10916
11464
|
"length": 4,
|
|
10917
11465
|
"value": "true"
|
|
10918
11466
|
},
|
|
10919
11467
|
{
|
|
10920
11468
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10921
11469
|
"kind": "BooleanLiteral",
|
|
10922
|
-
"offset":
|
|
11470
|
+
"offset": 6790,
|
|
10923
11471
|
"length": 5,
|
|
10924
11472
|
"value": "false"
|
|
10925
11473
|
},
|
|
10926
11474
|
{
|
|
10927
11475
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10928
11476
|
"kind": "BooleanLiteral",
|
|
10929
|
-
"offset":
|
|
11477
|
+
"offset": 7057,
|
|
10930
11478
|
"length": 5,
|
|
10931
11479
|
"value": "false"
|
|
10932
11480
|
},
|
|
10933
11481
|
{
|
|
10934
11482
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10935
11483
|
"kind": "BooleanLiteral",
|
|
10936
|
-
"offset":
|
|
11484
|
+
"offset": 7268,
|
|
10937
11485
|
"length": 5,
|
|
10938
11486
|
"value": "false"
|
|
10939
11487
|
},
|
|
10940
11488
|
{
|
|
10941
11489
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10942
11490
|
"kind": "BooleanLiteral",
|
|
10943
|
-
"offset":
|
|
11491
|
+
"offset": 7413,
|
|
10944
11492
|
"length": 5,
|
|
10945
11493
|
"value": "false"
|
|
10946
11494
|
},
|
|
10947
11495
|
{
|
|
10948
11496
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10949
11497
|
"kind": "BooleanLiteral",
|
|
10950
|
-
"offset":
|
|
11498
|
+
"offset": 7548,
|
|
10951
11499
|
"length": 4,
|
|
10952
11500
|
"value": "true"
|
|
10953
11501
|
},
|
|
10954
11502
|
{
|
|
10955
11503
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10956
11504
|
"kind": "FloatLiteral",
|
|
10957
|
-
"offset":
|
|
11505
|
+
"offset": 7605,
|
|
10958
11506
|
"length": 4,
|
|
10959
11507
|
"value": "0.40"
|
|
10960
11508
|
},
|
|
10961
11509
|
{
|
|
10962
11510
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10963
11511
|
"kind": "BooleanLiteral",
|
|
10964
|
-
"offset":
|
|
11512
|
+
"offset": 7747,
|
|
10965
11513
|
"length": 4,
|
|
10966
11514
|
"value": "true"
|
|
10967
11515
|
},
|
|
10968
11516
|
{
|
|
10969
11517
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10970
11518
|
"kind": "FloatLiteral",
|
|
10971
|
-
"offset":
|
|
11519
|
+
"offset": 7812,
|
|
10972
11520
|
"length": 3,
|
|
10973
11521
|
"value": "0.5"
|
|
10974
11522
|
},
|
|
10975
11523
|
{
|
|
10976
11524
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10977
11525
|
"kind": "FloatLiteral",
|
|
10978
|
-
"offset":
|
|
11526
|
+
"offset": 7953,
|
|
10979
11527
|
"length": 3,
|
|
10980
11528
|
"value": "0.5"
|
|
10981
11529
|
},
|
|
10982
11530
|
{
|
|
10983
11531
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10984
11532
|
"kind": "BooleanLiteral",
|
|
10985
|
-
"offset":
|
|
11533
|
+
"offset": 8296,
|
|
10986
11534
|
"length": 5,
|
|
10987
11535
|
"value": "false"
|
|
10988
11536
|
},
|
|
10989
11537
|
{
|
|
10990
11538
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10991
11539
|
"kind": "IntegerLiteral",
|
|
10992
|
-
"offset":
|
|
11540
|
+
"offset": 8447,
|
|
10993
11541
|
"length": 1,
|
|
10994
11542
|
"value": "0"
|
|
10995
11543
|
},
|
|
10996
11544
|
{
|
|
10997
11545
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
10998
11546
|
"kind": "IntegerLiteral",
|
|
10999
|
-
"offset":
|
|
11547
|
+
"offset": 8498,
|
|
11000
11548
|
"length": 1,
|
|
11001
11549
|
"value": "0"
|
|
11002
11550
|
},
|
|
11003
11551
|
{
|
|
11004
11552
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11005
11553
|
"kind": "BooleanLiteral",
|
|
11006
|
-
"offset":
|
|
11554
|
+
"offset": 8553,
|
|
11007
11555
|
"length": 5,
|
|
11008
11556
|
"value": "false"
|
|
11009
11557
|
},
|
|
11010
11558
|
{
|
|
11011
11559
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11012
11560
|
"kind": "IntegerLiteral",
|
|
11013
|
-
"offset":
|
|
11561
|
+
"offset": 8607,
|
|
11014
11562
|
"length": 1,
|
|
11015
11563
|
"value": "0"
|
|
11016
11564
|
},
|
|
11017
11565
|
{
|
|
11018
11566
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11019
11567
|
"kind": "FloatLiteral",
|
|
11020
|
-
"offset":
|
|
11568
|
+
"offset": 8661,
|
|
11021
11569
|
"length": 3,
|
|
11022
11570
|
"value": "0.5"
|
|
11023
11571
|
},
|
|
11024
11572
|
{
|
|
11025
11573
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11026
11574
|
"kind": "BooleanLiteral",
|
|
11027
|
-
"offset":
|
|
11575
|
+
"offset": 8748,
|
|
11028
11576
|
"length": 5,
|
|
11029
11577
|
"value": "false"
|
|
11030
11578
|
},
|
|
11031
11579
|
{
|
|
11032
11580
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11033
11581
|
"kind": "IntegerLiteral",
|
|
11034
|
-
"offset":
|
|
11582
|
+
"offset": 8853,
|
|
11035
11583
|
"length": 1,
|
|
11036
11584
|
"value": "0"
|
|
11037
11585
|
},
|
|
11038
11586
|
{
|
|
11039
11587
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11040
11588
|
"kind": "FloatLiteral",
|
|
11041
|
-
"offset":
|
|
11589
|
+
"offset": 8939,
|
|
11042
11590
|
"length": 3,
|
|
11043
11591
|
"value": "4.0"
|
|
11044
11592
|
},
|
|
11045
11593
|
{
|
|
11046
11594
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11047
11595
|
"kind": "IntegerLiteral",
|
|
11048
|
-
"offset":
|
|
11596
|
+
"offset": 9075,
|
|
11049
11597
|
"length": 1,
|
|
11050
11598
|
"value": "0"
|
|
11051
11599
|
},
|
|
11052
11600
|
{
|
|
11053
11601
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11054
11602
|
"kind": "FloatLiteral",
|
|
11055
|
-
"offset":
|
|
11603
|
+
"offset": 9127,
|
|
11056
11604
|
"length": 3,
|
|
11057
11605
|
"value": "1.0"
|
|
11058
11606
|
},
|
|
11059
11607
|
{
|
|
11060
11608
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11061
11609
|
"kind": "BooleanLiteral",
|
|
11062
|
-
"offset":
|
|
11610
|
+
"offset": 9215,
|
|
11063
11611
|
"length": 5,
|
|
11064
11612
|
"value": "false"
|
|
11065
11613
|
},
|
|
11066
11614
|
{
|
|
11067
11615
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11068
11616
|
"kind": "IntegerLiteral",
|
|
11069
|
-
"offset":
|
|
11617
|
+
"offset": 9356,
|
|
11070
11618
|
"length": 1,
|
|
11071
11619
|
"value": "0"
|
|
11072
11620
|
},
|
|
11073
11621
|
{
|
|
11074
11622
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11075
11623
|
"kind": "FloatLiteral",
|
|
11076
|
-
"offset":
|
|
11624
|
+
"offset": 9415,
|
|
11077
11625
|
"length": 3,
|
|
11078
11626
|
"value": "2.0"
|
|
11079
11627
|
},
|
|
11080
11628
|
{
|
|
11081
11629
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11082
11630
|
"kind": "BooleanLiteral",
|
|
11083
|
-
"offset":
|
|
11631
|
+
"offset": 9460,
|
|
11084
11632
|
"length": 5,
|
|
11085
11633
|
"value": "false"
|
|
11086
11634
|
},
|
|
11087
11635
|
{
|
|
11088
11636
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11089
11637
|
"kind": "BooleanLiteral",
|
|
11090
|
-
"offset":
|
|
11638
|
+
"offset": 9646,
|
|
11091
11639
|
"length": 5,
|
|
11092
11640
|
"value": "false"
|
|
11093
11641
|
},
|
|
11094
11642
|
{
|
|
11095
11643
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11096
11644
|
"kind": "IntegerLiteral",
|
|
11097
|
-
"offset":
|
|
11645
|
+
"offset": 10636,
|
|
11098
11646
|
"length": 1,
|
|
11099
11647
|
"value": "0"
|
|
11100
11648
|
},
|
|
11101
11649
|
{
|
|
11102
11650
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11103
11651
|
"kind": "IntegerLiteral",
|
|
11104
|
-
"offset":
|
|
11652
|
+
"offset": 10711,
|
|
11105
11653
|
"length": 1,
|
|
11106
11654
|
"value": "0"
|
|
11107
11655
|
},
|
|
11108
11656
|
{
|
|
11109
11657
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11110
11658
|
"kind": "IntegerLiteral",
|
|
11111
|
-
"offset":
|
|
11659
|
+
"offset": 10806,
|
|
11112
11660
|
"length": 1,
|
|
11113
11661
|
"value": "0"
|
|
11114
11662
|
},
|
|
11115
11663
|
{
|
|
11116
11664
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11117
11665
|
"kind": "IntegerLiteral",
|
|
11118
|
-
"offset":
|
|
11666
|
+
"offset": 10856,
|
|
11119
11667
|
"length": 1,
|
|
11120
11668
|
"value": "0"
|
|
11121
11669
|
},
|
|
11122
11670
|
{
|
|
11123
11671
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11124
11672
|
"kind": "IntegerLiteral",
|
|
11125
|
-
"offset":
|
|
11673
|
+
"offset": 10915,
|
|
11126
11674
|
"length": 1,
|
|
11127
11675
|
"value": "0"
|
|
11128
11676
|
},
|
|
11129
11677
|
{
|
|
11130
11678
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11131
11679
|
"kind": "BooleanLiteral",
|
|
11132
|
-
"offset":
|
|
11680
|
+
"offset": 10970,
|
|
11133
11681
|
"length": 5,
|
|
11134
11682
|
"value": "false"
|
|
11135
11683
|
},
|
|
11136
11684
|
{
|
|
11137
11685
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11138
11686
|
"kind": "IntegerLiteral",
|
|
11139
|
-
"offset":
|
|
11687
|
+
"offset": 11054,
|
|
11140
11688
|
"length": 1,
|
|
11141
11689
|
"value": "0"
|
|
11142
11690
|
},
|
|
11143
11691
|
{
|
|
11144
11692
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11145
11693
|
"kind": "FloatLiteral",
|
|
11146
|
-
"offset":
|
|
11694
|
+
"offset": 11105,
|
|
11147
11695
|
"length": 3,
|
|
11148
11696
|
"value": "8.0"
|
|
11149
11697
|
},
|
|
11150
11698
|
{
|
|
11151
11699
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11152
11700
|
"kind": "FloatLiteral",
|
|
11153
|
-
"offset":
|
|
11701
|
+
"offset": 11206,
|
|
11154
11702
|
"length": 3,
|
|
11155
11703
|
"value": "2.0"
|
|
11156
11704
|
},
|
|
11157
11705
|
{
|
|
11158
11706
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11159
11707
|
"kind": "IntegerLiteral",
|
|
11160
|
-
"offset":
|
|
11708
|
+
"offset": 11256,
|
|
11161
11709
|
"length": 1,
|
|
11162
11710
|
"value": "0"
|
|
11163
11711
|
},
|
|
11164
11712
|
{
|
|
11165
11713
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11166
11714
|
"kind": "BooleanLiteral",
|
|
11167
|
-
"offset":
|
|
11715
|
+
"offset": 11286,
|
|
11168
11716
|
"length": 5,
|
|
11169
11717
|
"value": "false"
|
|
11170
11718
|
},
|
|
11171
11719
|
{
|
|
11172
11720
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11173
11721
|
"kind": "IntegerLiteral",
|
|
11174
|
-
"offset":
|
|
11722
|
+
"offset": 11332,
|
|
11175
11723
|
"length": 1,
|
|
11176
11724
|
"value": "0"
|
|
11177
11725
|
},
|
|
11178
11726
|
{
|
|
11179
11727
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11180
11728
|
"kind": "StringLiteral",
|
|
11181
|
-
"offset":
|
|
11729
|
+
"offset": 11374,
|
|
11182
11730
|
"length": 2,
|
|
11183
11731
|
"value": "\"\""
|
|
11184
11732
|
},
|
|
11185
11733
|
{
|
|
11186
11734
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11187
11735
|
"kind": "IntegerLiteral",
|
|
11188
|
-
"offset":
|
|
11736
|
+
"offset": 11445,
|
|
11189
11737
|
"length": 1,
|
|
11190
11738
|
"value": "0"
|
|
11191
11739
|
},
|
|
11192
11740
|
{
|
|
11193
11741
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11194
11742
|
"kind": "IntegerLiteral",
|
|
11195
|
-
"offset":
|
|
11743
|
+
"offset": 11496,
|
|
11196
11744
|
"length": 1,
|
|
11197
11745
|
"value": "0"
|
|
11198
11746
|
},
|
|
11199
11747
|
{
|
|
11200
11748
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11201
11749
|
"kind": "StringLiteral",
|
|
11202
|
-
"offset":
|
|
11750
|
+
"offset": 11539,
|
|
11203
11751
|
"length": 6,
|
|
11204
11752
|
"value": "\"cold\""
|
|
11205
11753
|
},
|
|
11206
11754
|
{
|
|
11207
11755
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11208
11756
|
"kind": "BooleanLiteral",
|
|
11209
|
-
"offset":
|
|
11757
|
+
"offset": 11844,
|
|
11210
11758
|
"length": 5,
|
|
11211
11759
|
"value": "false"
|
|
11212
11760
|
},
|
|
11213
11761
|
{
|
|
11214
11762
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11215
11763
|
"kind": "IntegerLiteral",
|
|
11216
|
-
"offset":
|
|
11764
|
+
"offset": 12044,
|
|
11217
11765
|
"length": 1,
|
|
11218
11766
|
"value": "0"
|
|
11219
11767
|
},
|
|
11220
11768
|
{
|
|
11221
11769
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11222
11770
|
"kind": "BooleanLiteral",
|
|
11223
|
-
"offset":
|
|
11771
|
+
"offset": 12105,
|
|
11224
11772
|
"length": 5,
|
|
11225
11773
|
"value": "false"
|
|
11226
11774
|
},
|
|
11227
11775
|
{
|
|
11228
11776
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11229
11777
|
"kind": "Array",
|
|
11230
|
-
"offset":
|
|
11778
|
+
"offset": 12169,
|
|
11231
11779
|
"length": 2,
|
|
11232
11780
|
"value": "[]"
|
|
11233
11781
|
},
|
|
11234
11782
|
{
|
|
11235
11783
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11236
11784
|
"kind": "StringLiteral",
|
|
11237
|
-
"offset":
|
|
11785
|
+
"offset": 12221,
|
|
11238
11786
|
"length": 16,
|
|
11239
11787
|
"value": "\"stt.tts.serial\""
|
|
11240
11788
|
},
|
|
11241
11789
|
{
|
|
11242
11790
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11243
11791
|
"kind": "BooleanLiteral",
|
|
11244
|
-
"offset":
|
|
11792
|
+
"offset": 12310,
|
|
11245
11793
|
"length": 5,
|
|
11246
11794
|
"value": "false"
|
|
11247
11795
|
},
|
|
11248
11796
|
{
|
|
11249
11797
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11250
11798
|
"kind": "IntegerLiteral",
|
|
11251
|
-
"offset":
|
|
11799
|
+
"offset": 12375,
|
|
11252
11800
|
"length": 1,
|
|
11253
11801
|
"value": "0"
|
|
11254
11802
|
},
|
|
11255
11803
|
{
|
|
11256
11804
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11257
11805
|
"kind": "FloatLiteral",
|
|
11258
|
-
"offset":
|
|
11806
|
+
"offset": 12436,
|
|
11259
11807
|
"length": 4,
|
|
11260
11808
|
"value": "0.30"
|
|
11261
11809
|
},
|
|
11262
11810
|
{
|
|
11263
11811
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11264
11812
|
"kind": "IntegerLiteral",
|
|
11265
|
-
"offset":
|
|
11813
|
+
"offset": 12483,
|
|
11266
11814
|
"length": 1,
|
|
11267
11815
|
"value": "0"
|
|
11268
11816
|
},
|
|
11269
11817
|
{
|
|
11270
11818
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11271
11819
|
"kind": "IntegerLiteral",
|
|
11272
|
-
"offset":
|
|
11820
|
+
"offset": 12582,
|
|
11273
11821
|
"length": 1,
|
|
11274
11822
|
"value": "0"
|
|
11275
11823
|
},
|
|
11276
11824
|
{
|
|
11277
11825
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11278
11826
|
"kind": "StringLiteral",
|
|
11279
|
-
"offset":
|
|
11827
|
+
"offset": 12667,
|
|
11280
11828
|
"length": 7,
|
|
11281
11829
|
"value": "\"unset\""
|
|
11282
11830
|
},
|
|
11283
11831
|
{
|
|
11284
11832
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11285
11833
|
"kind": "IntegerLiteral",
|
|
11286
|
-
"offset":
|
|
11834
|
+
"offset": 12726,
|
|
11287
11835
|
"length": 1,
|
|
11288
11836
|
"value": "0"
|
|
11289
11837
|
},
|
|
11290
11838
|
{
|
|
11291
11839
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11292
11840
|
"kind": "BooleanLiteral",
|
|
11293
|
-
"offset":
|
|
11841
|
+
"offset": 12771,
|
|
11294
11842
|
"length": 5,
|
|
11295
11843
|
"value": "false"
|
|
11296
11844
|
},
|
|
11297
11845
|
{
|
|
11298
11846
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11299
11847
|
"kind": "IntegerLiteral",
|
|
11300
|
-
"offset":
|
|
11848
|
+
"offset": 12833,
|
|
11301
11849
|
"length": 1,
|
|
11302
11850
|
"value": "0"
|
|
11303
11851
|
},
|
|
11304
11852
|
{
|
|
11305
11853
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11306
11854
|
"kind": "IntegerLiteral",
|
|
11307
|
-
"offset":
|
|
11855
|
+
"offset": 12878,
|
|
11308
11856
|
"length": 1,
|
|
11309
11857
|
"value": "0"
|
|
11310
11858
|
},
|
|
11311
11859
|
{
|
|
11312
11860
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11313
11861
|
"kind": "FloatLiteral",
|
|
11314
|
-
"offset":
|
|
11862
|
+
"offset": 12962,
|
|
11315
11863
|
"length": 3,
|
|
11316
11864
|
"value": "1.0"
|
|
11317
11865
|
},
|
|
11318
11866
|
{
|
|
11319
11867
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11320
11868
|
"kind": "FloatLiteral",
|
|
11321
|
-
"offset":
|
|
11869
|
+
"offset": 13052,
|
|
11322
11870
|
"length": 3,
|
|
11323
11871
|
"value": "5.0"
|
|
11324
11872
|
},
|
|
11325
11873
|
{
|
|
11326
11874
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11327
11875
|
"kind": "IntegerLiteral",
|
|
11328
|
-
"offset":
|
|
11876
|
+
"offset": 13126,
|
|
11329
11877
|
"length": 1,
|
|
11330
11878
|
"value": "2"
|
|
11331
11879
|
},
|
|
11332
11880
|
{
|
|
11333
11881
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11334
11882
|
"kind": "BooleanLiteral",
|
|
11335
|
-
"offset":
|
|
11883
|
+
"offset": 13234,
|
|
11336
11884
|
"length": 5,
|
|
11337
11885
|
"value": "false"
|
|
11338
11886
|
},
|
|
11339
11887
|
{
|
|
11340
11888
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11341
11889
|
"kind": "BooleanLiteral",
|
|
11342
|
-
"offset":
|
|
11890
|
+
"offset": 13285,
|
|
11343
11891
|
"length": 5,
|
|
11344
11892
|
"value": "false"
|
|
11345
11893
|
},
|
|
11346
11894
|
{
|
|
11347
11895
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11348
11896
|
"kind": "BooleanLiteral",
|
|
11349
|
-
"offset":
|
|
11897
|
+
"offset": 13393,
|
|
11350
11898
|
"length": 5,
|
|
11351
11899
|
"value": "false"
|
|
11352
11900
|
},
|
|
11353
11901
|
{
|
|
11354
11902
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11355
11903
|
"kind": "IntegerLiteral",
|
|
11356
|
-
"offset":
|
|
11904
|
+
"offset": 13468,
|
|
11357
11905
|
"length": 1,
|
|
11358
11906
|
"value": "0"
|
|
11359
11907
|
},
|
|
11360
11908
|
{
|
|
11361
11909
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11362
11910
|
"kind": "BooleanLiteral",
|
|
11363
|
-
"offset":
|
|
11911
|
+
"offset": 13504,
|
|
11364
11912
|
"length": 5,
|
|
11365
11913
|
"value": "false"
|
|
11366
11914
|
},
|
|
11367
11915
|
{
|
|
11368
11916
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11369
11917
|
"kind": "StringLiteral",
|
|
11370
|
-
"offset":
|
|
11918
|
+
"offset": 13771,
|
|
11371
11919
|
"length": 14,
|
|
11372
11920
|
"value": "\"stt.sv.queue\""
|
|
11373
11921
|
},
|
|
11374
11922
|
{
|
|
11375
11923
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11376
11924
|
"kind": "IntegerLiteral",
|
|
11377
|
-
"offset":
|
|
11925
|
+
"offset": 14045,
|
|
11378
11926
|
"length": 1,
|
|
11379
11927
|
"value": "0"
|
|
11380
11928
|
},
|
|
11381
11929
|
{
|
|
11382
11930
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11383
11931
|
"kind": "Array",
|
|
11384
|
-
"offset":
|
|
11932
|
+
"offset": 14105,
|
|
11385
11933
|
"length": 2,
|
|
11386
11934
|
"value": "[]"
|
|
11387
11935
|
},
|
|
11388
11936
|
{
|
|
11389
11937
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11390
11938
|
"kind": "BooleanLiteral",
|
|
11391
|
-
"offset":
|
|
11939
|
+
"offset": 14148,
|
|
11392
11940
|
"length": 4,
|
|
11393
11941
|
"value": "true"
|
|
11394
11942
|
},
|
|
11395
11943
|
{
|
|
11396
11944
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11397
11945
|
"kind": "BooleanLiteral",
|
|
11398
|
-
"offset":
|
|
11946
|
+
"offset": 14196,
|
|
11399
11947
|
"length": 5,
|
|
11400
11948
|
"value": "false"
|
|
11401
11949
|
},
|
|
11402
11950
|
{
|
|
11403
11951
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11404
11952
|
"kind": "BooleanLiteral",
|
|
11405
|
-
"offset":
|
|
11953
|
+
"offset": 14255,
|
|
11406
11954
|
"length": 5,
|
|
11407
11955
|
"value": "false"
|
|
11408
11956
|
},
|
|
11409
11957
|
{
|
|
11410
11958
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11411
11959
|
"kind": "Array",
|
|
11412
|
-
"offset":
|
|
11960
|
+
"offset": 14321,
|
|
11413
11961
|
"length": 2,
|
|
11414
11962
|
"value": "[]"
|
|
11415
11963
|
},
|
|
11416
11964
|
{
|
|
11417
11965
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11418
11966
|
"kind": "IntegerLiteral",
|
|
11419
|
-
"offset":
|
|
11967
|
+
"offset": 14421,
|
|
11420
11968
|
"length": 1,
|
|
11421
11969
|
"value": "0"
|
|
11422
11970
|
},
|
|
11423
11971
|
{
|
|
11424
11972
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11425
11973
|
"kind": "IntegerLiteral",
|
|
11426
|
-
"offset":
|
|
11974
|
+
"offset": 14470,
|
|
11427
11975
|
"length": 1,
|
|
11428
11976
|
"value": "0"
|
|
11429
11977
|
},
|
|
11430
11978
|
{
|
|
11431
11979
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11432
11980
|
"kind": "BooleanLiteral",
|
|
11433
|
-
"offset":
|
|
11981
|
+
"offset": 14523,
|
|
11434
11982
|
"length": 5,
|
|
11435
11983
|
"value": "false"
|
|
11436
11984
|
},
|
|
11437
11985
|
{
|
|
11438
11986
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11439
11987
|
"kind": "FloatLiteral",
|
|
11440
|
-
"offset":
|
|
11988
|
+
"offset": 14577,
|
|
11441
11989
|
"length": 3,
|
|
11442
11990
|
"value": "1.0"
|
|
11443
11991
|
},
|
|
11444
11992
|
{
|
|
11445
11993
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11446
11994
|
"kind": "IntegerLiteral",
|
|
11447
|
-
"offset":
|
|
11995
|
+
"offset": 14635,
|
|
11448
11996
|
"length": 1,
|
|
11449
11997
|
"value": "0"
|
|
11450
11998
|
},
|
|
11451
11999
|
{
|
|
11452
12000
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11453
12001
|
"kind": "IntegerLiteral",
|
|
11454
|
-
"offset":
|
|
12002
|
+
"offset": 14691,
|
|
11455
12003
|
"length": 1,
|
|
11456
12004
|
"value": "0"
|
|
11457
12005
|
},
|
|
11458
12006
|
{
|
|
11459
12007
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11460
12008
|
"kind": "IntegerLiteral",
|
|
11461
|
-
"offset":
|
|
12009
|
+
"offset": 14752,
|
|
11462
12010
|
"length": 1,
|
|
11463
12011
|
"value": "0"
|
|
11464
12012
|
},
|
|
11465
12013
|
{
|
|
11466
12014
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11467
12015
|
"kind": "IntegerLiteral",
|
|
11468
|
-
"offset":
|
|
12016
|
+
"offset": 14813,
|
|
11469
12017
|
"length": 1,
|
|
11470
12018
|
"value": "0"
|
|
11471
12019
|
},
|
|
11472
12020
|
{
|
|
11473
12021
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11474
12022
|
"kind": "Array",
|
|
11475
|
-
"offset":
|
|
12023
|
+
"offset": 14875,
|
|
11476
12024
|
"length": 2,
|
|
11477
12025
|
"value": "[]"
|
|
11478
12026
|
},
|
|
11479
12027
|
{
|
|
11480
12028
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11481
12029
|
"kind": "IntegerLiteral",
|
|
11482
|
-
"offset":
|
|
12030
|
+
"offset": 14935,
|
|
11483
12031
|
"length": 1,
|
|
11484
12032
|
"value": "0"
|
|
11485
12033
|
},
|
|
11486
12034
|
{
|
|
11487
12035
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11488
12036
|
"kind": "IntegerLiteral",
|
|
11489
|
-
"offset":
|
|
12037
|
+
"offset": 14998,
|
|
11490
12038
|
"length": 1,
|
|
11491
12039
|
"value": "0"
|
|
11492
12040
|
},
|
|
11493
12041
|
{
|
|
11494
12042
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11495
12043
|
"kind": "IntegerLiteral",
|
|
11496
|
-
"offset":
|
|
12044
|
+
"offset": 15156,
|
|
11497
12045
|
"length": 1,
|
|
11498
12046
|
"value": "0"
|
|
11499
12047
|
},
|
|
11500
12048
|
{
|
|
11501
12049
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11502
12050
|
"kind": "BooleanLiteral",
|
|
11503
|
-
"offset":
|
|
12051
|
+
"offset": 15206,
|
|
11504
12052
|
"length": 5,
|
|
11505
12053
|
"value": "false"
|
|
11506
12054
|
},
|
|
11507
12055
|
{
|
|
11508
12056
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11509
12057
|
"kind": "BooleanLiteral",
|
|
11510
|
-
"offset":
|
|
12058
|
+
"offset": 15270,
|
|
11511
12059
|
"length": 5,
|
|
11512
12060
|
"value": "false"
|
|
11513
12061
|
},
|
|
11514
12062
|
{
|
|
11515
12063
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11516
12064
|
"kind": "IntegerLiteral",
|
|
11517
|
-
"offset":
|
|
12065
|
+
"offset": 15581,
|
|
11518
12066
|
"length": 1,
|
|
11519
12067
|
"value": "0"
|
|
11520
12068
|
},
|
|
11521
12069
|
{
|
|
11522
12070
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11523
12071
|
"kind": "Array",
|
|
11524
|
-
"offset":
|
|
12072
|
+
"offset": 15693,
|
|
11525
12073
|
"length": 2,
|
|
11526
12074
|
"value": "[]"
|
|
11527
12075
|
},
|
|
11528
12076
|
{
|
|
11529
12077
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11530
12078
|
"kind": "IntegerLiteral",
|
|
11531
|
-
"offset":
|
|
12079
|
+
"offset": 15797,
|
|
11532
12080
|
"length": 1,
|
|
11533
12081
|
"value": "0"
|
|
11534
12082
|
},
|
|
11535
12083
|
{
|
|
11536
12084
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11537
12085
|
"kind": "IntegerLiteral",
|
|
11538
|
-
"offset":
|
|
12086
|
+
"offset": 15848,
|
|
11539
12087
|
"length": 1,
|
|
11540
12088
|
"value": "0"
|
|
11541
12089
|
},
|
|
11542
12090
|
{
|
|
11543
12091
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11544
12092
|
"kind": "IntegerLiteral",
|
|
11545
|
-
"offset":
|
|
12093
|
+
"offset": 15903,
|
|
11546
12094
|
"length": 1,
|
|
11547
12095
|
"value": "0"
|
|
11548
12096
|
},
|
|
11549
12097
|
{
|
|
11550
12098
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11551
12099
|
"kind": "IntegerLiteral",
|
|
11552
|
-
"offset":
|
|
12100
|
+
"offset": 15954,
|
|
11553
12101
|
"length": 1,
|
|
11554
12102
|
"value": "0"
|
|
11555
12103
|
},
|
|
11556
12104
|
{
|
|
11557
12105
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11558
12106
|
"kind": "IntegerLiteral",
|
|
11559
|
-
"offset":
|
|
12107
|
+
"offset": 16014,
|
|
11560
12108
|
"length": 1,
|
|
11561
12109
|
"value": "0"
|
|
11562
12110
|
},
|
|
11563
12111
|
{
|
|
11564
12112
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11565
12113
|
"kind": "FloatLiteral",
|
|
11566
|
-
"offset":
|
|
12114
|
+
"offset": 16082,
|
|
11567
12115
|
"length": 4,
|
|
11568
12116
|
"value": "0.75"
|
|
11569
12117
|
},
|
|
11570
12118
|
{
|
|
11571
12119
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11572
12120
|
"kind": "BooleanLiteral",
|
|
11573
|
-
"offset":
|
|
12121
|
+
"offset": 16135,
|
|
11574
12122
|
"length": 5,
|
|
11575
12123
|
"value": "false"
|
|
11576
12124
|
},
|
|
11577
12125
|
{
|
|
11578
12126
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11579
12127
|
"kind": "IntegerLiteral",
|
|
11580
|
-
"offset":
|
|
12128
|
+
"offset": 16259,
|
|
11581
12129
|
"length": 1,
|
|
11582
12130
|
"value": "0"
|
|
11583
12131
|
},
|
|
11584
12132
|
{
|
|
11585
12133
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11586
12134
|
"kind": "IntegerLiteral",
|
|
11587
|
-
"offset":
|
|
12135
|
+
"offset": 16314,
|
|
11588
12136
|
"length": 1,
|
|
11589
12137
|
"value": "0"
|
|
11590
12138
|
},
|
|
11591
12139
|
{
|
|
11592
12140
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11593
12141
|
"kind": "IntegerLiteral",
|
|
11594
|
-
"offset":
|
|
12142
|
+
"offset": 16380,
|
|
11595
12143
|
"length": 1,
|
|
11596
12144
|
"value": "0"
|
|
11597
12145
|
},
|
|
11598
12146
|
{
|
|
11599
12147
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11600
12148
|
"kind": "IntegerLiteral",
|
|
11601
|
-
"offset":
|
|
12149
|
+
"offset": 16445,
|
|
11602
12150
|
"length": 1,
|
|
11603
12151
|
"value": "0"
|
|
11604
12152
|
},
|
|
11605
12153
|
{
|
|
11606
12154
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11607
12155
|
"kind": "FloatLiteral",
|
|
11608
|
-
"offset":
|
|
12156
|
+
"offset": 16516,
|
|
11609
12157
|
"length": 4,
|
|
11610
12158
|
"value": "0.20"
|
|
11611
12159
|
},
|
|
11612
12160
|
{
|
|
11613
12161
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11614
12162
|
"kind": "BooleanLiteral",
|
|
11615
|
-
"offset":
|
|
12163
|
+
"offset": 21023,
|
|
11616
12164
|
"length": 5,
|
|
11617
12165
|
"value": "false"
|
|
11618
12166
|
},
|
|
11619
12167
|
{
|
|
11620
12168
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11621
12169
|
"kind": "BooleanLiteral",
|
|
11622
|
-
"offset":
|
|
12170
|
+
"offset": 21290,
|
|
11623
12171
|
"length": 5,
|
|
11624
12172
|
"value": "false"
|
|
11625
12173
|
},
|
|
11626
12174
|
{
|
|
11627
12175
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11628
12176
|
"kind": "Array",
|
|
11629
|
-
"offset":
|
|
12177
|
+
"offset": 34150,
|
|
11630
12178
|
"length": 203,
|
|
11631
12179
|
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
11632
12180
|
},
|
|
11633
12181
|
{
|
|
11634
12182
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11635
12183
|
"kind": "StringLiteral",
|
|
11636
|
-
"offset":
|
|
12184
|
+
"offset": 63115,
|
|
11637
12185
|
"length": 12,
|
|
11638
12186
|
"value": "\"pollOnMain\""
|
|
11639
12187
|
},
|
|
11640
12188
|
{
|
|
11641
12189
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
11642
12190
|
"kind": "IntegerLiteral",
|
|
11643
|
-
"offset":
|
|
12191
|
+
"offset": 72002,
|
|
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":
|
|
12198
|
+
"offset": 72311,
|
|
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":
|
|
12205
|
+
"offset": 73070,
|
|
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":
|
|
12212
|
+
"offset": 74618,
|
|
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":
|
|
12219
|
+
"offset": 75415,
|
|
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":
|
|
12226
|
+
"offset": 92945,
|
|
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":
|
|
12233
|
+
"offset": 99089,
|
|
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":
|
|
12240
|
+
"offset": 102977,
|
|
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":
|
|
12247
|
+
"offset": 104255,
|
|
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":
|
|
12254
|
+
"offset": 104327,
|
|
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":
|
|
12261
|
+
"offset": 118625,
|
|
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":
|
|
12268
|
+
"offset": 123316,
|
|
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":
|
|
12275
|
+
"offset": 140765,
|
|
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":
|
|
12282
|
+
"offset": 185960,
|
|
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":
|
|
12289
|
+
"offset": 185976,
|
|
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":
|
|
12296
|
+
"offset": 186028,
|
|
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":
|
|
12303
|
+
"offset": 186167,
|
|
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":
|
|
12310
|
+
"offset": 186392,
|
|
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":
|
|
12317
|
+
"offset": 186586,
|
|
11770
12318
|
"length": 2,
|
|
11771
12319
|
"value": "[]"
|
|
11772
12320
|
},
|
|
@@ -11788,1728 +12336,1749 @@
|
|
|
11788
12336
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11789
12337
|
"kind": "BooleanLiteral",
|
|
11790
12338
|
"offset": 253,
|
|
11791
|
-
"length":
|
|
11792
|
-
"value": "
|
|
12339
|
+
"length": 4,
|
|
12340
|
+
"value": "true"
|
|
11793
12341
|
},
|
|
11794
12342
|
{
|
|
11795
12343
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11796
12344
|
"kind": "StringLiteral",
|
|
11797
|
-
"offset":
|
|
12345
|
+
"offset": 343,
|
|
11798
12346
|
"length": 3,
|
|
11799
12347
|
"value": "\" \""
|
|
11800
12348
|
},
|
|
11801
12349
|
{
|
|
11802
12350
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11803
12351
|
"kind": "StringLiteral",
|
|
11804
|
-
"offset":
|
|
12352
|
+
"offset": 369,
|
|
11805
12353
|
"length": 4,
|
|
11806
12354
|
"value": "\"\n\""
|
|
11807
12355
|
},
|
|
11808
12356
|
{
|
|
11809
12357
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11810
12358
|
"kind": "StringLiteral",
|
|
11811
|
-
"offset":
|
|
12359
|
+
"offset": 1204,
|
|
11812
12360
|
"length": 41,
|
|
11813
12361
|
"value": "\"####%$#$%$#^&^*&*^#$%#$%#$#%^&&*****###\""
|
|
11814
12362
|
},
|
|
11815
12363
|
{
|
|
11816
12364
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11817
12365
|
"kind": "Dictionary",
|
|
11818
|
-
"offset":
|
|
12366
|
+
"offset": 12391,
|
|
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":
|
|
12373
|
+
"offset": 13063,
|
|
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":
|
|
12380
|
+
"offset": 13150,
|
|
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":
|
|
12387
|
+
"offset": 13197,
|
|
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":
|
|
12394
|
+
"offset": 13247,
|
|
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":
|
|
12401
|
+
"offset": 13288,
|
|
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":
|
|
12408
|
+
"offset": 13332,
|
|
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": 13372,
|
|
12416
|
+
"length": 5,
|
|
12417
|
+
"value": "false"
|
|
12418
|
+
},
|
|
12419
|
+
{
|
|
12420
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12421
|
+
"kind": "Array",
|
|
12422
|
+
"offset": 13427,
|
|
12423
|
+
"length": 2,
|
|
12424
|
+
"value": "[]"
|
|
12425
|
+
},
|
|
12426
|
+
{
|
|
12427
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
12428
|
+
"kind": "Array",
|
|
12429
|
+
"offset": 13499,
|
|
12430
|
+
"length": 2,
|
|
12431
|
+
"value": "[]"
|
|
12432
|
+
},
|
|
11864
12433
|
{
|
|
11865
12434
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceTTS.swift",
|
|
11866
12435
|
"kind": "StringLiteral",
|
|
11867
|
-
"offset":
|
|
12436
|
+
"offset": 16223,
|
|
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":
|
|
12443
|
+
"offset": 16280,
|
|
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":
|
|
12450
|
+
"offset": 37027,
|
|
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":
|
|
12457
|
+
"offset": 37050,
|
|
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":
|
|
12464
|
+
"offset": 37173,
|
|
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":
|
|
12471
|
+
"offset": 37209,
|
|
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":
|
|
12478
|
+
"offset": 37231,
|
|
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":
|
|
12485
|
+
"offset": 37271,
|
|
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":
|
|
12492
|
+
"offset": 37310,
|
|
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":
|
|
12499
|
+
"offset": 37352,
|
|
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":
|
|
12506
|
+
"offset": 37363,
|
|
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":
|
|
12513
|
+
"offset": 37406,
|
|
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":
|
|
12520
|
+
"offset": 37424,
|
|
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":
|
|
12527
|
+
"offset": 37451,
|
|
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":
|
|
12534
|
+
"offset": 37468,
|
|
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":
|
|
12541
|
+
"offset": 37577,
|
|
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":
|
|
12548
|
+
"offset": 37597,
|
|
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":
|
|
12555
|
+
"offset": 37621,
|
|
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":
|
|
12562
|
+
"offset": 37652,
|
|
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":
|
|
12569
|
+
"offset": 37728,
|
|
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":
|
|
12576
|
+
"offset": 45635,
|
|
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":
|
|
12583
|
+
"offset": 47049,
|
|
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":
|
|
12590
|
+
"offset": 47119,
|
|
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":
|
|
12597
|
+
"offset": 47677,
|
|
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":
|
|
12604
|
+
"offset": 47920,
|
|
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":
|
|
12611
|
+
"offset": 47945,
|
|
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":
|
|
12618
|
+
"offset": 47980,
|
|
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":
|
|
12625
|
+
"offset": 48230,
|
|
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":
|
|
12632
|
+
"offset": 48307,
|
|
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":
|
|
12639
|
+
"offset": 48341,
|
|
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":
|
|
12646
|
+
"offset": 50102,
|
|
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":
|
|
12653
|
+
"offset": 50117,
|
|
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":
|
|
12660
|
+
"offset": 51833,
|
|
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":
|
|
12667
|
+
"offset": 51846,
|
|
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":
|
|
12674
|
+
"offset": 51865,
|
|
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":
|
|
12681
|
+
"offset": 51951,
|
|
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":
|
|
12688
|
+
"offset": 51966,
|
|
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":
|
|
12695
|
+
"offset": 51972,
|
|
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":
|
|
12702
|
+
"offset": 51982,
|
|
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":
|
|
12709
|
+
"offset": 51987,
|
|
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":
|
|
12716
|
+
"offset": 52011,
|
|
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":
|
|
12723
|
+
"offset": 52019,
|
|
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":
|
|
12730
|
+
"offset": 52029,
|
|
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":
|
|
12737
|
+
"offset": 52060,
|
|
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":
|
|
12744
|
+
"offset": 52070,
|
|
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":
|
|
12751
|
+
"offset": 52078,
|
|
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":
|
|
12758
|
+
"offset": 52108,
|
|
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":
|
|
12765
|
+
"offset": 52116,
|
|
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":
|
|
12772
|
+
"offset": 52126,
|
|
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":
|
|
12779
|
+
"offset": 52160,
|
|
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":
|
|
12786
|
+
"offset": 52168,
|
|
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":
|
|
12793
|
+
"offset": 52178,
|
|
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":
|
|
12800
|
+
"offset": 52208,
|
|
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":
|
|
12807
|
+
"offset": 52215,
|
|
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":
|
|
12814
|
+
"offset": 52223,
|
|
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":
|
|
12821
|
+
"offset": 52249,
|
|
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":
|
|
12828
|
+
"offset": 52257,
|
|
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":
|
|
12835
|
+
"offset": 52267,
|
|
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":
|
|
12842
|
+
"offset": 59485,
|
|
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":
|
|
12849
|
+
"offset": 59507,
|
|
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":
|
|
12856
|
+
"offset": 60955,
|
|
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":
|
|
12863
|
+
"offset": 62295,
|
|
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":
|
|
12870
|
+
"offset": 64292,
|
|
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":
|
|
12877
|
+
"offset": 64421,
|
|
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":
|
|
12884
|
+
"offset": 64509,
|
|
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":
|
|
12891
|
+
"offset": 64660,
|
|
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":
|
|
12898
|
+
"offset": 65189,
|
|
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":
|
|
12905
|
+
"offset": 65437,
|
|
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":
|
|
12912
|
+
"offset": 65577,
|
|
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":
|
|
12919
|
+
"offset": 65602,
|
|
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":
|
|
12926
|
+
"offset": 65657,
|
|
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":
|
|
12933
|
+
"offset": 65752,
|
|
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":
|
|
12940
|
+
"offset": 65899,
|
|
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":
|
|
12947
|
+
"offset": 65919,
|
|
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":
|
|
12954
|
+
"offset": 65961,
|
|
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":
|
|
12961
|
+
"offset": 66528,
|
|
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":
|
|
12968
|
+
"offset": 66686,
|
|
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":
|
|
12975
|
+
"offset": 66892,
|
|
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":
|
|
12982
|
+
"offset": 66947,
|
|
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":
|
|
12989
|
+
"offset": 67064,
|
|
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":
|
|
12996
|
+
"offset": 67205,
|
|
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":
|
|
13003
|
+
"offset": 67550,
|
|
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":
|
|
13010
|
+
"offset": 67624,
|
|
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":
|
|
13017
|
+
"offset": 68042,
|
|
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":
|
|
13024
|
+
"offset": 68093,
|
|
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":
|
|
13031
|
+
"offset": 68141,
|
|
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":
|
|
13038
|
+
"offset": 68194,
|
|
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":
|
|
13045
|
+
"offset": 68236,
|
|
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":
|
|
13052
|
+
"offset": 68254,
|
|
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":
|
|
13059
|
+
"offset": 68306,
|
|
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":
|
|
13066
|
+
"offset": 68520,
|
|
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":
|
|
13073
|
+
"offset": 68549,
|
|
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":
|
|
13080
|
+
"offset": 68565,
|
|
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":
|
|
13087
|
+
"offset": 68582,
|
|
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":
|
|
13094
|
+
"offset": 68739,
|
|
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":
|
|
13101
|
+
"offset": 68776,
|
|
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":
|
|
13108
|
+
"offset": 68795,
|
|
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":
|
|
13115
|
+
"offset": 68998,
|
|
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":
|
|
13122
|
+
"offset": 69078,
|
|
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":
|
|
13129
|
+
"offset": 69134,
|
|
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":
|
|
13136
|
+
"offset": 69454,
|
|
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":
|
|
13143
|
+
"offset": 69841,
|
|
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":
|
|
13150
|
+
"offset": 69915,
|
|
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":
|
|
13157
|
+
"offset": 69968,
|
|
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":
|
|
13164
|
+
"offset": 69996,
|
|
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":
|
|
13171
|
+
"offset": 70130,
|
|
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":
|
|
13178
|
+
"offset": 70180,
|
|
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":
|
|
13185
|
+
"offset": 70516,
|
|
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":
|
|
13192
|
+
"offset": 70556,
|
|
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":
|
|
13199
|
+
"offset": 70641,
|
|
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":
|
|
13206
|
+
"offset": 70802,
|
|
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":
|
|
13213
|
+
"offset": 70970,
|
|
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":
|
|
13220
|
+
"offset": 71016,
|
|
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":
|
|
13227
|
+
"offset": 71120,
|
|
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":
|
|
13234
|
+
"offset": 71201,
|
|
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":
|
|
13241
|
+
"offset": 71221,
|
|
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":
|
|
13248
|
+
"offset": 71478,
|
|
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":
|
|
13255
|
+
"offset": 71745,
|
|
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":
|
|
13262
|
+
"offset": 72443,
|
|
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":
|
|
13269
|
+
"offset": 72450,
|
|
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":
|
|
13276
|
+
"offset": 72495,
|
|
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":
|
|
13283
|
+
"offset": 72502,
|
|
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":
|
|
13290
|
+
"offset": 72547,
|
|
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":
|
|
13297
|
+
"offset": 72554,
|
|
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":
|
|
13304
|
+
"offset": 72640,
|
|
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":
|
|
13311
|
+
"offset": 72657,
|
|
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":
|
|
13318
|
+
"offset": 72663,
|
|
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":
|
|
13325
|
+
"offset": 72669,
|
|
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":
|
|
13332
|
+
"offset": 72730,
|
|
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":
|
|
13339
|
+
"offset": 72747,
|
|
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":
|
|
13346
|
+
"offset": 72753,
|
|
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":
|
|
13353
|
+
"offset": 72759,
|
|
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":
|
|
13360
|
+
"offset": 72782,
|
|
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":
|
|
13367
|
+
"offset": 72799,
|
|
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":
|
|
13374
|
+
"offset": 72805,
|
|
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":
|
|
13381
|
+
"offset": 72811,
|
|
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":
|
|
13388
|
+
"offset": 72834,
|
|
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":
|
|
13395
|
+
"offset": 72851,
|
|
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":
|
|
13402
|
+
"offset": 72857,
|
|
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":
|
|
13409
|
+
"offset": 72863,
|
|
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":
|
|
13416
|
+
"offset": 72886,
|
|
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":
|
|
13423
|
+
"offset": 72890,
|
|
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":
|
|
13430
|
+
"offset": 72906,
|
|
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":
|
|
13437
|
+
"offset": 72912,
|
|
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":
|
|
13444
|
+
"offset": 72918,
|
|
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":
|
|
13451
|
+
"offset": 72941,
|
|
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":
|
|
13458
|
+
"offset": 72945,
|
|
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":
|
|
13465
|
+
"offset": 72962,
|
|
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":
|
|
13472
|
+
"offset": 72968,
|
|
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":
|
|
13479
|
+
"offset": 72974,
|
|
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":
|
|
13486
|
+
"offset": 72997,
|
|
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":
|
|
13493
|
+
"offset": 73002,
|
|
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":
|
|
13500
|
+
"offset": 73019,
|
|
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":
|
|
13507
|
+
"offset": 73025,
|
|
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":
|
|
13514
|
+
"offset": 73031,
|
|
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":
|
|
13521
|
+
"offset": 73071,
|
|
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":
|
|
13528
|
+
"offset": 73077,
|
|
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":
|
|
13535
|
+
"offset": 73083,
|
|
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":
|
|
13542
|
+
"offset": 73686,
|
|
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":
|
|
13549
|
+
"offset": 73731,
|
|
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":
|
|
13556
|
+
"offset": 73737,
|
|
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":
|
|
13563
|
+
"offset": 73788,
|
|
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":
|
|
13570
|
+
"offset": 73865,
|
|
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":
|
|
13577
|
+
"offset": 73964,
|
|
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":
|
|
13584
|
+
"offset": 73996,
|
|
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":
|
|
13591
|
+
"offset": 74024,
|
|
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":
|
|
13598
|
+
"offset": 74102,
|
|
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":
|
|
13605
|
+
"offset": 74135,
|
|
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":
|
|
13612
|
+
"offset": 76683,
|
|
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":
|
|
13619
|
+
"offset": 76711,
|
|
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":
|
|
13626
|
+
"offset": 76947,
|
|
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":
|
|
13633
|
+
"offset": 76986,
|
|
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":
|
|
13640
|
+
"offset": 77054,
|
|
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":
|
|
13647
|
+
"offset": 77417,
|
|
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":
|
|
13654
|
+
"offset": 77575,
|
|
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":
|
|
13661
|
+
"offset": 77607,
|
|
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":
|
|
13668
|
+
"offset": 77656,
|
|
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":
|
|
13675
|
+
"offset": 77720,
|
|
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":
|
|
13682
|
+
"offset": 77748,
|
|
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":
|
|
13689
|
+
"offset": 77847,
|
|
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":
|
|
13696
|
+
"offset": 78040,
|
|
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":
|
|
13703
|
+
"offset": 78246,
|
|
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":
|
|
13710
|
+
"offset": 78308,
|
|
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":
|
|
13717
|
+
"offset": 78346,
|
|
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":
|
|
13724
|
+
"offset": 78433,
|
|
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":
|
|
13731
|
+
"offset": 78555,
|
|
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":
|
|
13738
|
+
"offset": 78586,
|
|
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":
|
|
13745
|
+
"offset": 78686,
|
|
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":
|
|
13752
|
+
"offset": 78737,
|
|
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":
|
|
13759
|
+
"offset": 78757,
|
|
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":
|
|
13766
|
+
"offset": 78824,
|
|
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":
|
|
13773
|
+
"offset": 79043,
|
|
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":
|
|
13780
|
+
"offset": 79560,
|
|
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":
|
|
13787
|
+
"offset": 79781,
|
|
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":
|
|
13794
|
+
"offset": 80590,
|
|
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":
|
|
13801
|
+
"offset": 80611,
|
|
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":
|
|
13808
|
+
"offset": 80852,
|
|
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":
|
|
13815
|
+
"offset": 80864,
|
|
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":
|
|
13822
|
+
"offset": 80869,
|
|
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":
|
|
13829
|
+
"offset": 80890,
|
|
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":
|
|
13836
|
+
"offset": 80902,
|
|
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":
|
|
13843
|
+
"offset": 80907,
|
|
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":
|
|
13850
|
+
"offset": 80927,
|
|
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":
|
|
13857
|
+
"offset": 80939,
|
|
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":
|
|
13864
|
+
"offset": 80944,
|
|
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":
|
|
13871
|
+
"offset": 80964,
|
|
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":
|
|
13878
|
+
"offset": 80976,
|
|
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":
|
|
13885
|
+
"offset": 80981,
|
|
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":
|
|
13892
|
+
"offset": 81001,
|
|
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":
|
|
13899
|
+
"offset": 81006,
|
|
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":
|
|
13906
|
+
"offset": 81018,
|
|
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":
|
|
13913
|
+
"offset": 81023,
|
|
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":
|
|
13920
|
+
"offset": 81056,
|
|
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":
|
|
13927
|
+
"offset": 81061,
|
|
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":
|
|
13934
|
+
"offset": 81142,
|
|
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":
|
|
13941
|
+
"offset": 81897,
|
|
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":
|
|
13948
|
+
"offset": 82315,
|
|
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":
|
|
13955
|
+
"offset": 82356,
|
|
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":
|
|
13962
|
+
"offset": 82524,
|
|
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":
|
|
13969
|
+
"offset": 82589,
|
|
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":
|
|
13976
|
+
"offset": 82710,
|
|
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":
|
|
13983
|
+
"offset": 82724,
|
|
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":
|
|
13990
|
+
"offset": 82877,
|
|
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":
|
|
13997
|
+
"offset": 82886,
|
|
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":
|
|
14004
|
+
"offset": 84620,
|
|
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":
|
|
14011
|
+
"offset": 84650,
|
|
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":
|
|
14018
|
+
"offset": 84821,
|
|
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":
|
|
14025
|
+
"offset": 84862,
|
|
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":
|
|
14032
|
+
"offset": 84903,
|
|
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":
|
|
14039
|
+
"offset": 85173,
|
|
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":
|
|
14046
|
+
"offset": 85245,
|
|
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":
|
|
14053
|
+
"offset": 85269,
|
|
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":
|
|
14060
|
+
"offset": 115410,
|
|
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":
|
|
14067
|
+
"offset": 127367,
|
|
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":
|
|
14074
|
+
"offset": 141141,
|
|
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":
|
|
14081
|
+
"offset": 142107,
|
|
13513
14082
|
"length": 4,
|
|
13514
14083
|
"value": "true"
|
|
13515
14084
|
},
|