react-native-davoice-tts 1.0.208 → 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 +2005 -2006
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +20 -20
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +20 -20
- 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 -97
- 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 -97
- 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
|
Binary file
|
|
@@ -334,10 +334,10 @@ SWIFT_CLASS("_TtC10DavoiceTTS3STT")
|
|
|
334
334
|
@property (nonatomic) BOOL continuous;
|
|
335
335
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSArray<NSString *> * _Nonnull supportedEvents;)
|
|
336
336
|
+ (NSArray<NSString *> * _Nonnull)supportedEvents SWIFT_WARN_UNUSED_RESULT;
|
|
337
|
+
- (void)unPauseMicrophone;
|
|
338
|
+
- (void)pauseMicrophone;
|
|
337
339
|
- (void)isSpeechAvailable:(void (^ _Nonnull)(BOOL))completion;
|
|
338
340
|
- (BOOL)isRecognizing SWIFT_WARN_UNUSED_RESULT;
|
|
339
|
-
- (void)pauseMicrophone;
|
|
340
|
-
- (void)unPauseMicrophone;
|
|
341
341
|
- (void)startSpeechWithLocaleStr:(NSString * _Nullable)localeStr;
|
|
342
342
|
- (void)stopSpeech:(void (^ _Nullable)(BOOL))completion;
|
|
343
343
|
- (void)cancelSpeech:(void (^ _Nullable)(BOOL))completion;
|
|
@@ -704,10 +704,10 @@ SWIFT_CLASS("_TtC10DavoiceTTS3STT")
|
|
|
704
704
|
@property (nonatomic) BOOL continuous;
|
|
705
705
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSArray<NSString *> * _Nonnull supportedEvents;)
|
|
706
706
|
+ (NSArray<NSString *> * _Nonnull)supportedEvents SWIFT_WARN_UNUSED_RESULT;
|
|
707
|
+
- (void)unPauseMicrophone;
|
|
708
|
+
- (void)pauseMicrophone;
|
|
707
709
|
- (void)isSpeechAvailable:(void (^ _Nonnull)(BOOL))completion;
|
|
708
710
|
- (BOOL)isRecognizing SWIFT_WARN_UNUSED_RESULT;
|
|
709
|
-
- (void)pauseMicrophone;
|
|
710
|
-
- (void)unPauseMicrophone;
|
|
711
711
|
- (void)startSpeechWithLocaleStr:(NSString * _Nullable)localeStr;
|
|
712
712
|
- (void)stopSpeech:(void (^ _Nullable)(BOOL))completion;
|
|
713
713
|
- (void)cancelSpeech:(void (^ _Nullable)(BOOL))completion;
|
|
@@ -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,238 +2962,238 @@
|
|
|
2963
2962
|
{
|
|
2964
2963
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2965
2964
|
"kind": "BooleanLiteral",
|
|
2966
|
-
"offset":
|
|
2965
|
+
"offset": 1059,
|
|
2966
|
+
"length": 5,
|
|
2967
|
+
"value": "false"
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2971
|
+
"kind": "IntegerLiteral",
|
|
2972
|
+
"offset": 1113,
|
|
2973
|
+
"length": 1,
|
|
2974
|
+
"value": "0"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2978
|
+
"kind": "FloatLiteral",
|
|
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,
|
|
2967
2987
|
"length": 5,
|
|
2968
2988
|
"value": "false"
|
|
2969
2989
|
},
|
|
2970
2990
|
{
|
|
2971
2991
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2972
2992
|
"kind": "IntegerLiteral",
|
|
2973
|
-
"offset":
|
|
2993
|
+
"offset": 1359,
|
|
2974
2994
|
"length": 1,
|
|
2975
2995
|
"value": "0"
|
|
2976
2996
|
},
|
|
2977
2997
|
{
|
|
2978
2998
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
2979
2999
|
"kind": "FloatLiteral",
|
|
2980
|
-
"offset":
|
|
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":
|
|
3100
|
-
"length": 5,
|
|
3101
|
-
"value": "false"
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3105
|
-
"kind": "BooleanLiteral",
|
|
3106
|
-
"offset": 2739,
|
|
3112
|
+
"offset": 2752,
|
|
3107
3113
|
"length": 5,
|
|
3108
3114
|
"value": "false"
|
|
3109
3115
|
},
|
|
3110
3116
|
{
|
|
3111
3117
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3112
3118
|
"kind": "IntegerLiteral",
|
|
3113
|
-
"offset":
|
|
3119
|
+
"offset": 2830,
|
|
3114
3120
|
"length": 1,
|
|
3115
3121
|
"value": "0"
|
|
3116
3122
|
},
|
|
3117
3123
|
{
|
|
3118
3124
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3119
3125
|
"kind": "FloatLiteral",
|
|
3120
|
-
"offset":
|
|
3126
|
+
"offset": 2924,
|
|
3121
3127
|
"length": 3,
|
|
3122
3128
|
"value": "0.3"
|
|
3123
3129
|
},
|
|
3124
3130
|
{
|
|
3125
3131
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3126
3132
|
"kind": "IntegerLiteral",
|
|
3127
|
-
"offset":
|
|
3133
|
+
"offset": 3005,
|
|
3128
3134
|
"length": 1,
|
|
3129
3135
|
"value": "0"
|
|
3130
3136
|
},
|
|
3131
3137
|
{
|
|
3132
3138
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3133
3139
|
"kind": "BooleanLiteral",
|
|
3134
|
-
"offset":
|
|
3140
|
+
"offset": 3066,
|
|
3135
3141
|
"length": 5,
|
|
3136
3142
|
"value": "false"
|
|
3137
3143
|
},
|
|
3138
3144
|
{
|
|
3139
3145
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3140
3146
|
"kind": "Array",
|
|
3141
|
-
"offset":
|
|
3147
|
+
"offset": 3130,
|
|
3142
3148
|
"length": 2,
|
|
3143
3149
|
"value": "[]"
|
|
3144
3150
|
},
|
|
3145
3151
|
{
|
|
3146
3152
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3147
3153
|
"kind": "StringLiteral",
|
|
3148
|
-
"offset":
|
|
3154
|
+
"offset": 3182,
|
|
3149
3155
|
"length": 16,
|
|
3150
3156
|
"value": "\"stt.tts.serial\""
|
|
3151
3157
|
},
|
|
3152
3158
|
{
|
|
3153
3159
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3154
3160
|
"kind": "BooleanLiteral",
|
|
3155
|
-
"offset":
|
|
3156
|
-
"length": 5,
|
|
3157
|
-
"value": "false"
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3161
|
-
"kind": "BooleanLiteral",
|
|
3162
|
-
"offset": 3371,
|
|
3161
|
+
"offset": 3271,
|
|
3163
3162
|
"length": 5,
|
|
3164
3163
|
"value": "false"
|
|
3165
3164
|
},
|
|
3166
3165
|
{
|
|
3167
3166
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3168
3167
|
"kind": "Array",
|
|
3169
|
-
"offset":
|
|
3168
|
+
"offset": 3367,
|
|
3170
3169
|
"length": 203,
|
|
3171
3170
|
"value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
|
|
3172
3171
|
},
|
|
3173
3172
|
{
|
|
3174
3173
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3175
3174
|
"kind": "IntegerLiteral",
|
|
3176
|
-
"offset":
|
|
3175
|
+
"offset": 3809,
|
|
3177
3176
|
"length": 1,
|
|
3178
3177
|
"value": "0"
|
|
3179
3178
|
},
|
|
3180
3179
|
{
|
|
3181
3180
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3182
3181
|
"kind": "IntegerLiteral",
|
|
3183
|
-
"offset":
|
|
3182
|
+
"offset": 4000,
|
|
3184
3183
|
"length": 1,
|
|
3185
3184
|
"value": "0"
|
|
3186
3185
|
},
|
|
3187
3186
|
{
|
|
3188
3187
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3189
3188
|
"kind": "BooleanLiteral",
|
|
3190
|
-
"offset":
|
|
3189
|
+
"offset": 11391,
|
|
3191
3190
|
"length": 4,
|
|
3192
3191
|
"value": "true"
|
|
3193
3192
|
},
|
|
3194
3193
|
{
|
|
3195
3194
|
"filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
|
|
3196
3195
|
"kind": "FloatLiteral",
|
|
3197
|
-
"offset":
|
|
3196
|
+
"offset": 34428,
|
|
3198
3197
|
"length": 3,
|
|
3199
3198
|
"value": "0.7"
|
|
3200
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)
|