react-native-davoice-tts 1.0.319 → 1.0.320
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/ios/SpeechBridge/SpeechBridge.m +57 -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 +3 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +3594 -3378
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +20 -17
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +20 -17
- 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 +6 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +303 -87
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +303 -87
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -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 +27 -27
- package/package.json +1 -1
- package/speech/index.ts +43 -13
|
@@ -9220,6 +9220,73 @@
|
|
|
9220
9220
|
],
|
|
9221
9221
|
"funcSelfKind": "NonMutating"
|
|
9222
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?) -> ()",
|
|
9243
|
+
"children": [
|
|
9244
|
+
{
|
|
9245
|
+
"kind": "TypeNominal",
|
|
9246
|
+
"name": "Void",
|
|
9247
|
+
"printedName": "()"
|
|
9248
|
+
},
|
|
9249
|
+
{
|
|
9250
|
+
"kind": "TypeNominal",
|
|
9251
|
+
"name": "Tuple",
|
|
9252
|
+
"printedName": "(Swift.Bool, Swift.String?)",
|
|
9253
|
+
"children": [
|
|
9254
|
+
{
|
|
9255
|
+
"kind": "TypeNominal",
|
|
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"
|
|
9273
|
+
}
|
|
9274
|
+
]
|
|
9275
|
+
}
|
|
9276
|
+
]
|
|
9277
|
+
}
|
|
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"
|
|
9289
|
+
},
|
|
9223
9290
|
{
|
|
9224
9291
|
"kind": "Function",
|
|
9225
9292
|
"name": "unPauseSpeechRecognitionLite",
|
|
@@ -9249,6 +9316,120 @@
|
|
|
9249
9316
|
],
|
|
9250
9317
|
"funcSelfKind": "NonMutating"
|
|
9251
9318
|
},
|
|
9319
|
+
{
|
|
9320
|
+
"kind": "Function",
|
|
9321
|
+
"name": "unPauseSpeechRecognitionLite",
|
|
9322
|
+
"printedName": "unPauseSpeechRecognitionLite(_:preFetch:)",
|
|
9323
|
+
"children": [
|
|
9324
|
+
{
|
|
9325
|
+
"kind": "TypeNominal",
|
|
9326
|
+
"name": "Void",
|
|
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"
|
|
9340
|
+
}
|
|
9341
|
+
],
|
|
9342
|
+
"declKind": "Func",
|
|
9343
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLite:preFetch:",
|
|
9344
|
+
"mangledName": "$s10DavoiceTTS3STTC28unPauseSpeechRecognitionLite_8preFetchySo8NSNumberC_AGtF",
|
|
9345
|
+
"moduleName": "DavoiceTTS",
|
|
9346
|
+
"objc_name": "unPauseSpeechRecognitionLite:preFetch:",
|
|
9347
|
+
"declAttributes": [
|
|
9348
|
+
"Final",
|
|
9349
|
+
"AccessControl",
|
|
9350
|
+
"ObjC"
|
|
9351
|
+
],
|
|
9352
|
+
"funcSelfKind": "NonMutating"
|
|
9353
|
+
},
|
|
9354
|
+
{
|
|
9355
|
+
"kind": "Function",
|
|
9356
|
+
"name": "unPauseSpeechRecognitionLiteAndWait",
|
|
9357
|
+
"printedName": "unPauseSpeechRecognitionLiteAndWait(_:preFetch:timeoutMs:completion:)",
|
|
9358
|
+
"children": [
|
|
9359
|
+
{
|
|
9360
|
+
"kind": "TypeNominal",
|
|
9361
|
+
"name": "Void",
|
|
9362
|
+
"printedName": "()"
|
|
9363
|
+
},
|
|
9364
|
+
{
|
|
9365
|
+
"kind": "TypeNominal",
|
|
9366
|
+
"name": "NSNumber",
|
|
9367
|
+
"printedName": "Foundation.NSNumber",
|
|
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
|
+
]
|
|
9420
|
+
}
|
|
9421
|
+
],
|
|
9422
|
+
"declKind": "Func",
|
|
9423
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseSpeechRecognitionLiteAndWait:preFetch:timeoutMs:completion:",
|
|
9424
|
+
"mangledName": "$s10DavoiceTTS3STTC35unPauseSpeechRecognitionLiteAndWait_8preFetch9timeoutMs10completionySo8NSNumberC_A2IySb_SSSgtctF",
|
|
9425
|
+
"moduleName": "DavoiceTTS",
|
|
9426
|
+
"declAttributes": [
|
|
9427
|
+
"Final",
|
|
9428
|
+
"AccessControl",
|
|
9429
|
+
"ObjC"
|
|
9430
|
+
],
|
|
9431
|
+
"funcSelfKind": "NonMutating"
|
|
9432
|
+
},
|
|
9252
9433
|
{
|
|
9253
9434
|
"kind": "Function",
|
|
9254
9435
|
"name": "pauseMicrophoneAndWait",
|
|
@@ -12651,601 +12832,636 @@
|
|
|
12651
12832
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12652
12833
|
"kind": "BooleanLiteral",
|
|
12653
12834
|
"offset": 216,
|
|
12654
|
-
"length":
|
|
12655
|
-
"value": "
|
|
12835
|
+
"length": 4,
|
|
12836
|
+
"value": "true"
|
|
12656
12837
|
},
|
|
12657
12838
|
{
|
|
12658
12839
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12659
12840
|
"kind": "StringLiteral",
|
|
12660
|
-
"offset":
|
|
12841
|
+
"offset": 306,
|
|
12661
12842
|
"length": 3,
|
|
12662
12843
|
"value": "\" \""
|
|
12663
12844
|
},
|
|
12664
12845
|
{
|
|
12665
12846
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12666
12847
|
"kind": "StringLiteral",
|
|
12667
|
-
"offset":
|
|
12848
|
+
"offset": 332,
|
|
12668
12849
|
"length": 4,
|
|
12669
12850
|
"value": "\"\n\""
|
|
12670
12851
|
},
|
|
12671
12852
|
{
|
|
12672
12853
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12673
12854
|
"kind": "BooleanLiteral",
|
|
12674
|
-
"offset":
|
|
12855
|
+
"offset": 2612,
|
|
12675
12856
|
"length": 4,
|
|
12676
12857
|
"value": "true"
|
|
12677
12858
|
},
|
|
12678
12859
|
{
|
|
12679
12860
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12680
12861
|
"kind": "BooleanLiteral",
|
|
12681
|
-
"offset":
|
|
12862
|
+
"offset": 2646,
|
|
12682
12863
|
"length": 5,
|
|
12683
12864
|
"value": "false"
|
|
12684
12865
|
},
|
|
12685
12866
|
{
|
|
12686
12867
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12687
12868
|
"kind": "BooleanLiteral",
|
|
12688
|
-
"offset":
|
|
12869
|
+
"offset": 2751,
|
|
12689
12870
|
"length": 4,
|
|
12690
12871
|
"value": "true"
|
|
12691
12872
|
},
|
|
12692
12873
|
{
|
|
12693
12874
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12694
12875
|
"kind": "BooleanLiteral",
|
|
12695
|
-
"offset":
|
|
12876
|
+
"offset": 2961,
|
|
12696
12877
|
"length": 5,
|
|
12697
12878
|
"value": "false"
|
|
12698
12879
|
},
|
|
12699
12880
|
{
|
|
12700
12881
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12701
12882
|
"kind": "BooleanLiteral",
|
|
12702
|
-
"offset":
|
|
12883
|
+
"offset": 3106,
|
|
12703
12884
|
"length": 5,
|
|
12704
12885
|
"value": "false"
|
|
12705
12886
|
},
|
|
12706
12887
|
{
|
|
12707
12888
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12708
12889
|
"kind": "BooleanLiteral",
|
|
12709
|
-
"offset":
|
|
12890
|
+
"offset": 3241,
|
|
12710
12891
|
"length": 4,
|
|
12711
12892
|
"value": "true"
|
|
12712
12893
|
},
|
|
12713
12894
|
{
|
|
12714
12895
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12715
12896
|
"kind": "FloatLiteral",
|
|
12716
|
-
"offset":
|
|
12897
|
+
"offset": 3298,
|
|
12717
12898
|
"length": 4,
|
|
12718
12899
|
"value": "0.40"
|
|
12719
12900
|
},
|
|
12720
12901
|
{
|
|
12721
12902
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12722
12903
|
"kind": "BooleanLiteral",
|
|
12723
|
-
"offset":
|
|
12904
|
+
"offset": 3440,
|
|
12724
12905
|
"length": 4,
|
|
12725
12906
|
"value": "true"
|
|
12726
12907
|
},
|
|
12727
12908
|
{
|
|
12728
12909
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12729
12910
|
"kind": "FloatLiteral",
|
|
12730
|
-
"offset":
|
|
12911
|
+
"offset": 3505,
|
|
12731
12912
|
"length": 3,
|
|
12732
12913
|
"value": "0.5"
|
|
12733
12914
|
},
|
|
12734
12915
|
{
|
|
12735
12916
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12736
12917
|
"kind": "FloatLiteral",
|
|
12737
|
-
"offset":
|
|
12918
|
+
"offset": 3646,
|
|
12738
12919
|
"length": 3,
|
|
12739
12920
|
"value": "0.5"
|
|
12740
12921
|
},
|
|
12741
12922
|
{
|
|
12742
12923
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12743
12924
|
"kind": "BooleanLiteral",
|
|
12744
|
-
"offset":
|
|
12925
|
+
"offset": 3989,
|
|
12745
12926
|
"length": 5,
|
|
12746
12927
|
"value": "false"
|
|
12747
12928
|
},
|
|
12748
12929
|
{
|
|
12749
12930
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12750
12931
|
"kind": "IntegerLiteral",
|
|
12751
|
-
"offset":
|
|
12932
|
+
"offset": 4140,
|
|
12752
12933
|
"length": 1,
|
|
12753
12934
|
"value": "0"
|
|
12754
12935
|
},
|
|
12755
12936
|
{
|
|
12756
12937
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12757
12938
|
"kind": "IntegerLiteral",
|
|
12758
|
-
"offset":
|
|
12939
|
+
"offset": 4191,
|
|
12759
12940
|
"length": 1,
|
|
12760
12941
|
"value": "0"
|
|
12761
12942
|
},
|
|
12762
12943
|
{
|
|
12763
12944
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12764
12945
|
"kind": "BooleanLiteral",
|
|
12765
|
-
"offset":
|
|
12946
|
+
"offset": 4246,
|
|
12766
12947
|
"length": 5,
|
|
12767
12948
|
"value": "false"
|
|
12768
12949
|
},
|
|
12769
12950
|
{
|
|
12770
12951
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12771
12952
|
"kind": "IntegerLiteral",
|
|
12772
|
-
"offset":
|
|
12953
|
+
"offset": 4300,
|
|
12773
12954
|
"length": 1,
|
|
12774
12955
|
"value": "0"
|
|
12775
12956
|
},
|
|
12776
12957
|
{
|
|
12777
12958
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12778
12959
|
"kind": "FloatLiteral",
|
|
12779
|
-
"offset":
|
|
12960
|
+
"offset": 4354,
|
|
12780
12961
|
"length": 3,
|
|
12781
12962
|
"value": "0.5"
|
|
12782
12963
|
},
|
|
12783
12964
|
{
|
|
12784
12965
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12785
12966
|
"kind": "BooleanLiteral",
|
|
12786
|
-
"offset":
|
|
12967
|
+
"offset": 4441,
|
|
12787
12968
|
"length": 5,
|
|
12788
12969
|
"value": "false"
|
|
12789
12970
|
},
|
|
12790
12971
|
{
|
|
12791
12972
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12792
12973
|
"kind": "IntegerLiteral",
|
|
12793
|
-
"offset":
|
|
12974
|
+
"offset": 4546,
|
|
12794
12975
|
"length": 1,
|
|
12795
12976
|
"value": "0"
|
|
12796
12977
|
},
|
|
12797
12978
|
{
|
|
12798
12979
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12799
12980
|
"kind": "FloatLiteral",
|
|
12800
|
-
"offset":
|
|
12981
|
+
"offset": 4632,
|
|
12801
12982
|
"length": 3,
|
|
12802
12983
|
"value": "4.0"
|
|
12803
12984
|
},
|
|
12804
12985
|
{
|
|
12805
12986
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12806
12987
|
"kind": "IntegerLiteral",
|
|
12807
|
-
"offset":
|
|
12988
|
+
"offset": 4768,
|
|
12808
12989
|
"length": 1,
|
|
12809
12990
|
"value": "0"
|
|
12810
12991
|
},
|
|
12811
12992
|
{
|
|
12812
12993
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12813
12994
|
"kind": "FloatLiteral",
|
|
12814
|
-
"offset":
|
|
12995
|
+
"offset": 4820,
|
|
12815
12996
|
"length": 3,
|
|
12816
12997
|
"value": "1.0"
|
|
12817
12998
|
},
|
|
12818
12999
|
{
|
|
12819
13000
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12820
13001
|
"kind": "IntegerLiteral",
|
|
12821
|
-
"offset":
|
|
13002
|
+
"offset": 4998,
|
|
12822
13003
|
"length": 1,
|
|
12823
13004
|
"value": "0"
|
|
12824
13005
|
},
|
|
12825
13006
|
{
|
|
12826
13007
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12827
13008
|
"kind": "IntegerLiteral",
|
|
12828
|
-
"offset":
|
|
13009
|
+
"offset": 5073,
|
|
12829
13010
|
"length": 1,
|
|
12830
13011
|
"value": "0"
|
|
12831
13012
|
},
|
|
12832
13013
|
{
|
|
12833
13014
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12834
13015
|
"kind": "IntegerLiteral",
|
|
12835
|
-
"offset":
|
|
13016
|
+
"offset": 5168,
|
|
12836
13017
|
"length": 1,
|
|
12837
13018
|
"value": "0"
|
|
12838
13019
|
},
|
|
12839
13020
|
{
|
|
12840
13021
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12841
13022
|
"kind": "IntegerLiteral",
|
|
12842
|
-
"offset":
|
|
13023
|
+
"offset": 5248,
|
|
12843
13024
|
"length": 1,
|
|
12844
13025
|
"value": "0"
|
|
12845
13026
|
},
|
|
12846
13027
|
{
|
|
12847
13028
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12848
13029
|
"kind": "FloatLiteral",
|
|
12849
|
-
"offset":
|
|
13030
|
+
"offset": 5299,
|
|
12850
13031
|
"length": 3,
|
|
12851
13032
|
"value": "8.0"
|
|
12852
13033
|
},
|
|
12853
13034
|
{
|
|
12854
13035
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12855
13036
|
"kind": "FloatLiteral",
|
|
12856
|
-
"offset":
|
|
13037
|
+
"offset": 5400,
|
|
12857
13038
|
"length": 3,
|
|
12858
13039
|
"value": "2.0"
|
|
12859
13040
|
},
|
|
12860
13041
|
{
|
|
12861
13042
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12862
13043
|
"kind": "IntegerLiteral",
|
|
12863
|
-
"offset":
|
|
13044
|
+
"offset": 5450,
|
|
12864
13045
|
"length": 1,
|
|
12865
13046
|
"value": "0"
|
|
12866
13047
|
},
|
|
12867
13048
|
{
|
|
12868
13049
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12869
13050
|
"kind": "BooleanLiteral",
|
|
12870
|
-
"offset":
|
|
13051
|
+
"offset": 5480,
|
|
12871
13052
|
"length": 5,
|
|
12872
13053
|
"value": "false"
|
|
12873
13054
|
},
|
|
12874
13055
|
{
|
|
12875
13056
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12876
13057
|
"kind": "IntegerLiteral",
|
|
12877
|
-
"offset":
|
|
13058
|
+
"offset": 5526,
|
|
12878
13059
|
"length": 1,
|
|
12879
13060
|
"value": "0"
|
|
12880
13061
|
},
|
|
12881
13062
|
{
|
|
12882
13063
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12883
13064
|
"kind": "StringLiteral",
|
|
12884
|
-
"offset":
|
|
13065
|
+
"offset": 5568,
|
|
12885
13066
|
"length": 2,
|
|
12886
13067
|
"value": "\"\""
|
|
12887
13068
|
},
|
|
12888
13069
|
{
|
|
12889
13070
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12890
13071
|
"kind": "IntegerLiteral",
|
|
12891
|
-
"offset":
|
|
13072
|
+
"offset": 5639,
|
|
12892
13073
|
"length": 1,
|
|
12893
13074
|
"value": "0"
|
|
12894
13075
|
},
|
|
12895
13076
|
{
|
|
12896
13077
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12897
13078
|
"kind": "IntegerLiteral",
|
|
12898
|
-
"offset":
|
|
13079
|
+
"offset": 5690,
|
|
12899
13080
|
"length": 1,
|
|
12900
13081
|
"value": "0"
|
|
12901
13082
|
},
|
|
12902
13083
|
{
|
|
12903
13084
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12904
13085
|
"kind": "StringLiteral",
|
|
12905
|
-
"offset":
|
|
13086
|
+
"offset": 5733,
|
|
12906
13087
|
"length": 6,
|
|
12907
13088
|
"value": "\"cold\""
|
|
12908
13089
|
},
|
|
12909
13090
|
{
|
|
12910
13091
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12911
13092
|
"kind": "BooleanLiteral",
|
|
12912
|
-
"offset":
|
|
13093
|
+
"offset": 6038,
|
|
12913
13094
|
"length": 5,
|
|
12914
13095
|
"value": "false"
|
|
12915
13096
|
},
|
|
12916
13097
|
{
|
|
12917
13098
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12918
13099
|
"kind": "IntegerLiteral",
|
|
12919
|
-
"offset":
|
|
13100
|
+
"offset": 6238,
|
|
12920
13101
|
"length": 1,
|
|
12921
13102
|
"value": "0"
|
|
12922
13103
|
},
|
|
12923
13104
|
{
|
|
12924
13105
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12925
13106
|
"kind": "BooleanLiteral",
|
|
12926
|
-
"offset":
|
|
13107
|
+
"offset": 6299,
|
|
12927
13108
|
"length": 5,
|
|
12928
13109
|
"value": "false"
|
|
12929
13110
|
},
|
|
12930
13111
|
{
|
|
12931
13112
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12932
13113
|
"kind": "Array",
|
|
12933
|
-
"offset":
|
|
13114
|
+
"offset": 6363,
|
|
12934
13115
|
"length": 2,
|
|
12935
13116
|
"value": "[]"
|
|
12936
13117
|
},
|
|
12937
13118
|
{
|
|
12938
13119
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12939
13120
|
"kind": "StringLiteral",
|
|
12940
|
-
"offset":
|
|
13121
|
+
"offset": 6415,
|
|
12941
13122
|
"length": 16,
|
|
12942
13123
|
"value": "\"stt.tts.serial\""
|
|
12943
13124
|
},
|
|
12944
13125
|
{
|
|
12945
13126
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12946
13127
|
"kind": "BooleanLiteral",
|
|
12947
|
-
"offset":
|
|
13128
|
+
"offset": 6504,
|
|
12948
13129
|
"length": 5,
|
|
12949
13130
|
"value": "false"
|
|
12950
13131
|
},
|
|
12951
13132
|
{
|
|
12952
13133
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12953
13134
|
"kind": "IntegerLiteral",
|
|
12954
|
-
"offset":
|
|
13135
|
+
"offset": 6552,
|
|
12955
13136
|
"length": 1,
|
|
12956
13137
|
"value": "0"
|
|
12957
13138
|
},
|
|
12958
13139
|
{
|
|
12959
13140
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12960
13141
|
"kind": "IntegerLiteral",
|
|
12961
|
-
"offset":
|
|
13142
|
+
"offset": 6651,
|
|
12962
13143
|
"length": 1,
|
|
12963
13144
|
"value": "0"
|
|
12964
13145
|
},
|
|
12965
13146
|
{
|
|
12966
13147
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12967
13148
|
"kind": "IntegerLiteral",
|
|
12968
|
-
"offset":
|
|
13149
|
+
"offset": 6744,
|
|
12969
13150
|
"length": 1,
|
|
12970
13151
|
"value": "0"
|
|
12971
13152
|
},
|
|
12972
13153
|
{
|
|
12973
13154
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12974
13155
|
"kind": "IntegerLiteral",
|
|
12975
|
-
"offset":
|
|
13156
|
+
"offset": 6789,
|
|
12976
13157
|
"length": 1,
|
|
12977
13158
|
"value": "0"
|
|
12978
13159
|
},
|
|
12979
13160
|
{
|
|
12980
13161
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12981
13162
|
"kind": "FloatLiteral",
|
|
12982
|
-
"offset":
|
|
13163
|
+
"offset": 6873,
|
|
12983
13164
|
"length": 3,
|
|
12984
13165
|
"value": "1.0"
|
|
12985
13166
|
},
|
|
12986
13167
|
{
|
|
12987
13168
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12988
13169
|
"kind": "FloatLiteral",
|
|
12989
|
-
"offset":
|
|
13170
|
+
"offset": 6963,
|
|
12990
13171
|
"length": 3,
|
|
12991
13172
|
"value": "5.0"
|
|
12992
13173
|
},
|
|
12993
13174
|
{
|
|
12994
13175
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
12995
13176
|
"kind": "IntegerLiteral",
|
|
12996
|
-
"offset":
|
|
13177
|
+
"offset": 7037,
|
|
12997
13178
|
"length": 1,
|
|
12998
13179
|
"value": "2"
|
|
12999
13180
|
},
|
|
13000
13181
|
{
|
|
13001
13182
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13002
13183
|
"kind": "BooleanLiteral",
|
|
13003
|
-
"offset":
|
|
13184
|
+
"offset": 7145,
|
|
13004
13185
|
"length": 5,
|
|
13005
13186
|
"value": "false"
|
|
13006
13187
|
},
|
|
13007
13188
|
{
|
|
13008
13189
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13009
13190
|
"kind": "BooleanLiteral",
|
|
13010
|
-
"offset":
|
|
13191
|
+
"offset": 7196,
|
|
13011
13192
|
"length": 5,
|
|
13012
13193
|
"value": "false"
|
|
13013
13194
|
},
|
|
13014
13195
|
{
|
|
13015
13196
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13016
13197
|
"kind": "BooleanLiteral",
|
|
13017
|
-
"offset":
|
|
13198
|
+
"offset": 7304,
|
|
13018
13199
|
"length": 5,
|
|
13019
13200
|
"value": "false"
|
|
13020
13201
|
},
|
|
13021
13202
|
{
|
|
13022
13203
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13023
13204
|
"kind": "IntegerLiteral",
|
|
13024
|
-
"offset":
|
|
13205
|
+
"offset": 7379,
|
|
13025
13206
|
"length": 1,
|
|
13026
13207
|
"value": "0"
|
|
13027
13208
|
},
|
|
13028
13209
|
{
|
|
13029
13210
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13030
13211
|
"kind": "BooleanLiteral",
|
|
13031
|
-
"offset":
|
|
13212
|
+
"offset": 7415,
|
|
13032
13213
|
"length": 5,
|
|
13033
13214
|
"value": "false"
|
|
13034
13215
|
},
|
|
13035
13216
|
{
|
|
13036
13217
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13037
13218
|
"kind": "StringLiteral",
|
|
13038
|
-
"offset":
|
|
13219
|
+
"offset": 7682,
|
|
13039
13220
|
"length": 14,
|
|
13040
13221
|
"value": "\"stt.sv.queue\""
|
|
13041
13222
|
},
|
|
13042
13223
|
{
|
|
13043
13224
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13044
13225
|
"kind": "IntegerLiteral",
|
|
13045
|
-
"offset":
|
|
13226
|
+
"offset": 7956,
|
|
13046
13227
|
"length": 1,
|
|
13047
13228
|
"value": "0"
|
|
13048
13229
|
},
|
|
13049
13230
|
{
|
|
13050
13231
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13051
13232
|
"kind": "Array",
|
|
13052
|
-
"offset":
|
|
13233
|
+
"offset": 8016,
|
|
13053
13234
|
"length": 2,
|
|
13054
13235
|
"value": "[]"
|
|
13055
13236
|
},
|
|
13056
13237
|
{
|
|
13057
13238
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13058
13239
|
"kind": "BooleanLiteral",
|
|
13059
|
-
"offset":
|
|
13240
|
+
"offset": 8059,
|
|
13060
13241
|
"length": 4,
|
|
13061
13242
|
"value": "true"
|
|
13062
13243
|
},
|
|
13063
13244
|
{
|
|
13064
13245
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13065
13246
|
"kind": "BooleanLiteral",
|
|
13066
|
-
"offset":
|
|
13247
|
+
"offset": 8107,
|
|
13067
13248
|
"length": 5,
|
|
13068
13249
|
"value": "false"
|
|
13069
13250
|
},
|
|
13070
13251
|
{
|
|
13071
13252
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13072
13253
|
"kind": "BooleanLiteral",
|
|
13073
|
-
"offset":
|
|
13254
|
+
"offset": 8166,
|
|
13074
13255
|
"length": 5,
|
|
13075
13256
|
"value": "false"
|
|
13076
13257
|
},
|
|
13077
13258
|
{
|
|
13078
13259
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13079
13260
|
"kind": "Array",
|
|
13080
|
-
"offset":
|
|
13261
|
+
"offset": 8232,
|
|
13081
13262
|
"length": 2,
|
|
13082
13263
|
"value": "[]"
|
|
13083
13264
|
},
|
|
13084
13265
|
{
|
|
13085
13266
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13086
13267
|
"kind": "IntegerLiteral",
|
|
13087
|
-
"offset":
|
|
13268
|
+
"offset": 8279,
|
|
13088
13269
|
"length": 1,
|
|
13089
13270
|
"value": "0"
|
|
13090
13271
|
},
|
|
13091
13272
|
{
|
|
13092
13273
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13093
13274
|
"kind": "IntegerLiteral",
|
|
13094
|
-
"offset":
|
|
13275
|
+
"offset": 8328,
|
|
13095
13276
|
"length": 1,
|
|
13096
13277
|
"value": "0"
|
|
13097
13278
|
},
|
|
13098
13279
|
{
|
|
13099
13280
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13100
13281
|
"kind": "BooleanLiteral",
|
|
13101
|
-
"offset":
|
|
13282
|
+
"offset": 8381,
|
|
13102
13283
|
"length": 5,
|
|
13103
13284
|
"value": "false"
|
|
13104
13285
|
},
|
|
13105
13286
|
{
|
|
13106
13287
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13107
13288
|
"kind": "FloatLiteral",
|
|
13108
|
-
"offset":
|
|
13289
|
+
"offset": 8435,
|
|
13109
13290
|
"length": 3,
|
|
13110
13291
|
"value": "1.0"
|
|
13111
13292
|
},
|
|
13112
13293
|
{
|
|
13113
13294
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13114
13295
|
"kind": "IntegerLiteral",
|
|
13115
|
-
"offset":
|
|
13296
|
+
"offset": 8493,
|
|
13116
13297
|
"length": 1,
|
|
13117
13298
|
"value": "0"
|
|
13118
13299
|
},
|
|
13119
13300
|
{
|
|
13120
13301
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13121
13302
|
"kind": "IntegerLiteral",
|
|
13122
|
-
"offset":
|
|
13303
|
+
"offset": 8549,
|
|
13123
13304
|
"length": 1,
|
|
13124
13305
|
"value": "0"
|
|
13125
13306
|
},
|
|
13126
13307
|
{
|
|
13127
13308
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13128
13309
|
"kind": "IntegerLiteral",
|
|
13129
|
-
"offset":
|
|
13310
|
+
"offset": 8610,
|
|
13130
13311
|
"length": 1,
|
|
13131
13312
|
"value": "0"
|
|
13132
13313
|
},
|
|
13133
13314
|
{
|
|
13134
13315
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13135
13316
|
"kind": "IntegerLiteral",
|
|
13136
|
-
"offset":
|
|
13317
|
+
"offset": 8671,
|
|
13137
13318
|
"length": 1,
|
|
13138
13319
|
"value": "0"
|
|
13139
13320
|
},
|
|
13140
13321
|
{
|
|
13141
13322
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13142
13323
|
"kind": "Array",
|
|
13143
|
-
"offset":
|
|
13324
|
+
"offset": 8733,
|
|
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":
|
|
13331
|
+
"offset": 8793,
|
|
13151
13332
|
"length": 1,
|
|
13152
13333
|
"value": "0"
|
|
13153
13334
|
},
|
|
13154
13335
|
{
|
|
13155
13336
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13156
13337
|
"kind": "IntegerLiteral",
|
|
13157
|
-
"offset":
|
|
13338
|
+
"offset": 8856,
|
|
13158
13339
|
"length": 1,
|
|
13159
13340
|
"value": "0"
|
|
13160
13341
|
},
|
|
13161
13342
|
{
|
|
13162
13343
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13163
13344
|
"kind": "IntegerLiteral",
|
|
13164
|
-
"offset":
|
|
13345
|
+
"offset": 9014,
|
|
13165
13346
|
"length": 1,
|
|
13166
13347
|
"value": "0"
|
|
13167
13348
|
},
|
|
13168
13349
|
{
|
|
13169
13350
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13170
13351
|
"kind": "BooleanLiteral",
|
|
13171
|
-
"offset":
|
|
13352
|
+
"offset": 9064,
|
|
13172
13353
|
"length": 5,
|
|
13173
13354
|
"value": "false"
|
|
13174
13355
|
},
|
|
13175
13356
|
{
|
|
13176
13357
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13177
13358
|
"kind": "Array",
|
|
13178
|
-
"offset":
|
|
13359
|
+
"offset": 9180,
|
|
13360
|
+
"length": 2,
|
|
13361
|
+
"value": "[]"
|
|
13362
|
+
},
|
|
13363
|
+
{
|
|
13364
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13365
|
+
"kind": "IntegerLiteral",
|
|
13366
|
+
"offset": 9229,
|
|
13367
|
+
"length": 1,
|
|
13368
|
+
"value": "0"
|
|
13369
|
+
},
|
|
13370
|
+
{
|
|
13371
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13372
|
+
"kind": "IntegerLiteral",
|
|
13373
|
+
"offset": 9280,
|
|
13374
|
+
"length": 1,
|
|
13375
|
+
"value": "0"
|
|
13376
|
+
},
|
|
13377
|
+
{
|
|
13378
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13379
|
+
"kind": "IntegerLiteral",
|
|
13380
|
+
"offset": 9335,
|
|
13381
|
+
"length": 1,
|
|
13382
|
+
"value": "0"
|
|
13383
|
+
},
|
|
13384
|
+
{
|
|
13385
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13386
|
+
"kind": "IntegerLiteral",
|
|
13387
|
+
"offset": 9386,
|
|
13388
|
+
"length": 1,
|
|
13389
|
+
"value": "0"
|
|
13390
|
+
},
|
|
13391
|
+
{
|
|
13392
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13393
|
+
"kind": "Array",
|
|
13394
|
+
"offset": 14860,
|
|
13179
13395
|
"length": 203,
|
|
13180
13396
|
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
13181
13397
|
},
|
|
13182
13398
|
{
|
|
13183
13399
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13184
13400
|
"kind": "IntegerLiteral",
|
|
13185
|
-
"offset":
|
|
13401
|
+
"offset": 35130,
|
|
13186
13402
|
"length": 1,
|
|
13187
13403
|
"value": "0"
|
|
13188
13404
|
},
|
|
13189
13405
|
{
|
|
13190
13406
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13191
13407
|
"kind": "BooleanLiteral",
|
|
13192
|
-
"offset":
|
|
13408
|
+
"offset": 35290,
|
|
13193
13409
|
"length": 5,
|
|
13194
13410
|
"value": "false"
|
|
13195
13411
|
},
|
|
13196
13412
|
{
|
|
13197
13413
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13198
13414
|
"kind": "BooleanLiteral",
|
|
13199
|
-
"offset":
|
|
13415
|
+
"offset": 36838,
|
|
13200
13416
|
"length": 4,
|
|
13201
13417
|
"value": "true"
|
|
13202
13418
|
},
|
|
13203
13419
|
{
|
|
13204
13420
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13205
13421
|
"kind": "IntegerLiteral",
|
|
13206
|
-
"offset":
|
|
13422
|
+
"offset": 37635,
|
|
13207
13423
|
"length": 1,
|
|
13208
13424
|
"value": "0"
|
|
13209
13425
|
},
|
|
13210
13426
|
{
|
|
13211
13427
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13212
13428
|
"kind": "BooleanLiteral",
|
|
13213
|
-
"offset":
|
|
13429
|
+
"offset": 48149,
|
|
13214
13430
|
"length": 4,
|
|
13215
13431
|
"value": "true"
|
|
13216
13432
|
},
|
|
13217
13433
|
{
|
|
13218
13434
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13219
13435
|
"kind": "BooleanLiteral",
|
|
13220
|
-
"offset":
|
|
13436
|
+
"offset": 57062,
|
|
13221
13437
|
"length": 4,
|
|
13222
13438
|
"value": "true"
|
|
13223
13439
|
},
|
|
13224
13440
|
{
|
|
13225
13441
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13226
13442
|
"kind": "IntegerLiteral",
|
|
13227
|
-
"offset":
|
|
13443
|
+
"offset": 58340,
|
|
13228
13444
|
"length": 1,
|
|
13229
13445
|
"value": "3"
|
|
13230
13446
|
},
|
|
13231
13447
|
{
|
|
13232
13448
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13233
13449
|
"kind": "FloatLiteral",
|
|
13234
|
-
"offset":
|
|
13450
|
+
"offset": 58412,
|
|
13235
13451
|
"length": 4,
|
|
13236
13452
|
"value": "0.20"
|
|
13237
13453
|
},
|
|
13238
13454
|
{
|
|
13239
13455
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13240
13456
|
"kind": "BooleanLiteral",
|
|
13241
|
-
"offset":
|
|
13457
|
+
"offset": 71927,
|
|
13242
13458
|
"length": 5,
|
|
13243
13459
|
"value": "false"
|
|
13244
13460
|
},
|
|
13245
13461
|
{
|
|
13246
13462
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
13247
13463
|
"kind": "FloatLiteral",
|
|
13248
|
-
"offset":
|
|
13464
|
+
"offset": 86852,
|
|
13249
13465
|
"length": 3,
|
|
13250
13466
|
"value": "0.7"
|
|
13251
13467
|
}
|