react-native-davoice-tts 1.0.319 → 1.0.321

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/ios/SpeechBridge/SpeechBridge.m +71 -0
  3. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  4. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +3 -0
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +428 -219
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -0
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +3 -0
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +6 -0
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +630 -421
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +8 -5
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +8 -5
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +630 -421
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +8 -5
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +8 -5
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  17. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  18. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +27 -27
  19. package/package.json +1 -1
  20. package/speech/index.ts +60 -13
@@ -2020,6 +2020,163 @@
2020
2020
  }
2021
2021
  ]
2022
2022
  },
2023
+ {
2024
+ "kind": "Import",
2025
+ "name": "Foundation",
2026
+ "printedName": "Foundation",
2027
+ "declKind": "Import",
2028
+ "moduleName": "DavoiceTTS"
2029
+ },
2030
+ {
2031
+ "kind": "Import",
2032
+ "name": "CommonCrypto",
2033
+ "printedName": "CommonCrypto",
2034
+ "declKind": "Import",
2035
+ "moduleName": "DavoiceTTS"
2036
+ },
2037
+ {
2038
+ "kind": "TypeDecl",
2039
+ "name": "LicenseManager",
2040
+ "printedName": "LicenseManager",
2041
+ "children": [
2042
+ {
2043
+ "kind": "Function",
2044
+ "name": "isLicenseValid",
2045
+ "printedName": "isLicenseValid(licenseKey:)",
2046
+ "children": [
2047
+ {
2048
+ "kind": "TypeNominal",
2049
+ "name": "Bool",
2050
+ "printedName": "Swift.Bool",
2051
+ "usr": "s:Sb"
2052
+ },
2053
+ {
2054
+ "kind": "TypeNominal",
2055
+ "name": "String",
2056
+ "printedName": "Swift.String",
2057
+ "usr": "s:SS"
2058
+ }
2059
+ ],
2060
+ "declKind": "Func",
2061
+ "usr": "c:@M@DavoiceTTS@objc(cs)LicenseManager(cm)isLicenseValidWithLicenseKey:",
2062
+ "mangledName": "$s10DavoiceTTS14LicenseManagerC02isC5Valid10licenseKeySbSS_tFZ",
2063
+ "moduleName": "DavoiceTTS",
2064
+ "static": true,
2065
+ "objc_name": "isLicenseValidWithLicenseKey:",
2066
+ "declAttributes": [
2067
+ "Final",
2068
+ "AccessControl",
2069
+ "ObjC"
2070
+ ],
2071
+ "funcSelfKind": "NonMutating"
2072
+ },
2073
+ {
2074
+ "kind": "Constructor",
2075
+ "name": "init",
2076
+ "printedName": "init()",
2077
+ "children": [
2078
+ {
2079
+ "kind": "TypeNominal",
2080
+ "name": "LicenseManager",
2081
+ "printedName": "DavoiceTTS.LicenseManager",
2082
+ "usr": "c:@M@DavoiceTTS@objc(cs)LicenseManager"
2083
+ }
2084
+ ],
2085
+ "declKind": "Constructor",
2086
+ "usr": "c:@M@DavoiceTTS@objc(cs)LicenseManager(im)init",
2087
+ "mangledName": "$s10DavoiceTTS14LicenseManagerCACycfc",
2088
+ "moduleName": "DavoiceTTS",
2089
+ "overriding": true,
2090
+ "implicit": true,
2091
+ "objc_name": "init",
2092
+ "declAttributes": [
2093
+ "Dynamic",
2094
+ "ObjC",
2095
+ "Override"
2096
+ ],
2097
+ "init_kind": "Designated"
2098
+ }
2099
+ ],
2100
+ "declKind": "Class",
2101
+ "usr": "c:@M@DavoiceTTS@objc(cs)LicenseManager",
2102
+ "mangledName": "$s10DavoiceTTS14LicenseManagerC",
2103
+ "moduleName": "DavoiceTTS",
2104
+ "declAttributes": [
2105
+ "Final",
2106
+ "AccessControl",
2107
+ "ObjC"
2108
+ ],
2109
+ "superclassUsr": "c:objc(cs)NSObject",
2110
+ "inheritsConvenienceInitializers": true,
2111
+ "superclassNames": [
2112
+ "ObjectiveC.NSObject"
2113
+ ],
2114
+ "conformances": [
2115
+ {
2116
+ "kind": "Conformance",
2117
+ "name": "Copyable",
2118
+ "printedName": "Copyable",
2119
+ "usr": "s:s8CopyableP",
2120
+ "mangledName": "$ss8CopyableP"
2121
+ },
2122
+ {
2123
+ "kind": "Conformance",
2124
+ "name": "Escapable",
2125
+ "printedName": "Escapable",
2126
+ "usr": "s:s9EscapableP",
2127
+ "mangledName": "$ss9EscapableP"
2128
+ },
2129
+ {
2130
+ "kind": "Conformance",
2131
+ "name": "Equatable",
2132
+ "printedName": "Equatable",
2133
+ "usr": "s:SQ",
2134
+ "mangledName": "$sSQ"
2135
+ },
2136
+ {
2137
+ "kind": "Conformance",
2138
+ "name": "Hashable",
2139
+ "printedName": "Hashable",
2140
+ "usr": "s:SH",
2141
+ "mangledName": "$sSH"
2142
+ },
2143
+ {
2144
+ "kind": "Conformance",
2145
+ "name": "CVarArg",
2146
+ "printedName": "CVarArg",
2147
+ "usr": "s:s7CVarArgP",
2148
+ "mangledName": "$ss7CVarArgP"
2149
+ },
2150
+ {
2151
+ "kind": "Conformance",
2152
+ "name": "_KeyValueCodingAndObservingPublishing",
2153
+ "printedName": "_KeyValueCodingAndObservingPublishing",
2154
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
2155
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
2156
+ },
2157
+ {
2158
+ "kind": "Conformance",
2159
+ "name": "_KeyValueCodingAndObserving",
2160
+ "printedName": "_KeyValueCodingAndObserving",
2161
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
2162
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
2163
+ },
2164
+ {
2165
+ "kind": "Conformance",
2166
+ "name": "CustomStringConvertible",
2167
+ "printedName": "CustomStringConvertible",
2168
+ "usr": "s:s23CustomStringConvertibleP",
2169
+ "mangledName": "$ss23CustomStringConvertibleP"
2170
+ },
2171
+ {
2172
+ "kind": "Conformance",
2173
+ "name": "CustomDebugStringConvertible",
2174
+ "printedName": "CustomDebugStringConvertible",
2175
+ "usr": "s:s28CustomDebugStringConvertibleP",
2176
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
2177
+ }
2178
+ ]
2179
+ },
2023
2180
  {
2024
2181
  "kind": "Import",
2025
2182
  "name": "Foundation",
@@ -2914,163 +3071,6 @@
2914
3071
  }
2915
3072
  ]
2916
3073
  },
2917
- {
2918
- "kind": "Import",
2919
- "name": "Foundation",
2920
- "printedName": "Foundation",
2921
- "declKind": "Import",
2922
- "moduleName": "DavoiceTTS"
2923
- },
2924
- {
2925
- "kind": "Import",
2926
- "name": "CommonCrypto",
2927
- "printedName": "CommonCrypto",
2928
- "declKind": "Import",
2929
- "moduleName": "DavoiceTTS"
2930
- },
2931
- {
2932
- "kind": "TypeDecl",
2933
- "name": "LicenseManager",
2934
- "printedName": "LicenseManager",
2935
- "children": [
2936
- {
2937
- "kind": "Function",
2938
- "name": "isLicenseValid",
2939
- "printedName": "isLicenseValid(licenseKey:)",
2940
- "children": [
2941
- {
2942
- "kind": "TypeNominal",
2943
- "name": "Bool",
2944
- "printedName": "Swift.Bool",
2945
- "usr": "s:Sb"
2946
- },
2947
- {
2948
- "kind": "TypeNominal",
2949
- "name": "String",
2950
- "printedName": "Swift.String",
2951
- "usr": "s:SS"
2952
- }
2953
- ],
2954
- "declKind": "Func",
2955
- "usr": "c:@M@DavoiceTTS@objc(cs)LicenseManager(cm)isLicenseValidWithLicenseKey:",
2956
- "mangledName": "$s10DavoiceTTS14LicenseManagerC02isC5Valid10licenseKeySbSS_tFZ",
2957
- "moduleName": "DavoiceTTS",
2958
- "static": true,
2959
- "objc_name": "isLicenseValidWithLicenseKey:",
2960
- "declAttributes": [
2961
- "Final",
2962
- "AccessControl",
2963
- "ObjC"
2964
- ],
2965
- "funcSelfKind": "NonMutating"
2966
- },
2967
- {
2968
- "kind": "Constructor",
2969
- "name": "init",
2970
- "printedName": "init()",
2971
- "children": [
2972
- {
2973
- "kind": "TypeNominal",
2974
- "name": "LicenseManager",
2975
- "printedName": "DavoiceTTS.LicenseManager",
2976
- "usr": "c:@M@DavoiceTTS@objc(cs)LicenseManager"
2977
- }
2978
- ],
2979
- "declKind": "Constructor",
2980
- "usr": "c:@M@DavoiceTTS@objc(cs)LicenseManager(im)init",
2981
- "mangledName": "$s10DavoiceTTS14LicenseManagerCACycfc",
2982
- "moduleName": "DavoiceTTS",
2983
- "overriding": true,
2984
- "implicit": true,
2985
- "objc_name": "init",
2986
- "declAttributes": [
2987
- "Dynamic",
2988
- "ObjC",
2989
- "Override"
2990
- ],
2991
- "init_kind": "Designated"
2992
- }
2993
- ],
2994
- "declKind": "Class",
2995
- "usr": "c:@M@DavoiceTTS@objc(cs)LicenseManager",
2996
- "mangledName": "$s10DavoiceTTS14LicenseManagerC",
2997
- "moduleName": "DavoiceTTS",
2998
- "declAttributes": [
2999
- "Final",
3000
- "AccessControl",
3001
- "ObjC"
3002
- ],
3003
- "superclassUsr": "c:objc(cs)NSObject",
3004
- "inheritsConvenienceInitializers": true,
3005
- "superclassNames": [
3006
- "ObjectiveC.NSObject"
3007
- ],
3008
- "conformances": [
3009
- {
3010
- "kind": "Conformance",
3011
- "name": "Copyable",
3012
- "printedName": "Copyable",
3013
- "usr": "s:s8CopyableP",
3014
- "mangledName": "$ss8CopyableP"
3015
- },
3016
- {
3017
- "kind": "Conformance",
3018
- "name": "Escapable",
3019
- "printedName": "Escapable",
3020
- "usr": "s:s9EscapableP",
3021
- "mangledName": "$ss9EscapableP"
3022
- },
3023
- {
3024
- "kind": "Conformance",
3025
- "name": "Equatable",
3026
- "printedName": "Equatable",
3027
- "usr": "s:SQ",
3028
- "mangledName": "$sSQ"
3029
- },
3030
- {
3031
- "kind": "Conformance",
3032
- "name": "Hashable",
3033
- "printedName": "Hashable",
3034
- "usr": "s:SH",
3035
- "mangledName": "$sSH"
3036
- },
3037
- {
3038
- "kind": "Conformance",
3039
- "name": "CVarArg",
3040
- "printedName": "CVarArg",
3041
- "usr": "s:s7CVarArgP",
3042
- "mangledName": "$ss7CVarArgP"
3043
- },
3044
- {
3045
- "kind": "Conformance",
3046
- "name": "_KeyValueCodingAndObservingPublishing",
3047
- "printedName": "_KeyValueCodingAndObservingPublishing",
3048
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
3049
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
3050
- },
3051
- {
3052
- "kind": "Conformance",
3053
- "name": "_KeyValueCodingAndObserving",
3054
- "printedName": "_KeyValueCodingAndObserving",
3055
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
3056
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
3057
- },
3058
- {
3059
- "kind": "Conformance",
3060
- "name": "CustomStringConvertible",
3061
- "printedName": "CustomStringConvertible",
3062
- "usr": "s:s23CustomStringConvertibleP",
3063
- "mangledName": "$ss23CustomStringConvertibleP"
3064
- },
3065
- {
3066
- "kind": "Conformance",
3067
- "name": "CustomDebugStringConvertible",
3068
- "printedName": "CustomDebugStringConvertible",
3069
- "usr": "s:s28CustomDebugStringConvertibleP",
3070
- "mangledName": "$ss28CustomDebugStringConvertibleP"
3071
- }
3072
- ]
3073
- },
3074
3074
  {
3075
3075
  "kind": "Import",
3076
3076
  "name": "Foundation",
@@ -9135,84 +9135,215 @@
9135
9135
  "hasStorage": true,
9136
9136
  "accessors": [
9137
9137
  {
9138
- "kind": "Accessor",
9139
- "name": "Get",
9140
- "printedName": "Get()",
9138
+ "kind": "Accessor",
9139
+ "name": "Get",
9140
+ "printedName": "Get()",
9141
+ "children": [
9142
+ {
9143
+ "kind": "TypeNominal",
9144
+ "name": "Array",
9145
+ "printedName": "[Swift.String]",
9146
+ "children": [
9147
+ {
9148
+ "kind": "TypeNominal",
9149
+ "name": "String",
9150
+ "printedName": "Swift.String",
9151
+ "usr": "s:SS"
9152
+ }
9153
+ ],
9154
+ "usr": "s:Sa"
9155
+ }
9156
+ ],
9157
+ "declKind": "Accessor",
9158
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
9159
+ "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
9160
+ "moduleName": "DavoiceTTS",
9161
+ "static": true,
9162
+ "implicit": true,
9163
+ "declAttributes": [
9164
+ "Final",
9165
+ "ObjC"
9166
+ ],
9167
+ "accessorKind": "get"
9168
+ }
9169
+ ]
9170
+ },
9171
+ {
9172
+ "kind": "Function",
9173
+ "name": "setLicense",
9174
+ "printedName": "setLicense(licenseKey:)",
9175
+ "children": [
9176
+ {
9177
+ "kind": "TypeNominal",
9178
+ "name": "Bool",
9179
+ "printedName": "Swift.Bool",
9180
+ "usr": "s:Sb"
9181
+ },
9182
+ {
9183
+ "kind": "TypeNominal",
9184
+ "name": "String",
9185
+ "printedName": "Swift.String",
9186
+ "usr": "s:SS"
9187
+ }
9188
+ ],
9189
+ "declKind": "Func",
9190
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setLicenseWithLicenseKey:",
9191
+ "mangledName": "$s10DavoiceTTS3STTC10setLicense10licenseKeySbSS_tF",
9192
+ "moduleName": "DavoiceTTS",
9193
+ "objc_name": "setLicenseWithLicenseKey:",
9194
+ "declAttributes": [
9195
+ "Final",
9196
+ "AccessControl",
9197
+ "ObjC"
9198
+ ],
9199
+ "funcSelfKind": "NonMutating"
9200
+ },
9201
+ {
9202
+ "kind": "Function",
9203
+ "name": "pauseSpeechRecognitionLite",
9204
+ "printedName": "pauseSpeechRecognitionLite()",
9205
+ "children": [
9206
+ {
9207
+ "kind": "TypeNominal",
9208
+ "name": "Void",
9209
+ "printedName": "()"
9210
+ }
9211
+ ],
9212
+ "declKind": "Func",
9213
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseSpeechRecognitionLite",
9214
+ "mangledName": "$s10DavoiceTTS3STTC26pauseSpeechRecognitionLiteyyF",
9215
+ "moduleName": "DavoiceTTS",
9216
+ "declAttributes": [
9217
+ "Final",
9218
+ "AccessControl",
9219
+ "ObjC"
9220
+ ],
9221
+ "funcSelfKind": "NonMutating"
9222
+ },
9223
+ {
9224
+ "kind": "Function",
9225
+ "name": "pauseSpeechRecognitionLiteAndWait",
9226
+ "printedName": "pauseSpeechRecognitionLiteAndWait(_:completion:)",
9227
+ "children": [
9228
+ {
9229
+ "kind": "TypeNominal",
9230
+ "name": "Void",
9231
+ "printedName": "()"
9232
+ },
9233
+ {
9234
+ "kind": "TypeNominal",
9235
+ "name": "NSNumber",
9236
+ "printedName": "Foundation.NSNumber",
9237
+ "usr": "c:objc(cs)NSNumber"
9238
+ },
9239
+ {
9240
+ "kind": "TypeFunc",
9241
+ "name": "Function",
9242
+ "printedName": "(Swift.Bool, Swift.String?) -> ()",
9141
9243
  "children": [
9142
9244
  {
9143
9245
  "kind": "TypeNominal",
9144
- "name": "Array",
9145
- "printedName": "[Swift.String]",
9246
+ "name": "Void",
9247
+ "printedName": "()"
9248
+ },
9249
+ {
9250
+ "kind": "TypeNominal",
9251
+ "name": "Tuple",
9252
+ "printedName": "(Swift.Bool, Swift.String?)",
9146
9253
  "children": [
9147
9254
  {
9148
9255
  "kind": "TypeNominal",
9149
- "name": "String",
9150
- "printedName": "Swift.String",
9151
- "usr": "s:SS"
9256
+ "name": "Bool",
9257
+ "printedName": "Swift.Bool",
9258
+ "usr": "s:Sb"
9259
+ },
9260
+ {
9261
+ "kind": "TypeNominal",
9262
+ "name": "Optional",
9263
+ "printedName": "Swift.String?",
9264
+ "children": [
9265
+ {
9266
+ "kind": "TypeNominal",
9267
+ "name": "String",
9268
+ "printedName": "Swift.String",
9269
+ "usr": "s:SS"
9270
+ }
9271
+ ],
9272
+ "usr": "s:Sq"
9152
9273
  }
9153
- ],
9154
- "usr": "s:Sa"
9274
+ ]
9155
9275
  }
9156
- ],
9157
- "declKind": "Accessor",
9158
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(cm)supportedEvents",
9159
- "mangledName": "$s10DavoiceTTS3STTC15supportedEventsSaySSGvgZ",
9160
- "moduleName": "DavoiceTTS",
9161
- "static": true,
9162
- "implicit": true,
9163
- "declAttributes": [
9164
- "Final",
9165
- "ObjC"
9166
- ],
9167
- "accessorKind": "get"
9276
+ ]
9168
9277
  }
9169
- ]
9278
+ ],
9279
+ "declKind": "Func",
9280
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseSpeechRecognitionLiteAndWait:completion:",
9281
+ "mangledName": "$s10DavoiceTTS3STTC33pauseSpeechRecognitionLiteAndWait_10completionySo8NSNumberC_ySb_SSSgtctF",
9282
+ "moduleName": "DavoiceTTS",
9283
+ "declAttributes": [
9284
+ "Final",
9285
+ "AccessControl",
9286
+ "ObjC"
9287
+ ],
9288
+ "funcSelfKind": "NonMutating"
9170
9289
  },
9171
9290
  {
9172
9291
  "kind": "Function",
9173
- "name": "setLicense",
9174
- "printedName": "setLicense(licenseKey:)",
9292
+ "name": "unPauseSpeechRecognitionLite",
9293
+ "printedName": "unPauseSpeechRecognitionLite(_:)",
9175
9294
  "children": [
9176
9295
  {
9177
9296
  "kind": "TypeNominal",
9178
- "name": "Bool",
9179
- "printedName": "Swift.Bool",
9180
- "usr": "s:Sb"
9297
+ "name": "Void",
9298
+ "printedName": "()"
9181
9299
  },
9182
9300
  {
9183
9301
  "kind": "TypeNominal",
9184
- "name": "String",
9185
- "printedName": "Swift.String",
9186
- "usr": "s:SS"
9302
+ "name": "NSNumber",
9303
+ "printedName": "Foundation.NSNumber",
9304
+ "usr": "c:objc(cs)NSNumber"
9187
9305
  }
9188
9306
  ],
9189
9307
  "declKind": "Func",
9190
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)setLicenseWithLicenseKey:",
9191
- "mangledName": "$s10DavoiceTTS3STTC10setLicense10licenseKeySbSS_tF",
9308
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLite:",
9309
+ "mangledName": "$s10DavoiceTTS3STTC28unPauseSpeechRecognitionLiteyySo8NSNumberCF",
9192
9310
  "moduleName": "DavoiceTTS",
9193
- "objc_name": "setLicenseWithLicenseKey:",
9194
9311
  "declAttributes": [
9195
9312
  "Final",
9196
9313
  "AccessControl",
9197
- "ObjC"
9314
+ "ObjC",
9315
+ "RawDocComment"
9198
9316
  ],
9199
9317
  "funcSelfKind": "NonMutating"
9200
9318
  },
9201
9319
  {
9202
9320
  "kind": "Function",
9203
- "name": "pauseSpeechRecognitionLite",
9204
- "printedName": "pauseSpeechRecognitionLite()",
9321
+ "name": "unPauseSpeechRecognitionLite",
9322
+ "printedName": "unPauseSpeechRecognitionLite(_:preFetch:)",
9205
9323
  "children": [
9206
9324
  {
9207
9325
  "kind": "TypeNominal",
9208
9326
  "name": "Void",
9209
9327
  "printedName": "()"
9328
+ },
9329
+ {
9330
+ "kind": "TypeNominal",
9331
+ "name": "NSNumber",
9332
+ "printedName": "Foundation.NSNumber",
9333
+ "usr": "c:objc(cs)NSNumber"
9334
+ },
9335
+ {
9336
+ "kind": "TypeNominal",
9337
+ "name": "NSNumber",
9338
+ "printedName": "Foundation.NSNumber",
9339
+ "usr": "c:objc(cs)NSNumber"
9210
9340
  }
9211
9341
  ],
9212
9342
  "declKind": "Func",
9213
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseSpeechRecognitionLite",
9214
- "mangledName": "$s10DavoiceTTS3STTC26pauseSpeechRecognitionLiteyyF",
9343
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLite:preFetch:",
9344
+ "mangledName": "$s10DavoiceTTS3STTC28unPauseSpeechRecognitionLite_8preFetchySo8NSNumberC_AGtF",
9215
9345
  "moduleName": "DavoiceTTS",
9346
+ "objc_name": "unPauseSpeechRecognitionLite:preFetch:",
9216
9347
  "declAttributes": [
9217
9348
  "Final",
9218
9349
  "AccessControl",
@@ -9222,8 +9353,8 @@
9222
9353
  },
9223
9354
  {
9224
9355
  "kind": "Function",
9225
- "name": "unPauseSpeechRecognitionLite",
9226
- "printedName": "unPauseSpeechRecognitionLite(_:)",
9356
+ "name": "unPauseSpeechRecognitionLiteAndWait",
9357
+ "printedName": "unPauseSpeechRecognitionLiteAndWait(_:preFetch:timeoutMs:completion:)",
9227
9358
  "children": [
9228
9359
  {
9229
9360
  "kind": "TypeNominal",
@@ -9235,17 +9366,67 @@
9235
9366
  "name": "NSNumber",
9236
9367
  "printedName": "Foundation.NSNumber",
9237
9368
  "usr": "c:objc(cs)NSNumber"
9369
+ },
9370
+ {
9371
+ "kind": "TypeNominal",
9372
+ "name": "NSNumber",
9373
+ "printedName": "Foundation.NSNumber",
9374
+ "usr": "c:objc(cs)NSNumber"
9375
+ },
9376
+ {
9377
+ "kind": "TypeNominal",
9378
+ "name": "NSNumber",
9379
+ "printedName": "Foundation.NSNumber",
9380
+ "usr": "c:objc(cs)NSNumber"
9381
+ },
9382
+ {
9383
+ "kind": "TypeFunc",
9384
+ "name": "Function",
9385
+ "printedName": "(Swift.Bool, Swift.String?) -> ()",
9386
+ "children": [
9387
+ {
9388
+ "kind": "TypeNominal",
9389
+ "name": "Void",
9390
+ "printedName": "()"
9391
+ },
9392
+ {
9393
+ "kind": "TypeNominal",
9394
+ "name": "Tuple",
9395
+ "printedName": "(Swift.Bool, Swift.String?)",
9396
+ "children": [
9397
+ {
9398
+ "kind": "TypeNominal",
9399
+ "name": "Bool",
9400
+ "printedName": "Swift.Bool",
9401
+ "usr": "s:Sb"
9402
+ },
9403
+ {
9404
+ "kind": "TypeNominal",
9405
+ "name": "Optional",
9406
+ "printedName": "Swift.String?",
9407
+ "children": [
9408
+ {
9409
+ "kind": "TypeNominal",
9410
+ "name": "String",
9411
+ "printedName": "Swift.String",
9412
+ "usr": "s:SS"
9413
+ }
9414
+ ],
9415
+ "usr": "s:Sq"
9416
+ }
9417
+ ]
9418
+ }
9419
+ ]
9238
9420
  }
9239
9421
  ],
9240
9422
  "declKind": "Func",
9241
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLite:",
9242
- "mangledName": "$s10DavoiceTTS3STTC28unPauseSpeechRecognitionLiteyySo8NSNumberCF",
9423
+ "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLiteAndWait:preFetch:timeoutMs:completion:",
9424
+ "mangledName": "$s10DavoiceTTS3STTC35unPauseSpeechRecognitionLiteAndWait_8preFetch9timeoutMs10completionySo8NSNumberC_A2IySb_SSSgtctF",
9243
9425
  "moduleName": "DavoiceTTS",
9244
9426
  "declAttributes": [
9245
9427
  "Final",
9246
9428
  "AccessControl",
9247
- "ObjC",
9248
- "RawDocComment"
9429
+ "ObjC"
9249
9430
  ],
9250
9431
  "funcSelfKind": "NonMutating"
9251
9432
  },
@@ -11901,749 +12082,714 @@
11901
12082
  {
11902
12083
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11903
12084
  "kind": "IntegerLiteral",
11904
- "offset": 20742,
12085
+ "offset": 20740,
11905
12086
  "length": 6,
11906
12087
  "value": "16000"
11907
12088
  },
11908
12089
  {
11909
12090
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11910
12091
  "kind": "IntegerLiteral",
11911
- "offset": 20776,
12092
+ "offset": 20774,
11912
12093
  "length": 2,
11913
12094
  "value": "80"
11914
12095
  },
11915
12096
  {
11916
12097
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11917
12098
  "kind": "BooleanLiteral",
11918
- "offset": 20800,
12099
+ "offset": 20798,
11919
12100
  "length": 4,
11920
12101
  "value": "true"
11921
12102
  },
11922
12103
  {
11923
12104
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11924
12105
  "kind": "FloatLiteral",
11925
- "offset": 20837,
12106
+ "offset": 20835,
11926
12107
  "length": 4,
11927
12108
  "value": "25.0"
11928
12109
  },
11929
12110
  {
11930
12111
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11931
12112
  "kind": "FloatLiteral",
11932
- "offset": 20873,
12113
+ "offset": 20871,
11933
12114
  "length": 4,
11934
12115
  "value": "10.0"
11935
12116
  },
11936
12117
  {
11937
12118
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11938
12119
  "kind": "IntegerLiteral",
11939
- "offset": 20899,
12120
+ "offset": 20897,
11940
12121
  "length": 3,
11941
12122
  "value": "512"
11942
12123
  },
11943
12124
  {
11944
12125
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11945
12126
  "kind": "FloatLiteral",
11946
- "offset": 20939,
12127
+ "offset": 20937,
11947
12128
  "length": 4,
11948
12129
  "value": "0.35"
11949
12130
  },
11950
12131
  {
11951
12132
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11952
12133
  "kind": "BooleanLiteral",
11953
- "offset": 20979,
12134
+ "offset": 20977,
11954
12135
  "length": 5,
11955
12136
  "value": "false"
11956
12137
  },
11957
12138
  {
11958
12139
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11959
12140
  "kind": "IntegerLiteral",
11960
- "offset": 21011,
12141
+ "offset": 21009,
11961
12142
  "length": 4,
11962
12143
  "value": "1280"
11963
12144
  },
11964
12145
  {
11965
12146
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11966
12147
  "kind": "FloatLiteral",
11967
- "offset": 21046,
12148
+ "offset": 21044,
11968
12149
  "length": 3,
11969
12150
  "value": "2.0"
11970
12151
  },
11971
12152
  {
11972
12153
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11973
12154
  "kind": "FloatLiteral",
11974
- "offset": 21083,
12155
+ "offset": 21081,
11975
12156
  "length": 3,
11976
12157
  "value": "3.0"
11977
12158
  },
11978
12159
  {
11979
12160
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11980
12161
  "kind": "BooleanLiteral",
11981
- "offset": 21121,
12162
+ "offset": 21119,
11982
12163
  "length": 4,
11983
12164
  "value": "true"
11984
12165
  },
11985
12166
  {
11986
12167
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11987
12168
  "kind": "IntegerLiteral",
11988
- "offset": 21156,
12169
+ "offset": 21154,
11989
12170
  "length": 1,
11990
12171
  "value": "3"
11991
12172
  },
11992
12173
  {
11993
12174
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
11994
12175
  "kind": "IntegerLiteral",
11995
- "offset": 21192,
12176
+ "offset": 21190,
11996
12177
  "length": 4,
11997
12178
  "value": "2000"
11998
12179
  },
11999
12180
  {
12000
12181
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12001
12182
  "kind": "Array",
12002
- "offset": 22979,
12183
+ "offset": 22977,
12003
12184
  "length": 2,
12004
12185
  "value": "[]"
12005
12186
  },
12006
12187
  {
12007
12188
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12008
12189
  "kind": "Array",
12009
- "offset": 23019,
12190
+ "offset": 23017,
12010
12191
  "length": 2,
12011
12192
  "value": "[]"
12012
12193
  },
12013
12194
  {
12014
12195
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12015
12196
  "kind": "StringLiteral",
12016
- "offset": 26471,
12197
+ "offset": 26469,
12017
12198
  "length": 8,
12018
12199
  "value": "\"Engine\""
12019
12200
  },
12020
12201
  {
12021
12202
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12022
12203
  "kind": "IntegerLiteral",
12023
- "offset": 26799,
12204
+ "offset": 26797,
12024
12205
  "length": 1,
12025
12206
  "value": "0"
12026
12207
  },
12027
12208
  {
12028
12209
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12029
12210
  "kind": "IntegerLiteral",
12030
- "offset": 26841,
12211
+ "offset": 26839,
12031
12212
  "length": 1,
12032
12213
  "value": "0"
12033
12214
  },
12034
12215
  {
12035
12216
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12036
12217
  "kind": "IntegerLiteral",
12037
- "offset": 26892,
12218
+ "offset": 26890,
12038
12219
  "length": 1,
12039
12220
  "value": "0"
12040
12221
  },
12041
12222
  {
12042
12223
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12043
12224
  "kind": "BooleanLiteral",
12044
- "offset": 34576,
12225
+ "offset": 34583,
12045
12226
  "length": 4,
12046
12227
  "value": "true"
12047
12228
  },
12048
12229
  {
12049
12230
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12050
12231
  "kind": "StringLiteral",
12051
- "offset": 39740,
12232
+ "offset": 39747,
12052
12233
  "length": 7,
12053
12234
  "value": "\"Feats\""
12054
12235
  },
12055
12236
  {
12056
12237
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12057
12238
  "kind": "FloatLiteral",
12058
- "offset": 41885,
12239
+ "offset": 41892,
12059
12240
  "length": 4,
12060
12241
  "value": "-1.0"
12061
12242
  },
12062
12243
  {
12063
12244
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12064
12245
  "kind": "FloatLiteral",
12065
- "offset": 41895,
12246
+ "offset": 41902,
12066
12247
  "length": 3,
12067
12248
  "value": "1.0"
12068
12249
  },
12069
12250
  {
12070
12251
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12071
12252
  "kind": "IntegerLiteral",
12072
- "offset": 41986,
12253
+ "offset": 41993,
12073
12254
  "length": 1,
12074
12255
  "value": "0"
12075
12256
  },
12076
12257
  {
12077
12258
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12078
12259
  "kind": "IntegerLiteral",
12079
- "offset": 42052,
12260
+ "offset": 42059,
12080
12261
  "length": 1,
12081
12262
  "value": "1"
12082
12263
  },
12083
12264
  {
12084
12265
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12085
12266
  "kind": "IntegerLiteral",
12086
- "offset": 42112,
12267
+ "offset": 42119,
12087
12268
  "length": 1,
12088
12269
  "value": "0"
12089
12270
  },
12090
12271
  {
12091
12272
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12092
12273
  "kind": "StringLiteral",
12093
- "offset": 42167,
12274
+ "offset": 42174,
12094
12275
  "length": 16,
12095
12276
  "value": "\"numFrames <= 0\""
12096
12277
  },
12097
12278
  {
12098
12279
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12099
12280
  "kind": "IntegerLiteral",
12100
- "offset": 42223,
12281
+ "offset": 42230,
12101
12282
  "length": 1,
12102
12283
  "value": "2"
12103
12284
  },
12104
12285
  {
12105
12286
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12106
12287
  "kind": "IntegerLiteral",
12107
- "offset": 42227,
12288
+ "offset": 42234,
12108
12289
  "length": 1,
12109
12290
  "value": "1"
12110
12291
  },
12111
12292
  {
12112
12293
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12113
12294
  "kind": "IntegerLiteral",
12114
- "offset": 42268,
12295
+ "offset": 42275,
12115
12296
  "length": 1,
12116
12297
  "value": "0"
12117
12298
  },
12118
12299
  {
12119
12300
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12120
12301
  "kind": "IntegerLiteral",
12121
- "offset": 42356,
12302
+ "offset": 42363,
12122
12303
  "length": 1,
12123
12304
  "value": "0"
12124
12305
  },
12125
12306
  {
12126
12307
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12127
12308
  "kind": "IntegerLiteral",
12128
- "offset": 42371,
12309
+ "offset": 42378,
12129
12310
  "length": 1,
12130
12311
  "value": "2"
12131
12312
  },
12132
12313
  {
12133
12314
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12134
12315
  "kind": "IntegerLiteral",
12135
- "offset": 42412,
12316
+ "offset": 42419,
12136
12317
  "length": 1,
12137
12318
  "value": "0"
12138
12319
  },
12139
12320
  {
12140
12321
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12141
12322
  "kind": "IntegerLiteral",
12142
- "offset": 42427,
12323
+ "offset": 42434,
12143
12324
  "length": 1,
12144
12325
  "value": "2"
12145
12326
  },
12146
12327
  {
12147
12328
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12148
12329
  "kind": "IntegerLiteral",
12149
- "offset": 42534,
12330
+ "offset": 42541,
12150
12331
  "length": 1,
12151
12332
  "value": "0"
12152
12333
  },
12153
12334
  {
12154
12335
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12155
12336
  "kind": "IntegerLiteral",
12156
- "offset": 42600,
12337
+ "offset": 42607,
12157
12338
  "length": 1,
12158
12339
  "value": "0"
12159
12340
  },
12160
12341
  {
12161
12342
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12162
12343
  "kind": "IntegerLiteral",
12163
- "offset": 42614,
12344
+ "offset": 42621,
12164
12345
  "length": 1,
12165
12346
  "value": "0"
12166
12347
  },
12167
12348
  {
12168
12349
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12169
12350
  "kind": "IntegerLiteral",
12170
- "offset": 42653,
12351
+ "offset": 42660,
12171
12352
  "length": 1,
12172
12353
  "value": "0"
12173
12354
  },
12174
12355
  {
12175
12356
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12176
12357
  "kind": "IntegerLiteral",
12177
- "offset": 42840,
12358
+ "offset": 42847,
12178
12359
  "length": 1,
12179
12360
  "value": "0"
12180
12361
  },
12181
12362
  {
12182
12363
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12183
12364
  "kind": "IntegerLiteral",
12184
- "offset": 42954,
12365
+ "offset": 42961,
12185
12366
  "length": 1,
12186
12367
  "value": "0"
12187
12368
  },
12188
12369
  {
12189
12370
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12190
12371
  "kind": "IntegerLiteral",
12191
- "offset": 43028,
12372
+ "offset": 43035,
12192
12373
  "length": 1,
12193
12374
  "value": "1"
12194
12375
  },
12195
12376
  {
12196
12377
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12197
12378
  "kind": "IntegerLiteral",
12198
- "offset": 43042,
12379
+ "offset": 43049,
12199
12380
  "length": 1,
12200
12381
  "value": "1"
12201
12382
  },
12202
12383
  {
12203
12384
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12204
12385
  "kind": "IntegerLiteral",
12205
- "offset": 43051,
12386
+ "offset": 43058,
12206
12387
  "length": 1,
12207
12388
  "value": "1"
12208
12389
  },
12209
12390
  {
12210
12391
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12211
12392
  "kind": "IntegerLiteral",
12212
- "offset": 43329,
12393
+ "offset": 43336,
12213
12394
  "length": 1,
12214
12395
  "value": "2"
12215
12396
  },
12216
12397
  {
12217
12398
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12218
12399
  "kind": "IntegerLiteral",
12219
- "offset": 43378,
12400
+ "offset": 43385,
12220
12401
  "length": 1,
12221
12402
  "value": "2"
12222
12403
  },
12223
12404
  {
12224
12405
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12225
12406
  "kind": "IntegerLiteral",
12226
- "offset": 43389,
12407
+ "offset": 43396,
12227
12408
  "length": 1,
12228
12409
  "value": "1"
12229
12410
  },
12230
12411
  {
12231
12412
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12232
12413
  "kind": "IntegerLiteral",
12233
- "offset": 43409,
12414
+ "offset": 43416,
12234
12415
  "length": 1,
12235
12416
  "value": "2"
12236
12417
  },
12237
12418
  {
12238
12419
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12239
12420
  "kind": "IntegerLiteral",
12240
- "offset": 43489,
12421
+ "offset": 43496,
12241
12422
  "length": 1,
12242
12423
  "value": "1"
12243
12424
  },
12244
12425
  {
12245
12426
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12246
12427
  "kind": "IntegerLiteral",
12247
- "offset": 43772,
12428
+ "offset": 43779,
12248
12429
  "length": 1,
12249
12430
  "value": "0"
12250
12431
  },
12251
12432
  {
12252
12433
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12253
12434
  "kind": "IntegerLiteral",
12254
- "offset": 43809,
12435
+ "offset": 43816,
12255
12436
  "length": 1,
12256
12437
  "value": "0"
12257
12438
  },
12258
12439
  {
12259
12440
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12260
12441
  "kind": "IntegerLiteral",
12261
- "offset": 43826,
12442
+ "offset": 43833,
12262
12443
  "length": 1,
12263
12444
  "value": "0"
12264
12445
  },
12265
12446
  {
12266
12447
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12267
12448
  "kind": "IntegerLiteral",
12268
- "offset": 43843,
12449
+ "offset": 43850,
12269
12450
  "length": 1,
12270
12451
  "value": "0"
12271
12452
  },
12272
12453
  {
12273
12454
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12274
12455
  "kind": "IntegerLiteral",
12275
- "offset": 43871,
12456
+ "offset": 43878,
12276
12457
  "length": 1,
12277
12458
  "value": "2"
12278
12459
  },
12279
12460
  {
12280
12461
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12281
12462
  "kind": "IntegerLiteral",
12282
- "offset": 43900,
12463
+ "offset": 43907,
12283
12464
  "length": 1,
12284
12465
  "value": "1"
12285
12466
  },
12286
12467
  {
12287
12468
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12288
12469
  "kind": "IntegerLiteral",
12289
- "offset": 43915,
12470
+ "offset": 43922,
12290
12471
  "length": 1,
12291
12472
  "value": "1"
12292
12473
  },
12293
12474
  {
12294
12475
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12295
12476
  "kind": "IntegerLiteral",
12296
- "offset": 44113,
12477
+ "offset": 44120,
12297
12478
  "length": 1,
12298
12479
  "value": "1"
12299
12480
  },
12300
12481
  {
12301
12482
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12302
12483
  "kind": "IntegerLiteral",
12303
- "offset": 44130,
12484
+ "offset": 44137,
12304
12485
  "length": 1,
12305
12486
  "value": "0"
12306
12487
  },
12307
12488
  {
12308
12489
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12309
12490
  "kind": "IntegerLiteral",
12310
- "offset": 44147,
12491
+ "offset": 44154,
12311
12492
  "length": 1,
12312
12493
  "value": "0"
12313
12494
  },
12314
12495
  {
12315
12496
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12316
12497
  "kind": "IntegerLiteral",
12317
- "offset": 44208,
12498
+ "offset": 44215,
12318
12499
  "length": 1,
12319
12500
  "value": "0"
12320
12501
  },
12321
12502
  {
12322
12503
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12323
12504
  "kind": "IntegerLiteral",
12324
- "offset": 44289,
12505
+ "offset": 44296,
12325
12506
  "length": 1,
12326
12507
  "value": "0"
12327
12508
  },
12328
12509
  {
12329
12510
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12330
12511
  "kind": "IntegerLiteral",
12331
- "offset": 44325,
12512
+ "offset": 44332,
12332
12513
  "length": 1,
12333
12514
  "value": "1"
12334
12515
  },
12335
12516
  {
12336
12517
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12337
12518
  "kind": "IntegerLiteral",
12338
- "offset": 44365,
12519
+ "offset": 44372,
12339
12520
  "length": 1,
12340
12521
  "value": "1"
12341
12522
  },
12342
12523
  {
12343
12524
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12344
12525
  "kind": "FloatLiteral",
12345
- "offset": 44421,
12526
+ "offset": 44428,
12346
12527
  "length": 5,
12347
12528
  "value": "1e-10"
12348
12529
  },
12349
12530
  {
12350
12531
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12351
12532
  "kind": "IntegerLiteral",
12352
- "offset": 44532,
12533
+ "offset": 44539,
12353
12534
  "length": 1,
12354
12535
  "value": "0"
12355
12536
  },
12356
- {
12357
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12358
- "kind": "StringLiteral",
12359
- "offset": 44572,
12360
- "length": 20,
12361
- "value": "\"CMN T=\""
12362
- },
12363
- {
12364
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12365
- "kind": "StringLiteral",
12366
- "offset": 44591,
12367
- "length": 2,
12368
- "value": "\"\""
12369
- },
12370
12537
  {
12371
12538
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12372
12539
  "kind": "IntegerLiteral",
12373
- "offset": 44636,
12540
+ "offset": 44645,
12374
12541
  "length": 1,
12375
12542
  "value": "0"
12376
12543
  },
12377
12544
  {
12378
12545
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12379
12546
  "kind": "IntegerLiteral",
12380
- "offset": 44674,
12547
+ "offset": 44683,
12381
12548
  "length": 1,
12382
12549
  "value": "0"
12383
12550
  },
12384
12551
  {
12385
12552
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12386
12553
  "kind": "IntegerLiteral",
12387
- "offset": 44717,
12554
+ "offset": 44726,
12388
12555
  "length": 1,
12389
12556
  "value": "0"
12390
12557
  },
12391
12558
  {
12392
12559
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12393
12560
  "kind": "IntegerLiteral",
12394
- "offset": 44744,
12561
+ "offset": 44753,
12395
12562
  "length": 1,
12396
12563
  "value": "0"
12397
12564
  },
12398
12565
  {
12399
12566
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12400
12567
  "kind": "IntegerLiteral",
12401
- "offset": 44868,
12568
+ "offset": 44877,
12402
12569
  "length": 1,
12403
12570
  "value": "0"
12404
12571
  },
12405
12572
  {
12406
12573
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12407
12574
  "kind": "IntegerLiteral",
12408
- "offset": 44909,
12575
+ "offset": 44918,
12409
12576
  "length": 1,
12410
12577
  "value": "0"
12411
12578
  },
12412
- {
12413
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12414
- "kind": "StringLiteral",
12415
- "offset": 45046,
12416
- "length": 46,
12417
- "value": "\"computeLogMel done T=\""
12418
- },
12419
- {
12420
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12421
- "kind": "StringLiteral",
12422
- "offset": 45080,
12423
- "length": 1,
12424
- "value": "\" D=\""
12425
- },
12426
- {
12427
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12428
- "kind": "StringLiteral",
12429
- "offset": 45091,
12430
- "length": 2,
12431
- "value": "\"\""
12432
- },
12433
12579
  {
12434
12580
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12435
12581
  "kind": "IntegerLiteral",
12436
- "offset": 45279,
12582
+ "offset": 45290,
12437
12583
  "length": 1,
12438
12584
  "value": "1"
12439
12585
  },
12440
12586
  {
12441
12587
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12442
12588
  "kind": "Array",
12443
- "offset": 45295,
12589
+ "offset": 45306,
12444
12590
  "length": 5,
12445
12591
  "value": "[1.0]"
12446
12592
  },
12447
12593
  {
12448
12594
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12449
12595
  "kind": "IntegerLiteral",
12450
- "offset": 45333,
12596
+ "offset": 45344,
12451
12597
  "length": 1,
12452
12598
  "value": "1"
12453
12599
  },
12454
12600
  {
12455
12601
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12456
12602
  "kind": "IntegerLiteral",
12457
- "offset": 45367,
12603
+ "offset": 45378,
12458
12604
  "length": 1,
12459
12605
  "value": "2"
12460
12606
  },
12461
12607
  {
12462
12608
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12463
12609
  "kind": "IntegerLiteral",
12464
- "offset": 45385,
12610
+ "offset": 45396,
12465
12611
  "length": 1,
12466
12612
  "value": "0"
12467
12613
  },
12468
12614
  {
12469
12615
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12470
12616
  "kind": "FloatLiteral",
12471
- "offset": 45403,
12617
+ "offset": 45414,
12472
12618
  "length": 4,
12473
12619
  "value": "0.54"
12474
12620
  },
12475
12621
  {
12476
12622
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12477
12623
  "kind": "FloatLiteral",
12478
- "offset": 45410,
12624
+ "offset": 45421,
12479
12625
  "length": 4,
12480
12626
  "value": "0.46"
12481
12627
  },
12482
12628
  {
12483
12629
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12484
12630
  "kind": "IntegerLiteral",
12485
- "offset": 45596,
12631
+ "offset": 45607,
12486
12632
  "length": 1,
12487
12633
  "value": "2"
12488
12634
  },
12489
12635
  {
12490
12636
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12491
12637
  "kind": "IntegerLiteral",
12492
- "offset": 45600,
12638
+ "offset": 45611,
12493
12639
  "length": 1,
12494
12640
  "value": "1"
12495
12641
  },
12496
12642
  {
12497
12643
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12498
12644
  "kind": "FloatLiteral",
12499
- "offset": 45647,
12645
+ "offset": 45658,
12500
12646
  "length": 6,
12501
12647
  "value": "2595.0"
12502
12648
  },
12503
12649
  {
12504
12650
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12505
12651
  "kind": "FloatLiteral",
12506
- "offset": 45663,
12652
+ "offset": 45674,
12507
12653
  "length": 3,
12508
12654
  "value": "1.0"
12509
12655
  },
12510
12656
  {
12511
12657
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12512
12658
  "kind": "FloatLiteral",
12513
- "offset": 45674,
12659
+ "offset": 45685,
12514
12660
  "length": 5,
12515
12661
  "value": "700.0"
12516
12662
  },
12517
12663
  {
12518
12664
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12519
12665
  "kind": "FloatLiteral",
12520
- "offset": 45728,
12666
+ "offset": 45739,
12521
12667
  "length": 5,
12522
12668
  "value": "700.0"
12523
12669
  },
12524
12670
  {
12525
12671
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12526
12672
  "kind": "FloatLiteral",
12527
- "offset": 45742,
12673
+ "offset": 45753,
12528
12674
  "length": 4,
12529
12675
  "value": "10.0"
12530
12676
  },
12531
12677
  {
12532
12678
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12533
12679
  "kind": "FloatLiteral",
12534
- "offset": 45754,
12680
+ "offset": 45765,
12535
12681
  "length": 6,
12536
12682
  "value": "2595.0"
12537
12683
  },
12538
12684
  {
12539
12685
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12540
12686
  "kind": "FloatLiteral",
12541
- "offset": 45764,
12687
+ "offset": 45775,
12542
12688
  "length": 3,
12543
12689
  "value": "1.0"
12544
12690
  },
12545
12691
  {
12546
12692
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12547
12693
  "kind": "IntegerLiteral",
12548
- "offset": 45857,
12694
+ "offset": 45868,
12549
12695
  "length": 1,
12550
12696
  "value": "0"
12551
12697
  },
12552
12698
  {
12553
12699
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12554
12700
  "kind": "IntegerLiteral",
12555
- "offset": 45868,
12701
+ "offset": 45879,
12556
12702
  "length": 1,
12557
12703
  "value": "2"
12558
12704
  },
12559
12705
  {
12560
12706
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12561
12707
  "kind": "IntegerLiteral",
12562
- "offset": 45937,
12708
+ "offset": 45948,
12563
12709
  "length": 1,
12564
12710
  "value": "1"
12565
12711
  },
12566
12712
  {
12567
12713
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12568
12714
  "kind": "IntegerLiteral",
12569
- "offset": 46050,
12715
+ "offset": 46061,
12570
12716
  "length": 1,
12571
12717
  "value": "0"
12572
12718
  },
12573
12719
  {
12574
12720
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12575
12721
  "kind": "IntegerLiteral",
12576
- "offset": 46121,
12722
+ "offset": 46132,
12577
12723
  "length": 1,
12578
12724
  "value": "1"
12579
12725
  },
12580
12726
  {
12581
12727
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12582
12728
  "kind": "FloatLiteral",
12583
- "offset": 46140,
12729
+ "offset": 46151,
12584
12730
  "length": 3,
12585
12731
  "value": "2.0"
12586
12732
  },
12587
12733
  {
12588
12734
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12589
12735
  "kind": "IntegerLiteral",
12590
- "offset": 46192,
12736
+ "offset": 46203,
12591
12737
  "length": 1,
12592
12738
  "value": "0"
12593
12739
  },
12594
12740
  {
12595
12741
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12596
12742
  "kind": "IntegerLiteral",
12597
- "offset": 46237,
12743
+ "offset": 46248,
12598
12744
  "length": 1,
12599
12745
  "value": "0"
12600
12746
  },
12601
12747
  {
12602
12748
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12603
12749
  "kind": "IntegerLiteral",
12604
- "offset": 46302,
12750
+ "offset": 46313,
12605
12751
  "length": 1,
12606
12752
  "value": "1"
12607
12753
  },
12608
12754
  {
12609
12755
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12610
12756
  "kind": "IntegerLiteral",
12611
- "offset": 46331,
12757
+ "offset": 46342,
12612
12758
  "length": 1,
12613
12759
  "value": "2"
12614
12760
  },
12615
12761
  {
12616
12762
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12617
12763
  "kind": "IntegerLiteral",
12618
- "offset": 46356,
12764
+ "offset": 46367,
12619
12765
  "length": 1,
12620
12766
  "value": "0"
12621
12767
  },
12622
12768
  {
12623
12769
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12624
12770
  "kind": "FloatLiteral",
12625
- "offset": 46454,
12771
+ "offset": 46465,
12626
12772
  "length": 4,
12627
12773
  "value": "1e-6"
12628
12774
  },
12629
12775
  {
12630
12776
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12631
12777
  "kind": "FloatLiteral",
12632
- "offset": 46512,
12778
+ "offset": 46523,
12633
12779
  "length": 4,
12634
12780
  "value": "1e-6"
12635
12781
  },
12636
12782
  {
12637
12783
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12638
12784
  "kind": "FloatLiteral",
12639
- "offset": 46558,
12785
+ "offset": 46569,
12640
12786
  "length": 3,
12641
12787
  "value": "0.0"
12642
12788
  },
12643
12789
  {
12644
12790
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/SpeakerVerificationSTT.swift",
12645
12791
  "kind": "StringLiteral",
12646
- "offset": 46960,
12792
+ "offset": 46971,
12647
12793
  "length": 6,
12648
12794
  "value": "\"ONNX\""
12649
12795
  },
@@ -12686,566 +12832,629 @@
12686
12832
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12687
12833
  "kind": "BooleanLiteral",
12688
12834
  "offset": 2752,
12689
- "length": 4,
12690
- "value": "true"
12835
+ "length": 5,
12836
+ "value": "false"
12691
12837
  },
12692
12838
  {
12693
12839
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12694
12840
  "kind": "BooleanLiteral",
12695
- "offset": 2962,
12841
+ "offset": 2963,
12696
12842
  "length": 5,
12697
12843
  "value": "false"
12698
12844
  },
12699
12845
  {
12700
12846
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12701
12847
  "kind": "BooleanLiteral",
12702
- "offset": 3107,
12848
+ "offset": 3108,
12703
12849
  "length": 5,
12704
12850
  "value": "false"
12705
12851
  },
12706
12852
  {
12707
12853
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12708
12854
  "kind": "BooleanLiteral",
12709
- "offset": 3242,
12855
+ "offset": 3243,
12710
12856
  "length": 4,
12711
12857
  "value": "true"
12712
12858
  },
12713
12859
  {
12714
12860
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12715
12861
  "kind": "FloatLiteral",
12716
- "offset": 3299,
12862
+ "offset": 3300,
12717
12863
  "length": 4,
12718
12864
  "value": "0.40"
12719
12865
  },
12720
12866
  {
12721
12867
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12722
12868
  "kind": "BooleanLiteral",
12723
- "offset": 3441,
12869
+ "offset": 3442,
12724
12870
  "length": 4,
12725
12871
  "value": "true"
12726
12872
  },
12727
12873
  {
12728
12874
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12729
12875
  "kind": "FloatLiteral",
12730
- "offset": 3506,
12876
+ "offset": 3507,
12731
12877
  "length": 3,
12732
12878
  "value": "0.5"
12733
12879
  },
12734
12880
  {
12735
12881
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12736
12882
  "kind": "FloatLiteral",
12737
- "offset": 3647,
12883
+ "offset": 3648,
12738
12884
  "length": 3,
12739
12885
  "value": "0.5"
12740
12886
  },
12741
12887
  {
12742
12888
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12743
12889
  "kind": "BooleanLiteral",
12744
- "offset": 3990,
12890
+ "offset": 3991,
12745
12891
  "length": 5,
12746
12892
  "value": "false"
12747
12893
  },
12748
12894
  {
12749
12895
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12750
12896
  "kind": "IntegerLiteral",
12751
- "offset": 4141,
12897
+ "offset": 4142,
12752
12898
  "length": 1,
12753
12899
  "value": "0"
12754
12900
  },
12755
12901
  {
12756
12902
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12757
12903
  "kind": "IntegerLiteral",
12758
- "offset": 4192,
12904
+ "offset": 4193,
12759
12905
  "length": 1,
12760
12906
  "value": "0"
12761
12907
  },
12762
12908
  {
12763
12909
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12764
12910
  "kind": "BooleanLiteral",
12765
- "offset": 4247,
12911
+ "offset": 4248,
12766
12912
  "length": 5,
12767
12913
  "value": "false"
12768
12914
  },
12769
12915
  {
12770
12916
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12771
12917
  "kind": "IntegerLiteral",
12772
- "offset": 4301,
12918
+ "offset": 4302,
12773
12919
  "length": 1,
12774
12920
  "value": "0"
12775
12921
  },
12776
12922
  {
12777
12923
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12778
12924
  "kind": "FloatLiteral",
12779
- "offset": 4355,
12925
+ "offset": 4356,
12780
12926
  "length": 3,
12781
12927
  "value": "0.5"
12782
12928
  },
12783
12929
  {
12784
12930
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12785
12931
  "kind": "BooleanLiteral",
12786
- "offset": 4442,
12932
+ "offset": 4443,
12787
12933
  "length": 5,
12788
12934
  "value": "false"
12789
12935
  },
12790
12936
  {
12791
12937
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12792
12938
  "kind": "IntegerLiteral",
12793
- "offset": 4547,
12939
+ "offset": 4548,
12794
12940
  "length": 1,
12795
12941
  "value": "0"
12796
12942
  },
12797
12943
  {
12798
12944
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12799
12945
  "kind": "FloatLiteral",
12800
- "offset": 4633,
12946
+ "offset": 4634,
12801
12947
  "length": 3,
12802
12948
  "value": "4.0"
12803
12949
  },
12804
12950
  {
12805
12951
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12806
12952
  "kind": "IntegerLiteral",
12807
- "offset": 4769,
12953
+ "offset": 4770,
12808
12954
  "length": 1,
12809
12955
  "value": "0"
12810
12956
  },
12811
12957
  {
12812
12958
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12813
12959
  "kind": "FloatLiteral",
12814
- "offset": 4821,
12960
+ "offset": 4822,
12815
12961
  "length": 3,
12816
12962
  "value": "1.0"
12817
12963
  },
12818
12964
  {
12819
12965
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12820
12966
  "kind": "IntegerLiteral",
12821
- "offset": 4999,
12967
+ "offset": 5000,
12822
12968
  "length": 1,
12823
12969
  "value": "0"
12824
12970
  },
12825
12971
  {
12826
12972
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12827
12973
  "kind": "IntegerLiteral",
12828
- "offset": 5074,
12974
+ "offset": 5075,
12829
12975
  "length": 1,
12830
12976
  "value": "0"
12831
12977
  },
12832
12978
  {
12833
12979
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12834
12980
  "kind": "IntegerLiteral",
12835
- "offset": 5169,
12981
+ "offset": 5170,
12836
12982
  "length": 1,
12837
12983
  "value": "0"
12838
12984
  },
12839
12985
  {
12840
12986
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12841
12987
  "kind": "IntegerLiteral",
12842
- "offset": 5249,
12988
+ "offset": 5250,
12843
12989
  "length": 1,
12844
12990
  "value": "0"
12845
12991
  },
12846
12992
  {
12847
12993
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12848
12994
  "kind": "FloatLiteral",
12849
- "offset": 5300,
12995
+ "offset": 5301,
12850
12996
  "length": 3,
12851
12997
  "value": "8.0"
12852
12998
  },
12853
12999
  {
12854
13000
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12855
13001
  "kind": "FloatLiteral",
12856
- "offset": 5401,
13002
+ "offset": 5402,
12857
13003
  "length": 3,
12858
13004
  "value": "2.0"
12859
13005
  },
12860
13006
  {
12861
13007
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12862
13008
  "kind": "IntegerLiteral",
12863
- "offset": 5451,
13009
+ "offset": 5452,
12864
13010
  "length": 1,
12865
13011
  "value": "0"
12866
13012
  },
12867
13013
  {
12868
13014
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12869
13015
  "kind": "BooleanLiteral",
12870
- "offset": 5481,
13016
+ "offset": 5482,
12871
13017
  "length": 5,
12872
13018
  "value": "false"
12873
13019
  },
12874
13020
  {
12875
13021
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12876
13022
  "kind": "IntegerLiteral",
12877
- "offset": 5527,
13023
+ "offset": 5528,
12878
13024
  "length": 1,
12879
13025
  "value": "0"
12880
13026
  },
12881
13027
  {
12882
13028
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12883
13029
  "kind": "StringLiteral",
12884
- "offset": 5569,
13030
+ "offset": 5570,
12885
13031
  "length": 2,
12886
13032
  "value": "\"\""
12887
13033
  },
12888
13034
  {
12889
13035
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12890
13036
  "kind": "IntegerLiteral",
12891
- "offset": 5640,
13037
+ "offset": 5641,
12892
13038
  "length": 1,
12893
13039
  "value": "0"
12894
13040
  },
12895
13041
  {
12896
13042
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12897
13043
  "kind": "IntegerLiteral",
12898
- "offset": 5691,
13044
+ "offset": 5692,
12899
13045
  "length": 1,
12900
13046
  "value": "0"
12901
13047
  },
12902
13048
  {
12903
13049
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12904
13050
  "kind": "StringLiteral",
12905
- "offset": 5734,
13051
+ "offset": 5735,
12906
13052
  "length": 6,
12907
13053
  "value": "\"cold\""
12908
13054
  },
12909
13055
  {
12910
13056
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12911
13057
  "kind": "BooleanLiteral",
12912
- "offset": 6039,
13058
+ "offset": 6040,
12913
13059
  "length": 5,
12914
13060
  "value": "false"
12915
13061
  },
12916
13062
  {
12917
13063
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12918
13064
  "kind": "IntegerLiteral",
12919
- "offset": 6239,
13065
+ "offset": 6240,
12920
13066
  "length": 1,
12921
13067
  "value": "0"
12922
13068
  },
12923
13069
  {
12924
13070
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12925
13071
  "kind": "BooleanLiteral",
12926
- "offset": 6300,
13072
+ "offset": 6301,
12927
13073
  "length": 5,
12928
13074
  "value": "false"
12929
13075
  },
12930
13076
  {
12931
13077
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12932
13078
  "kind": "Array",
12933
- "offset": 6364,
13079
+ "offset": 6365,
12934
13080
  "length": 2,
12935
13081
  "value": "[]"
12936
13082
  },
12937
13083
  {
12938
13084
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12939
13085
  "kind": "StringLiteral",
12940
- "offset": 6416,
13086
+ "offset": 6417,
12941
13087
  "length": 16,
12942
13088
  "value": "\"stt.tts.serial\""
12943
13089
  },
12944
13090
  {
12945
13091
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12946
13092
  "kind": "BooleanLiteral",
12947
- "offset": 6505,
13093
+ "offset": 6506,
12948
13094
  "length": 5,
12949
13095
  "value": "false"
12950
13096
  },
12951
13097
  {
12952
13098
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12953
13099
  "kind": "IntegerLiteral",
12954
- "offset": 6553,
13100
+ "offset": 6554,
12955
13101
  "length": 1,
12956
13102
  "value": "0"
12957
13103
  },
12958
13104
  {
12959
13105
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12960
13106
  "kind": "IntegerLiteral",
12961
- "offset": 6652,
13107
+ "offset": 6653,
12962
13108
  "length": 1,
12963
13109
  "value": "0"
12964
13110
  },
12965
13111
  {
12966
13112
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12967
13113
  "kind": "IntegerLiteral",
12968
- "offset": 6745,
13114
+ "offset": 6746,
12969
13115
  "length": 1,
12970
13116
  "value": "0"
12971
13117
  },
12972
13118
  {
12973
13119
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12974
13120
  "kind": "IntegerLiteral",
12975
- "offset": 6790,
13121
+ "offset": 6791,
12976
13122
  "length": 1,
12977
13123
  "value": "0"
12978
13124
  },
12979
13125
  {
12980
13126
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12981
13127
  "kind": "FloatLiteral",
12982
- "offset": 6874,
13128
+ "offset": 6875,
12983
13129
  "length": 3,
12984
13130
  "value": "1.0"
12985
13131
  },
12986
13132
  {
12987
13133
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12988
13134
  "kind": "FloatLiteral",
12989
- "offset": 6964,
13135
+ "offset": 6965,
12990
13136
  "length": 3,
12991
13137
  "value": "5.0"
12992
13138
  },
12993
13139
  {
12994
13140
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
12995
13141
  "kind": "IntegerLiteral",
12996
- "offset": 7038,
13142
+ "offset": 7039,
12997
13143
  "length": 1,
12998
13144
  "value": "2"
12999
13145
  },
13000
13146
  {
13001
13147
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13002
13148
  "kind": "BooleanLiteral",
13003
- "offset": 7146,
13149
+ "offset": 7147,
13004
13150
  "length": 5,
13005
13151
  "value": "false"
13006
13152
  },
13007
13153
  {
13008
13154
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13009
13155
  "kind": "BooleanLiteral",
13010
- "offset": 7197,
13156
+ "offset": 7198,
13011
13157
  "length": 5,
13012
13158
  "value": "false"
13013
13159
  },
13014
13160
  {
13015
13161
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13016
13162
  "kind": "BooleanLiteral",
13017
- "offset": 7305,
13163
+ "offset": 7306,
13018
13164
  "length": 5,
13019
13165
  "value": "false"
13020
13166
  },
13021
13167
  {
13022
13168
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13023
13169
  "kind": "IntegerLiteral",
13024
- "offset": 7380,
13170
+ "offset": 7381,
13025
13171
  "length": 1,
13026
13172
  "value": "0"
13027
13173
  },
13028
13174
  {
13029
13175
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13030
13176
  "kind": "BooleanLiteral",
13031
- "offset": 7416,
13177
+ "offset": 7417,
13032
13178
  "length": 5,
13033
13179
  "value": "false"
13034
13180
  },
13035
13181
  {
13036
13182
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13037
13183
  "kind": "StringLiteral",
13038
- "offset": 7683,
13184
+ "offset": 7684,
13039
13185
  "length": 14,
13040
13186
  "value": "\"stt.sv.queue\""
13041
13187
  },
13042
13188
  {
13043
13189
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13044
13190
  "kind": "IntegerLiteral",
13045
- "offset": 7957,
13191
+ "offset": 7958,
13046
13192
  "length": 1,
13047
13193
  "value": "0"
13048
13194
  },
13049
13195
  {
13050
13196
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13051
13197
  "kind": "Array",
13052
- "offset": 8017,
13198
+ "offset": 8018,
13053
13199
  "length": 2,
13054
13200
  "value": "[]"
13055
13201
  },
13056
13202
  {
13057
13203
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13058
13204
  "kind": "BooleanLiteral",
13059
- "offset": 8060,
13205
+ "offset": 8061,
13060
13206
  "length": 4,
13061
13207
  "value": "true"
13062
13208
  },
13063
13209
  {
13064
13210
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13065
13211
  "kind": "BooleanLiteral",
13066
- "offset": 8108,
13212
+ "offset": 8109,
13067
13213
  "length": 5,
13068
13214
  "value": "false"
13069
13215
  },
13070
13216
  {
13071
13217
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13072
13218
  "kind": "BooleanLiteral",
13073
- "offset": 8167,
13219
+ "offset": 8168,
13074
13220
  "length": 5,
13075
13221
  "value": "false"
13076
13222
  },
13077
13223
  {
13078
13224
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13079
13225
  "kind": "Array",
13080
- "offset": 8233,
13226
+ "offset": 8234,
13081
13227
  "length": 2,
13082
13228
  "value": "[]"
13083
13229
  },
13084
13230
  {
13085
13231
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13086
13232
  "kind": "IntegerLiteral",
13087
- "offset": 8280,
13233
+ "offset": 8281,
13088
13234
  "length": 1,
13089
13235
  "value": "0"
13090
13236
  },
13091
13237
  {
13092
13238
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13093
13239
  "kind": "IntegerLiteral",
13094
- "offset": 8329,
13240
+ "offset": 8330,
13095
13241
  "length": 1,
13096
13242
  "value": "0"
13097
13243
  },
13098
13244
  {
13099
13245
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13100
13246
  "kind": "BooleanLiteral",
13101
- "offset": 8382,
13247
+ "offset": 8383,
13102
13248
  "length": 5,
13103
13249
  "value": "false"
13104
13250
  },
13105
13251
  {
13106
13252
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13107
13253
  "kind": "FloatLiteral",
13108
- "offset": 8436,
13254
+ "offset": 8437,
13109
13255
  "length": 3,
13110
13256
  "value": "1.0"
13111
13257
  },
13112
13258
  {
13113
13259
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13114
13260
  "kind": "IntegerLiteral",
13115
- "offset": 8494,
13261
+ "offset": 8495,
13262
+ "length": 1,
13263
+ "value": "0"
13264
+ },
13265
+ {
13266
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13267
+ "kind": "IntegerLiteral",
13268
+ "offset": 8551,
13269
+ "length": 1,
13270
+ "value": "0"
13271
+ },
13272
+ {
13273
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13274
+ "kind": "IntegerLiteral",
13275
+ "offset": 8612,
13276
+ "length": 1,
13277
+ "value": "0"
13278
+ },
13279
+ {
13280
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13281
+ "kind": "IntegerLiteral",
13282
+ "offset": 8673,
13116
13283
  "length": 1,
13117
13284
  "value": "0"
13118
13285
  },
13286
+ {
13287
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13288
+ "kind": "Array",
13289
+ "offset": 8735,
13290
+ "length": 2,
13291
+ "value": "[]"
13292
+ },
13119
13293
  {
13120
13294
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13121
13295
  "kind": "IntegerLiteral",
13122
- "offset": 8550,
13296
+ "offset": 8795,
13123
13297
  "length": 1,
13124
13298
  "value": "0"
13125
13299
  },
13126
13300
  {
13127
13301
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13128
13302
  "kind": "IntegerLiteral",
13129
- "offset": 8611,
13303
+ "offset": 8858,
13130
13304
  "length": 1,
13131
13305
  "value": "0"
13132
13306
  },
13133
13307
  {
13134
13308
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13135
13309
  "kind": "IntegerLiteral",
13136
- "offset": 8672,
13310
+ "offset": 9016,
13137
13311
  "length": 1,
13138
13312
  "value": "0"
13139
13313
  },
13314
+ {
13315
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13316
+ "kind": "BooleanLiteral",
13317
+ "offset": 9066,
13318
+ "length": 5,
13319
+ "value": "false"
13320
+ },
13140
13321
  {
13141
13322
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13142
13323
  "kind": "Array",
13143
- "offset": 8734,
13324
+ "offset": 9182,
13144
13325
  "length": 2,
13145
13326
  "value": "[]"
13146
13327
  },
13147
13328
  {
13148
13329
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13149
13330
  "kind": "IntegerLiteral",
13150
- "offset": 8794,
13331
+ "offset": 9231,
13332
+ "length": 1,
13333
+ "value": "0"
13334
+ },
13335
+ {
13336
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13337
+ "kind": "IntegerLiteral",
13338
+ "offset": 9282,
13339
+ "length": 1,
13340
+ "value": "0"
13341
+ },
13342
+ {
13343
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13344
+ "kind": "IntegerLiteral",
13345
+ "offset": 9337,
13151
13346
  "length": 1,
13152
13347
  "value": "0"
13153
13348
  },
13154
13349
  {
13155
13350
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13156
13351
  "kind": "IntegerLiteral",
13157
- "offset": 8857,
13352
+ "offset": 9388,
13158
13353
  "length": 1,
13159
13354
  "value": "0"
13160
13355
  },
13161
13356
  {
13162
13357
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13163
13358
  "kind": "IntegerLiteral",
13164
- "offset": 9015,
13359
+ "offset": 9448,
13165
13360
  "length": 1,
13166
13361
  "value": "0"
13167
13362
  },
13363
+ {
13364
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13365
+ "kind": "FloatLiteral",
13366
+ "offset": 9516,
13367
+ "length": 4,
13368
+ "value": "0.75"
13369
+ },
13370
+ {
13371
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13372
+ "kind": "BooleanLiteral",
13373
+ "offset": 10648,
13374
+ "length": 5,
13375
+ "value": "false"
13376
+ },
13168
13377
  {
13169
13378
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13170
13379
  "kind": "BooleanLiteral",
13171
- "offset": 9065,
13380
+ "offset": 10915,
13172
13381
  "length": 5,
13173
13382
  "value": "false"
13174
13383
  },
13175
13384
  {
13176
13385
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13177
13386
  "kind": "Array",
13178
- "offset": 9501,
13387
+ "offset": 16129,
13179
13388
  "length": 203,
13180
13389
  "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
13181
13390
  },
13182
13391
  {
13183
13392
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13184
13393
  "kind": "IntegerLiteral",
13185
- "offset": 25848,
13394
+ "offset": 36703,
13186
13395
  "length": 1,
13187
13396
  "value": "0"
13188
13397
  },
13189
13398
  {
13190
13399
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13191
13400
  "kind": "BooleanLiteral",
13192
- "offset": 26008,
13401
+ "offset": 36863,
13193
13402
  "length": 5,
13194
13403
  "value": "false"
13195
13404
  },
13196
13405
  {
13197
13406
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13198
13407
  "kind": "BooleanLiteral",
13199
- "offset": 27556,
13408
+ "offset": 38411,
13200
13409
  "length": 4,
13201
13410
  "value": "true"
13202
13411
  },
13203
13412
  {
13204
13413
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13205
13414
  "kind": "IntegerLiteral",
13206
- "offset": 28353,
13415
+ "offset": 39208,
13207
13416
  "length": 1,
13208
13417
  "value": "0"
13209
13418
  },
13210
13419
  {
13211
13420
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13212
13421
  "kind": "BooleanLiteral",
13213
- "offset": 38867,
13422
+ "offset": 49722,
13214
13423
  "length": 4,
13215
13424
  "value": "true"
13216
13425
  },
13217
13426
  {
13218
13427
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13219
13428
  "kind": "BooleanLiteral",
13220
- "offset": 47780,
13429
+ "offset": 58635,
13221
13430
  "length": 4,
13222
13431
  "value": "true"
13223
13432
  },
13224
13433
  {
13225
13434
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13226
13435
  "kind": "IntegerLiteral",
13227
- "offset": 49058,
13436
+ "offset": 59913,
13228
13437
  "length": 1,
13229
13438
  "value": "3"
13230
13439
  },
13231
13440
  {
13232
13441
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13233
13442
  "kind": "FloatLiteral",
13234
- "offset": 49130,
13443
+ "offset": 59985,
13235
13444
  "length": 4,
13236
13445
  "value": "0.20"
13237
13446
  },
13238
13447
  {
13239
13448
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13240
13449
  "kind": "BooleanLiteral",
13241
- "offset": 62611,
13450
+ "offset": 73500,
13242
13451
  "length": 5,
13243
13452
  "value": "false"
13244
13453
  },
13245
13454
  {
13246
13455
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
13247
13456
  "kind": "FloatLiteral",
13248
- "offset": 77571,
13457
+ "offset": 88425,
13249
13458
  "length": 3,
13250
13459
  "value": "0.7"
13251
13460
  }