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.
Files changed (22) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/ios/SpeechBridge/SpeechBridge.m +6 -4
  3. package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
  4. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DaVoiceSTT.swift__ +1329 -0
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +2 -2
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1356 -1350
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +12 -12
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +12 -12
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DaVoiceSTT.swift__ +1329 -0
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +4 -4
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +96 -90
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -2
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -2
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +96 -90
  17. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -2
  18. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -2
  19. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  20. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  21. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +42 -27
  22. package/package.json +1 -1
@@ -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": "isSpeechAvailable",
435
- "printedName": "isSpeechAvailable(_:)",
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)isSpeechAvailable:",
463
- "mangledName": "$s10DavoiceTTS3STTC17isSpeechAvailableyyySbcF",
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": "isRecognizing",
476
- "printedName": "isRecognizing()",
456
+ "name": "pauseMicrophone",
457
+ "printedName": "pauseMicrophone()",
477
458
  "children": [
478
459
  {
479
460
  "kind": "TypeNominal",
480
- "name": "Bool",
481
- "printedName": "Swift.Bool",
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)isRecognizing",
487
- "mangledName": "$s10DavoiceTTS3STTC13isRecognizingSbyF",
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": "pauseMicrophone",
499
- "printedName": "pauseMicrophone()",
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)pauseMicrophone",
509
- "mangledName": "$s10DavoiceTTS3STTC15pauseMicrophoneyyF",
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
- "ObjC",
515
- "RawDocComment"
512
+ "RawDocComment",
513
+ "ObjC"
516
514
  ],
517
515
  "funcSelfKind": "NonMutating"
518
516
  },
519
517
  {
520
518
  "kind": "Function",
521
- "name": "unPauseMicrophone",
522
- "printedName": "unPauseMicrophone()",
519
+ "name": "isRecognizing",
520
+ "printedName": "isRecognizing()",
523
521
  "children": [
524
522
  {
525
523
  "kind": "TypeNominal",
526
- "name": "Void",
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)unPauseMicrophone",
532
- "mangledName": "$s10DavoiceTTS3STTC17unPauseMicrophoneyyF",
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": 1089,
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": 1194,
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": 1280,
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": 1416,
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": 1468,
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": 1547,
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": 1622,
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": 1717,
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": 1797,
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": 1848,
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": 1949,
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": 1999,
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": 2029,
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": 2075,
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": "BooleanLiteral",
3064
- "offset": 2103,
3065
- "length": 5,
3066
- "value": "false"
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": 2269,
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": 2320,
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": 2363,
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": 2699,
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": 2777,
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": 2871,
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": 2952,
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": 3013,
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": 3077,
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": 3129,
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": 3218,
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": 3993,
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": 4233,
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": 4424,
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": 12611,
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": 36281,
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)