react-native-davoice-tts 1.0.142 → 1.0.143

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 (18) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  3. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +0 -1
  4. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +16 -24
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -1
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +0 -1
  7. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/DavoiceTTS +0 -0
  8. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Headers/DavoiceTTS-Swift.h +0 -2
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +1650 -1658
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +10 -11
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +10 -11
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1650 -1658
  13. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +10 -11
  14. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +10 -11
  15. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  16. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  17. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +27 -27
  18. package/package.json +1 -1
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  Pod::Spec.new do |s|
4
4
  s.name = "TTSRNBridge"
5
- s.version = "1.0.15" # Update to your package version
5
+ s.version = "1.0.16" # Update to your package version
6
6
  s.summary = "TTS for React Native."
7
7
  s.description = <<-DESC
8
8
  A React Native module for tts .
@@ -341,7 +341,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSArray<NSStri
341
341
  - (void)cancelSpeech:(void (^ _Nullable)(BOOL))completion;
342
342
  - (void)destroySpeech:(void (^ _Nullable)(BOOL))completion;
343
343
  - (void)teardown;
344
- - (void)teardown2;
345
344
  - (void)speechRecognizer:(SFSpeechRecognizer * _Nonnull)speechRecognizer availabilityDidChange:(BOOL)available;
346
345
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
347
346
  @end
@@ -698,28 +698,6 @@
698
698
  ],
699
699
  "funcSelfKind": "NonMutating"
700
700
  },
701
- {
702
- "kind": "Function",
703
- "name": "teardown2",
704
- "printedName": "teardown2()",
705
- "children": [
706
- {
707
- "kind": "TypeNominal",
708
- "name": "Void",
709
- "printedName": "()"
710
- }
711
- ],
712
- "declKind": "Func",
713
- "usr": "c:@M@DavoiceTTS@objc(cs)STT(im)teardown2",
714
- "mangledName": "$s10DavoiceTTS3STTC9teardown2yyF",
715
- "moduleName": "DavoiceTTS",
716
- "declAttributes": [
717
- "Final",
718
- "AccessControl",
719
- "ObjC"
720
- ],
721
- "funcSelfKind": "NonMutating"
722
- },
723
701
  {
724
702
  "kind": "Function",
725
703
  "name": "speechRecognizer",
@@ -3115,17 +3093,31 @@
3115
3093
  "length": 203,
3116
3094
  "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
3117
3095
  },
3096
+ {
3097
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3098
+ "kind": "IntegerLiteral",
3099
+ "offset": 3057,
3100
+ "length": 1,
3101
+ "value": "0"
3102
+ },
3103
+ {
3104
+ "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3105
+ "kind": "IntegerLiteral",
3106
+ "offset": 3226,
3107
+ "length": 1,
3108
+ "value": "0"
3109
+ },
3118
3110
  {
3119
3111
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3120
3112
  "kind": "BooleanLiteral",
3121
- "offset": 9512,
3113
+ "offset": 10130,
3122
3114
  "length": 4,
3123
3115
  "value": "true"
3124
3116
  },
3125
3117
  {
3126
3118
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3127
3119
  "kind": "FloatLiteral",
3128
- "offset": 32490,
3120
+ "offset": 31918,
3129
3121
  "length": 3,
3130
3122
  "value": "0.7"
3131
3123
  },
@@ -28,7 +28,6 @@ import phonemes
28
28
  @objc final public func cancelSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
29
29
  @objc final public func destroySpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
30
30
  @objc final public func teardown()
31
- @objc final public func teardown2()
32
31
  @objc final public func speechRecognizer(_ speechRecognizer: Speech.SFSpeechRecognizer, availabilityDidChange available: Swift.Bool)
33
32
  @objc override dynamic public init()
34
33
  @objc deinit
@@ -28,7 +28,6 @@ import phonemes
28
28
  @objc final public func cancelSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
29
29
  @objc final public func destroySpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
30
30
  @objc final public func teardown()
31
- @objc final public func teardown2()
32
31
  @objc final public func speechRecognizer(_ speechRecognizer: Speech.SFSpeechRecognizer, availabilityDidChange available: Swift.Bool)
33
32
  @objc override dynamic public init()
34
33
  @objc deinit
@@ -341,7 +341,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSArray<NSStri
341
341
  - (void)cancelSpeech:(void (^ _Nullable)(BOOL))completion;
342
342
  - (void)destroySpeech:(void (^ _Nullable)(BOOL))completion;
343
343
  - (void)teardown;
344
- - (void)teardown2;
345
344
  - (void)speechRecognizer:(SFSpeechRecognizer * _Nonnull)speechRecognizer availabilityDidChange:(BOOL)available;
346
345
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
347
346
  @end
@@ -710,7 +709,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSArray<NSStri
710
709
  - (void)cancelSpeech:(void (^ _Nullable)(BOOL))completion;
711
710
  - (void)destroySpeech:(void (^ _Nullable)(BOOL))completion;
712
711
  - (void)teardown;
713
- - (void)teardown2;
714
712
  - (void)speechRecognizer:(SFSpeechRecognizer * _Nonnull)speechRecognizer availabilityDidChange:(BOOL)available;
715
713
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
716
714
  @end