react-native-davoice-tts 1.0.209 → 1.0.210
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 +6 -4
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DaVoiceSTT.swift__ +1329 -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 +2 -2
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1356 -1350
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +12 -12
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +12 -12
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DaVoiceSTT.swift__ +1329 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +4 -4
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +96 -90
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -2
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -2
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +96 -90
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -2
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -2
- 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 +42 -27
- package/package.json +1 -1
|
@@ -431,60 +431,40 @@
|
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"kind": "Function",
|
|
434
|
-
"name": "
|
|
435
|
-
"printedName": "
|
|
434
|
+
"name": "unPauseMicrophone",
|
|
435
|
+
"printedName": "unPauseMicrophone()",
|
|
436
436
|
"children": [
|
|
437
437
|
{
|
|
438
438
|
"kind": "TypeNominal",
|
|
439
439
|
"name": "Void",
|
|
440
440
|
"printedName": "()"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"kind": "TypeFunc",
|
|
444
|
-
"name": "Function",
|
|
445
|
-
"printedName": "(Swift.Bool) -> ()",
|
|
446
|
-
"children": [
|
|
447
|
-
{
|
|
448
|
-
"kind": "TypeNominal",
|
|
449
|
-
"name": "Void",
|
|
450
|
-
"printedName": "()"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"kind": "TypeNominal",
|
|
454
|
-
"name": "Bool",
|
|
455
|
-
"printedName": "Swift.Bool",
|
|
456
|
-
"usr": "s:Sb"
|
|
457
|
-
}
|
|
458
|
-
]
|
|
459
441
|
}
|
|
460
442
|
],
|
|
461
443
|
"declKind": "Func",
|
|
462
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)
|
|
463
|
-
"mangledName": "$
|
|
444
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)unPauseMicrophone",
|
|
445
|
+
"mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
|
|
464
446
|
"moduleName": "DavoiceTTS",
|
|
465
447
|
"declAttributes": [
|
|
466
448
|
"Final",
|
|
467
449
|
"AccessControl",
|
|
468
|
-
"RawDocComment",
|
|
469
450
|
"ObjC"
|
|
470
451
|
],
|
|
471
452
|
"funcSelfKind": "NonMutating"
|
|
472
453
|
},
|
|
473
454
|
{
|
|
474
455
|
"kind": "Function",
|
|
475
|
-
"name": "
|
|
476
|
-
"printedName": "
|
|
456
|
+
"name": "pauseMicrophone",
|
|
457
|
+
"printedName": "pauseMicrophone()",
|
|
477
458
|
"children": [
|
|
478
459
|
{
|
|
479
460
|
"kind": "TypeNominal",
|
|
480
|
-
"name": "
|
|
481
|
-
"printedName": "
|
|
482
|
-
"usr": "s:Sb"
|
|
461
|
+
"name": "Void",
|
|
462
|
+
"printedName": "()"
|
|
483
463
|
}
|
|
484
464
|
],
|
|
485
465
|
"declKind": "Func",
|
|
486
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)
|
|
487
|
-
"mangledName": "$
|
|
466
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)pauseMicrophone",
|
|
467
|
+
"mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
|
|
488
468
|
"moduleName": "DavoiceTTS",
|
|
489
469
|
"declAttributes": [
|
|
490
470
|
"Final",
|
|
@@ -495,41 +475,60 @@
|
|
|
495
475
|
},
|
|
496
476
|
{
|
|
497
477
|
"kind": "Function",
|
|
498
|
-
"name": "
|
|
499
|
-
"printedName": "
|
|
478
|
+
"name": "isSpeechAvailable",
|
|
479
|
+
"printedName": "isSpeechAvailable(_:)",
|
|
500
480
|
"children": [
|
|
501
481
|
{
|
|
502
482
|
"kind": "TypeNominal",
|
|
503
483
|
"name": "Void",
|
|
504
484
|
"printedName": "()"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"kind": "TypeFunc",
|
|
488
|
+
"name": "Function",
|
|
489
|
+
"printedName": "(Swift.Bool) -> ()",
|
|
490
|
+
"children": [
|
|
491
|
+
{
|
|
492
|
+
"kind": "TypeNominal",
|
|
493
|
+
"name": "Void",
|
|
494
|
+
"printedName": "()"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "TypeNominal",
|
|
498
|
+
"name": "Bool",
|
|
499
|
+
"printedName": "Swift.Bool",
|
|
500
|
+
"usr": "s:Sb"
|
|
501
|
+
}
|
|
502
|
+
]
|
|
505
503
|
}
|
|
506
504
|
],
|
|
507
505
|
"declKind": "Func",
|
|
508
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)
|
|
509
|
-
"mangledName": "$
|
|
506
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isSpeechAvailable:",
|
|
507
|
+
"mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
|
|
510
508
|
"moduleName": "DavoiceTTS",
|
|
511
509
|
"declAttributes": [
|
|
512
510
|
"Final",
|
|
513
511
|
"AccessControl",
|
|
514
|
-
"
|
|
515
|
-
"
|
|
512
|
+
"RawDocComment",
|
|
513
|
+
"ObjC"
|
|
516
514
|
],
|
|
517
515
|
"funcSelfKind": "NonMutating"
|
|
518
516
|
},
|
|
519
517
|
{
|
|
520
518
|
"kind": "Function",
|
|
521
|
-
"name": "
|
|
522
|
-
"printedName": "
|
|
519
|
+
"name": "isRecognizing",
|
|
520
|
+
"printedName": "isRecognizing()",
|
|
523
521
|
"children": [
|
|
524
522
|
{
|
|
525
523
|
"kind": "TypeNominal",
|
|
526
|
-
"name": "
|
|
527
|
-
"printedName": "
|
|
524
|
+
"name": "Bool",
|
|
525
|
+
"printedName": "Swift.Bool",
|
|
526
|
+
"usr": "s:Sb"
|
|
528
527
|
}
|
|
529
528
|
],
|
|
530
529
|
"declKind": "Func",
|
|
531
|
-
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)
|
|
532
|
-
"mangledName": "$
|
|
530
|
+
"usr": "c:@M@DavoiceTTS@objc(cs)STT(im)isRecognizing",
|
|
531
|
+
"mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
|
|
533
532
|
"moduleName": "DavoiceTTS",
|
|
534
533
|
"declAttributes": [
|
|
535
534
|
"Final",
|
|
@@ -2963,231 +2962,238 @@
|
|
|
2963
2962
|
{
|
|
2964
2963
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2965
2964
|
"kind": "BooleanLiteral",
|
|
2966
|
-
"offset":
|
|
2965
|
+
"offset": 1059,
|
|
2967
2966
|
"length": 5,
|
|
2968
2967
|
"value": "false"
|
|
2969
2968
|
},
|
|
2970
2969
|
{
|
|
2971
2970
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2972
2971
|
"kind": "IntegerLiteral",
|
|
2973
|
-
"offset":
|
|
2972
|
+
"offset": 1113,
|
|
2974
2973
|
"length": 1,
|
|
2975
2974
|
"value": "0"
|
|
2976
2975
|
},
|
|
2977
2976
|
{
|
|
2978
2977
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2979
2978
|
"kind": "FloatLiteral",
|
|
2980
|
-
"offset":
|
|
2979
|
+
"offset": 1167,
|
|
2980
|
+
"length": 3,
|
|
2981
|
+
"value": "0.5"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2985
|
+
"kind": "BooleanLiteral",
|
|
2986
|
+
"offset": 1254,
|
|
2987
|
+
"length": 5,
|
|
2988
|
+
"value": "false"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2992
|
+
"kind": "IntegerLiteral",
|
|
2993
|
+
"offset": 1359,
|
|
2994
|
+
"length": 1,
|
|
2995
|
+
"value": "0"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2999
|
+
"kind": "FloatLiteral",
|
|
3000
|
+
"offset": 1445,
|
|
2981
3001
|
"length": 3,
|
|
2982
3002
|
"value": "4.0"
|
|
2983
3003
|
},
|
|
2984
3004
|
{
|
|
2985
3005
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2986
3006
|
"kind": "IntegerLiteral",
|
|
2987
|
-
"offset":
|
|
3007
|
+
"offset": 1581,
|
|
2988
3008
|
"length": 1,
|
|
2989
3009
|
"value": "0"
|
|
2990
3010
|
},
|
|
2991
3011
|
{
|
|
2992
3012
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2993
3013
|
"kind": "FloatLiteral",
|
|
2994
|
-
"offset":
|
|
3014
|
+
"offset": 1633,
|
|
2995
3015
|
"length": 3,
|
|
2996
3016
|
"value": "1.0"
|
|
2997
3017
|
},
|
|
2998
3018
|
{
|
|
2999
3019
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3000
3020
|
"kind": "IntegerLiteral",
|
|
3001
|
-
"offset":
|
|
3021
|
+
"offset": 1712,
|
|
3002
3022
|
"length": 1,
|
|
3003
3023
|
"value": "0"
|
|
3004
3024
|
},
|
|
3005
3025
|
{
|
|
3006
3026
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3007
3027
|
"kind": "IntegerLiteral",
|
|
3008
|
-
"offset":
|
|
3028
|
+
"offset": 1787,
|
|
3009
3029
|
"length": 1,
|
|
3010
3030
|
"value": "0"
|
|
3011
3031
|
},
|
|
3012
3032
|
{
|
|
3013
3033
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3014
3034
|
"kind": "IntegerLiteral",
|
|
3015
|
-
"offset":
|
|
3035
|
+
"offset": 1882,
|
|
3016
3036
|
"length": 1,
|
|
3017
3037
|
"value": "0"
|
|
3018
3038
|
},
|
|
3019
3039
|
{
|
|
3020
3040
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3021
3041
|
"kind": "IntegerLiteral",
|
|
3022
|
-
"offset":
|
|
3042
|
+
"offset": 1962,
|
|
3023
3043
|
"length": 1,
|
|
3024
3044
|
"value": "0"
|
|
3025
3045
|
},
|
|
3026
3046
|
{
|
|
3027
3047
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3028
3048
|
"kind": "FloatLiteral",
|
|
3029
|
-
"offset":
|
|
3049
|
+
"offset": 2013,
|
|
3030
3050
|
"length": 3,
|
|
3031
3051
|
"value": "8.0"
|
|
3032
3052
|
},
|
|
3033
3053
|
{
|
|
3034
3054
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3035
3055
|
"kind": "FloatLiteral",
|
|
3036
|
-
"offset":
|
|
3056
|
+
"offset": 2114,
|
|
3037
3057
|
"length": 3,
|
|
3038
3058
|
"value": "2.0"
|
|
3039
3059
|
},
|
|
3040
3060
|
{
|
|
3041
3061
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3042
3062
|
"kind": "IntegerLiteral",
|
|
3043
|
-
"offset":
|
|
3063
|
+
"offset": 2164,
|
|
3044
3064
|
"length": 1,
|
|
3045
3065
|
"value": "0"
|
|
3046
3066
|
},
|
|
3047
3067
|
{
|
|
3048
3068
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3049
3069
|
"kind": "BooleanLiteral",
|
|
3050
|
-
"offset":
|
|
3070
|
+
"offset": 2194,
|
|
3051
3071
|
"length": 5,
|
|
3052
3072
|
"value": "false"
|
|
3053
3073
|
},
|
|
3054
3074
|
{
|
|
3055
3075
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3056
3076
|
"kind": "IntegerLiteral",
|
|
3057
|
-
"offset":
|
|
3077
|
+
"offset": 2240,
|
|
3058
3078
|
"length": 1,
|
|
3059
3079
|
"value": "0"
|
|
3060
3080
|
},
|
|
3061
3081
|
{
|
|
3062
3082
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3063
|
-
"kind": "
|
|
3064
|
-
"offset":
|
|
3065
|
-
"length":
|
|
3066
|
-
"value": "
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3070
|
-
"kind": "BooleanLiteral",
|
|
3071
|
-
"offset": 2139,
|
|
3072
|
-
"length": 5,
|
|
3073
|
-
"value": "false"
|
|
3083
|
+
"kind": "StringLiteral",
|
|
3084
|
+
"offset": 2282,
|
|
3085
|
+
"length": 2,
|
|
3086
|
+
"value": "\"\""
|
|
3074
3087
|
},
|
|
3075
3088
|
{
|
|
3076
3089
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3077
3090
|
"kind": "IntegerLiteral",
|
|
3078
|
-
"offset":
|
|
3091
|
+
"offset": 2353,
|
|
3079
3092
|
"length": 1,
|
|
3080
3093
|
"value": "0"
|
|
3081
3094
|
},
|
|
3082
3095
|
{
|
|
3083
3096
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3084
3097
|
"kind": "IntegerLiteral",
|
|
3085
|
-
"offset":
|
|
3098
|
+
"offset": 2404,
|
|
3086
3099
|
"length": 1,
|
|
3087
3100
|
"value": "0"
|
|
3088
3101
|
},
|
|
3089
3102
|
{
|
|
3090
3103
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3091
3104
|
"kind": "StringLiteral",
|
|
3092
|
-
"offset":
|
|
3105
|
+
"offset": 2447,
|
|
3093
3106
|
"length": 6,
|
|
3094
3107
|
"value": "\"cold\""
|
|
3095
3108
|
},
|
|
3096
3109
|
{
|
|
3097
3110
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3098
3111
|
"kind": "BooleanLiteral",
|
|
3099
|
-
"offset":
|
|
3112
|
+
"offset": 2752,
|
|
3100
3113
|
"length": 5,
|
|
3101
3114
|
"value": "false"
|
|
3102
3115
|
},
|
|
3103
3116
|
{
|
|
3104
3117
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3105
3118
|
"kind": "IntegerLiteral",
|
|
3106
|
-
"offset":
|
|
3119
|
+
"offset": 2830,
|
|
3107
3120
|
"length": 1,
|
|
3108
3121
|
"value": "0"
|
|
3109
3122
|
},
|
|
3110
3123
|
{
|
|
3111
3124
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3112
3125
|
"kind": "FloatLiteral",
|
|
3113
|
-
"offset":
|
|
3126
|
+
"offset": 2924,
|
|
3114
3127
|
"length": 3,
|
|
3115
3128
|
"value": "0.3"
|
|
3116
3129
|
},
|
|
3117
3130
|
{
|
|
3118
3131
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3119
3132
|
"kind": "IntegerLiteral",
|
|
3120
|
-
"offset":
|
|
3133
|
+
"offset": 3005,
|
|
3121
3134
|
"length": 1,
|
|
3122
3135
|
"value": "0"
|
|
3123
3136
|
},
|
|
3124
3137
|
{
|
|
3125
3138
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3126
3139
|
"kind": "BooleanLiteral",
|
|
3127
|
-
"offset":
|
|
3140
|
+
"offset": 3066,
|
|
3128
3141
|
"length": 5,
|
|
3129
3142
|
"value": "false"
|
|
3130
3143
|
},
|
|
3131
3144
|
{
|
|
3132
3145
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3133
3146
|
"kind": "Array",
|
|
3134
|
-
"offset":
|
|
3147
|
+
"offset": 3130,
|
|
3135
3148
|
"length": 2,
|
|
3136
3149
|
"value": "[]"
|
|
3137
3150
|
},
|
|
3138
3151
|
{
|
|
3139
3152
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3140
3153
|
"kind": "StringLiteral",
|
|
3141
|
-
"offset":
|
|
3154
|
+
"offset": 3182,
|
|
3142
3155
|
"length": 16,
|
|
3143
3156
|
"value": "\"stt.tts.serial\""
|
|
3144
3157
|
},
|
|
3145
3158
|
{
|
|
3146
3159
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3147
3160
|
"kind": "BooleanLiteral",
|
|
3148
|
-
"offset":
|
|
3149
|
-
"length": 5,
|
|
3150
|
-
"value": "false"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3154
|
-
"kind": "BooleanLiteral",
|
|
3155
|
-
"offset": 3331,
|
|
3161
|
+
"offset": 3271,
|
|
3156
3162
|
"length": 5,
|
|
3157
3163
|
"value": "false"
|
|
3158
3164
|
},
|
|
3159
3165
|
{
|
|
3160
3166
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3161
3167
|
"kind": "Array",
|
|
3162
|
-
"offset":
|
|
3168
|
+
"offset": 3367,
|
|
3163
3169
|
"length": 203,
|
|
3164
3170
|
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
3165
3171
|
},
|
|
3166
3172
|
{
|
|
3167
3173
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3168
3174
|
"kind": "IntegerLiteral",
|
|
3169
|
-
"offset":
|
|
3175
|
+
"offset": 3809,
|
|
3170
3176
|
"length": 1,
|
|
3171
3177
|
"value": "0"
|
|
3172
3178
|
},
|
|
3173
3179
|
{
|
|
3174
3180
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3175
3181
|
"kind": "IntegerLiteral",
|
|
3176
|
-
"offset":
|
|
3182
|
+
"offset": 4000,
|
|
3177
3183
|
"length": 1,
|
|
3178
3184
|
"value": "0"
|
|
3179
3185
|
},
|
|
3180
3186
|
{
|
|
3181
3187
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3182
3188
|
"kind": "BooleanLiteral",
|
|
3183
|
-
"offset":
|
|
3189
|
+
"offset": 11391,
|
|
3184
3190
|
"length": 4,
|
|
3185
3191
|
"value": "true"
|
|
3186
3192
|
},
|
|
3187
3193
|
{
|
|
3188
3194
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3189
3195
|
"kind": "FloatLiteral",
|
|
3190
|
-
"offset":
|
|
3196
|
+
"offset": 34428,
|
|
3191
3197
|
"length": 3,
|
|
3192
3198
|
"value": "0.7"
|
|
3193
3199
|
},
|
|
@@ -21,10 +21,10 @@ import phonemes
|
|
|
21
21
|
@objc weak final public var delegate: (any DavoiceTTS.STTDelegate)?
|
|
22
22
|
@objc final public var continuous: Swift.Bool
|
|
23
23
|
@objc public static let supportedEvents: [Swift.String]
|
|
24
|
+
@objc final public func unPauseMicrophone()
|
|
25
|
+
@objc final public func pauseMicrophone()
|
|
24
26
|
@objc final public func isSpeechAvailable(_ completion: @escaping (Swift.Bool) -> Swift.Void)
|
|
25
27
|
@objc final public func isRecognizing() -> Swift.Bool
|
|
26
|
-
@objc final public func pauseMicrophone()
|
|
27
|
-
@objc final public func unPauseMicrophone()
|
|
28
28
|
@objc final public func startSpeech(localeStr: Swift.String?)
|
|
29
29
|
@objc final public func stopSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
30
30
|
@objc final public func cancelSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
@@ -21,10 +21,10 @@ import phonemes
|
|
|
21
21
|
@objc weak final public var delegate: (any DavoiceTTS.STTDelegate)?
|
|
22
22
|
@objc final public var continuous: Swift.Bool
|
|
23
23
|
@objc public static let supportedEvents: [Swift.String]
|
|
24
|
+
@objc final public func unPauseMicrophone()
|
|
25
|
+
@objc final public func pauseMicrophone()
|
|
24
26
|
@objc final public func isSpeechAvailable(_ completion: @escaping (Swift.Bool) -> Swift.Void)
|
|
25
27
|
@objc final public func isRecognizing() -> Swift.Bool
|
|
26
|
-
@objc final public func pauseMicrophone()
|
|
27
|
-
@objc final public func unPauseMicrophone()
|
|
28
28
|
@objc final public func startSpeech(localeStr: Swift.String?)
|
|
29
29
|
@objc final public func stopSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
30
30
|
@objc final public func cancelSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
Binary file
|
|
Binary file
|
|
@@ -20,9 +20,13 @@
|
|
|
20
20
|
<data>
|
|
21
21
|
1pvdDJrydJDiblI11Y/VtW82EEA=
|
|
22
22
|
</data>
|
|
23
|
+
<key>DaVoiceSTT.swift__</key>
|
|
24
|
+
<data>
|
|
25
|
+
uwH3kVBmfoCYmhb+KD/KUcHWi7w=
|
|
26
|
+
</data>
|
|
23
27
|
<key>Headers/DavoiceTTS-Swift.h</key>
|
|
24
28
|
<data>
|
|
25
|
-
|
|
29
|
+
ssF/nOIcJtNoV25O4BiGCaou9JQ=
|
|
26
30
|
</data>
|
|
27
31
|
<key>Info.plist</key>
|
|
28
32
|
<data>
|
|
@@ -30,11 +34,11 @@
|
|
|
30
34
|
</data>
|
|
31
35
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
32
36
|
<data>
|
|
33
|
-
|
|
37
|
+
F8MIF0UKeVSebEFF9bySG2FSFzM=
|
|
34
38
|
</data>
|
|
35
39
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
36
40
|
<data>
|
|
37
|
-
|
|
41
|
+
LCtrLnxF8otfJXum8IpNmX+aEbY=
|
|
38
42
|
</data>
|
|
39
43
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
40
44
|
<data>
|
|
@@ -42,19 +46,19 @@
|
|
|
42
46
|
</data>
|
|
43
47
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
44
48
|
<data>
|
|
45
|
-
|
|
49
|
+
LCtrLnxF8otfJXum8IpNmX+aEbY=
|
|
46
50
|
</data>
|
|
47
51
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
48
52
|
<data>
|
|
49
|
-
|
|
53
|
+
LdxCLmWuLM10E4UzlwjizBQpMls=
|
|
50
54
|
</data>
|
|
51
55
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
52
56
|
<data>
|
|
53
|
-
|
|
57
|
+
F8MIF0UKeVSebEFF9bySG2FSFzM=
|
|
54
58
|
</data>
|
|
55
59
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
56
60
|
<data>
|
|
57
|
-
|
|
61
|
+
i4666v/hYRnv7SImcavXDYdHsDE=
|
|
58
62
|
</data>
|
|
59
63
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
60
64
|
<data>
|
|
@@ -62,11 +66,11 @@
|
|
|
62
66
|
</data>
|
|
63
67
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
64
68
|
<data>
|
|
65
|
-
|
|
69
|
+
i4666v/hYRnv7SImcavXDYdHsDE=
|
|
66
70
|
</data>
|
|
67
71
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
68
72
|
<data>
|
|
69
|
-
|
|
73
|
+
ZcDmlDfffd5PUPw52EOSrrwUI10=
|
|
70
74
|
</data>
|
|
71
75
|
<key>Modules/module.modulemap</key>
|
|
72
76
|
<data>
|
|
@@ -119,37 +123,48 @@
|
|
|
119
123
|
LWPW9w7w9TDgzAqYLlKJzHf/e35KawpTX7Yjdp0PoRc=
|
|
120
124
|
</data>
|
|
121
125
|
</dict>
|
|
126
|
+
<key>DaVoiceSTT.swift__</key>
|
|
127
|
+
<dict>
|
|
128
|
+
<key>hash</key>
|
|
129
|
+
<data>
|
|
130
|
+
uwH3kVBmfoCYmhb+KD/KUcHWi7w=
|
|
131
|
+
</data>
|
|
132
|
+
<key>hash2</key>
|
|
133
|
+
<data>
|
|
134
|
+
VaPxNJj5KFBag9X7BmQNqwLvj52q40mRNmm9poQljac=
|
|
135
|
+
</data>
|
|
136
|
+
</dict>
|
|
122
137
|
<key>Headers/DavoiceTTS-Swift.h</key>
|
|
123
138
|
<dict>
|
|
124
139
|
<key>hash</key>
|
|
125
140
|
<data>
|
|
126
|
-
|
|
141
|
+
ssF/nOIcJtNoV25O4BiGCaou9JQ=
|
|
127
142
|
</data>
|
|
128
143
|
<key>hash2</key>
|
|
129
144
|
<data>
|
|
130
|
-
|
|
145
|
+
J0aCbEdMV51oZU5PEBHqLcaug0I630IHmfE2Tzs3Jfk=
|
|
131
146
|
</data>
|
|
132
147
|
</dict>
|
|
133
148
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
134
149
|
<dict>
|
|
135
150
|
<key>hash</key>
|
|
136
151
|
<data>
|
|
137
|
-
|
|
152
|
+
F8MIF0UKeVSebEFF9bySG2FSFzM=
|
|
138
153
|
</data>
|
|
139
154
|
<key>hash2</key>
|
|
140
155
|
<data>
|
|
141
|
-
|
|
156
|
+
AqBo8mhy1RSctfMTSruj1J8vjfIJFAcsWfx1qv3Eljs=
|
|
142
157
|
</data>
|
|
143
158
|
</dict>
|
|
144
159
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
145
160
|
<dict>
|
|
146
161
|
<key>hash</key>
|
|
147
162
|
<data>
|
|
148
|
-
|
|
163
|
+
LCtrLnxF8otfJXum8IpNmX+aEbY=
|
|
149
164
|
</data>
|
|
150
165
|
<key>hash2</key>
|
|
151
166
|
<data>
|
|
152
|
-
|
|
167
|
+
aq0DqyxISdQboUj4T9omt+7XNCDPP2jU3jwHX+k8RpE=
|
|
153
168
|
</data>
|
|
154
169
|
</dict>
|
|
155
170
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -167,44 +182,44 @@
|
|
|
167
182
|
<dict>
|
|
168
183
|
<key>hash</key>
|
|
169
184
|
<data>
|
|
170
|
-
|
|
185
|
+
LCtrLnxF8otfJXum8IpNmX+aEbY=
|
|
171
186
|
</data>
|
|
172
187
|
<key>hash2</key>
|
|
173
188
|
<data>
|
|
174
|
-
|
|
189
|
+
aq0DqyxISdQboUj4T9omt+7XNCDPP2jU3jwHX+k8RpE=
|
|
175
190
|
</data>
|
|
176
191
|
</dict>
|
|
177
192
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
178
193
|
<dict>
|
|
179
194
|
<key>hash</key>
|
|
180
195
|
<data>
|
|
181
|
-
|
|
196
|
+
LdxCLmWuLM10E4UzlwjizBQpMls=
|
|
182
197
|
</data>
|
|
183
198
|
<key>hash2</key>
|
|
184
199
|
<data>
|
|
185
|
-
|
|
200
|
+
O79/UyApCROOBvfpA6GUztKOVwKZ6Mbc3XQXZ29erGo=
|
|
186
201
|
</data>
|
|
187
202
|
</dict>
|
|
188
203
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
189
204
|
<dict>
|
|
190
205
|
<key>hash</key>
|
|
191
206
|
<data>
|
|
192
|
-
|
|
207
|
+
F8MIF0UKeVSebEFF9bySG2FSFzM=
|
|
193
208
|
</data>
|
|
194
209
|
<key>hash2</key>
|
|
195
210
|
<data>
|
|
196
|
-
|
|
211
|
+
AqBo8mhy1RSctfMTSruj1J8vjfIJFAcsWfx1qv3Eljs=
|
|
197
212
|
</data>
|
|
198
213
|
</dict>
|
|
199
214
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
200
215
|
<dict>
|
|
201
216
|
<key>hash</key>
|
|
202
217
|
<data>
|
|
203
|
-
|
|
218
|
+
i4666v/hYRnv7SImcavXDYdHsDE=
|
|
204
219
|
</data>
|
|
205
220
|
<key>hash2</key>
|
|
206
221
|
<data>
|
|
207
|
-
|
|
222
|
+
FtzosyddTwqpDBy5fQ41lM61kmGY6IR4xlKO2feiEdA=
|
|
208
223
|
</data>
|
|
209
224
|
</dict>
|
|
210
225
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -222,22 +237,22 @@
|
|
|
222
237
|
<dict>
|
|
223
238
|
<key>hash</key>
|
|
224
239
|
<data>
|
|
225
|
-
|
|
240
|
+
i4666v/hYRnv7SImcavXDYdHsDE=
|
|
226
241
|
</data>
|
|
227
242
|
<key>hash2</key>
|
|
228
243
|
<data>
|
|
229
|
-
|
|
244
|
+
FtzosyddTwqpDBy5fQ41lM61kmGY6IR4xlKO2feiEdA=
|
|
230
245
|
</data>
|
|
231
246
|
</dict>
|
|
232
247
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
233
248
|
<dict>
|
|
234
249
|
<key>hash</key>
|
|
235
250
|
<data>
|
|
236
|
-
|
|
251
|
+
ZcDmlDfffd5PUPw52EOSrrwUI10=
|
|
237
252
|
</data>
|
|
238
253
|
<key>hash2</key>
|
|
239
254
|
<data>
|
|
240
|
-
|
|
255
|
+
Sk/PFg9S/9Uj66kCnI0DcWxN/l4AWKeR2PyXiuLXsfU=
|
|
241
256
|
</data>
|
|
242
257
|
</dict>
|
|
243
258
|
<key>Modules/module.modulemap</key>
|