react-native-davoice-tts 1.0.207 → 1.0.209

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 (13) hide show
  1. package/TTSRNBridge.podspec +1 -1
  2. package/ios/TTSRNBridge/DavoiceTTS.xcframework/Info.plist +5 -5
  3. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/DavoiceTTS +0 -0
  4. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +1226 -1219
  5. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +10 -10
  6. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +10 -10
  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/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +31 -24
  9. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +31 -24
  10. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeDirectory +0 -0
  11. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeRequirements-1 +0 -0
  12. package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/_CodeSignature/CodeResources +12 -12
  13. package/package.json +1 -1
@@ -34,16 +34,6 @@ import phonemes
34
34
  @objc override dynamic public init()
35
35
  @objc deinit
36
36
  }
37
- public typealias EngineSchedule = (_ url: Foundation.URL, _ onDone: @escaping () -> Swift.Void) -> Swift.Bool
38
- public typealias IsEngineReady = () -> Swift.Bool
39
- public typealias useOnlyEnginePlayback = () -> Swift.Bool
40
- public typealias StopEnginePlayback = () -> Swift.Void
41
- public enum AudioPlaybackHook {
42
- public static var engineScheduleFile: DavoiceTTS.EngineSchedule?
43
- public static var isEngineReady: DavoiceTTS.IsEngineReady?
44
- public static var useOnlyEnginePlayback: DavoiceTTS.useOnlyEnginePlayback?
45
- public static var stopEnginePlayback: DavoiceTTS.StopEnginePlayback?
46
- }
47
37
  @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class SwiftSoundQueue : ObjectiveC.NSObject, AVFAudio.AVAudioPlayerDelegate {
48
38
  @objc deinit
49
39
  public static let shared: DavoiceTTS.SwiftSoundQueue
@@ -72,3 +62,13 @@ public enum AudioPlaybackHook {
72
62
  final public func synthesize(_ text: Swift.String, speakerId: Swift.Int32 = 0, token: Foundation.UUID, terminal: Swift.Character? = nil) throws -> (AVFAudio.AVAudioPCMBuffer, Swift.Int)
73
63
  @objc final public func synthesize_top(_ text: Swift.String, speakerId: Swift.Int32 = 0, token: Foundation.UUID) throws -> AVFAudio.AVAudioPCMBuffer
74
64
  }
65
+ public typealias EngineSchedule = (_ url: Foundation.URL, _ onDone: @escaping () -> Swift.Void) -> Swift.Bool
66
+ public typealias IsEngineReady = () -> Swift.Bool
67
+ public typealias useOnlyEnginePlayback = () -> Swift.Bool
68
+ public typealias StopEnginePlayback = () -> Swift.Void
69
+ public enum AudioPlaybackHook {
70
+ public static var engineScheduleFile: DavoiceTTS.EngineSchedule?
71
+ public static var isEngineReady: DavoiceTTS.IsEngineReady?
72
+ public static var useOnlyEnginePlayback: DavoiceTTS.useOnlyEnginePlayback?
73
+ public static var stopEnginePlayback: DavoiceTTS.StopEnginePlayback?
74
+ }
@@ -34,16 +34,6 @@ import phonemes
34
34
  @objc override dynamic public init()
35
35
  @objc deinit
36
36
  }
37
- public typealias EngineSchedule = (_ url: Foundation.URL, _ onDone: @escaping () -> Swift.Void) -> Swift.Bool
38
- public typealias IsEngineReady = () -> Swift.Bool
39
- public typealias useOnlyEnginePlayback = () -> Swift.Bool
40
- public typealias StopEnginePlayback = () -> Swift.Void
41
- public enum AudioPlaybackHook {
42
- public static var engineScheduleFile: DavoiceTTS.EngineSchedule?
43
- public static var isEngineReady: DavoiceTTS.IsEngineReady?
44
- public static var useOnlyEnginePlayback: DavoiceTTS.useOnlyEnginePlayback?
45
- public static var stopEnginePlayback: DavoiceTTS.StopEnginePlayback?
46
- }
47
37
  @objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class SwiftSoundQueue : ObjectiveC.NSObject, AVFAudio.AVAudioPlayerDelegate {
48
38
  @objc deinit
49
39
  public static let shared: DavoiceTTS.SwiftSoundQueue
@@ -72,3 +62,13 @@ public enum AudioPlaybackHook {
72
62
  final public func synthesize(_ text: Swift.String, speakerId: Swift.Int32 = 0, token: Foundation.UUID, terminal: Swift.Character? = nil) throws -> (AVFAudio.AVAudioPCMBuffer, Swift.Int)
73
63
  @objc final public func synthesize_top(_ text: Swift.String, speakerId: Swift.Int32 = 0, token: Foundation.UUID) throws -> AVFAudio.AVAudioPCMBuffer
74
64
  }
65
+ public typealias EngineSchedule = (_ url: Foundation.URL, _ onDone: @escaping () -> Swift.Void) -> Swift.Bool
66
+ public typealias IsEngineReady = () -> Swift.Bool
67
+ public typealias useOnlyEnginePlayback = () -> Swift.Bool
68
+ public typealias StopEnginePlayback = () -> Swift.Void
69
+ public enum AudioPlaybackHook {
70
+ public static var engineScheduleFile: DavoiceTTS.EngineSchedule?
71
+ public static var isEngineReady: DavoiceTTS.IsEngineReady?
72
+ public static var useOnlyEnginePlayback: DavoiceTTS.useOnlyEnginePlayback?
73
+ public static var stopEnginePlayback: DavoiceTTS.StopEnginePlayback?
74
+ }
@@ -3058,129 +3058,136 @@
3058
3058
  "length": 1,
3059
3059
  "value": "0"
3060
3060
  },
3061
+ {
3062
+ "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"
3074
+ },
3061
3075
  {
3062
3076
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3063
3077
  "kind": "IntegerLiteral",
3064
- "offset": 2146,
3078
+ "offset": 2269,
3065
3079
  "length": 1,
3066
3080
  "value": "0"
3067
3081
  },
3068
3082
  {
3069
3083
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3070
3084
  "kind": "IntegerLiteral",
3071
- "offset": 2197,
3085
+ "offset": 2320,
3072
3086
  "length": 1,
3073
3087
  "value": "0"
3074
3088
  },
3075
3089
  {
3076
3090
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3077
3091
  "kind": "StringLiteral",
3078
- "offset": 2240,
3092
+ "offset": 2363,
3079
3093
  "length": 6,
3080
3094
  "value": "\"cold\""
3081
3095
  },
3082
3096
  {
3083
3097
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3084
3098
  "kind": "BooleanLiteral",
3085
- "offset": 2312,
3086
- "length": 5,
3087
- "value": "false"
3088
- },
3089
- {
3090
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3091
- "kind": "BooleanLiteral",
3092
- "offset": 2616,
3099
+ "offset": 2699,
3093
3100
  "length": 5,
3094
3101
  "value": "false"
3095
3102
  },
3096
3103
  {
3097
3104
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3098
3105
  "kind": "IntegerLiteral",
3099
- "offset": 2694,
3106
+ "offset": 2777,
3100
3107
  "length": 1,
3101
3108
  "value": "0"
3102
3109
  },
3103
3110
  {
3104
3111
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3105
3112
  "kind": "FloatLiteral",
3106
- "offset": 2788,
3113
+ "offset": 2871,
3107
3114
  "length": 3,
3108
3115
  "value": "0.3"
3109
3116
  },
3110
3117
  {
3111
3118
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3112
3119
  "kind": "IntegerLiteral",
3113
- "offset": 2869,
3120
+ "offset": 2952,
3114
3121
  "length": 1,
3115
3122
  "value": "0"
3116
3123
  },
3117
3124
  {
3118
3125
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3119
3126
  "kind": "BooleanLiteral",
3120
- "offset": 2930,
3127
+ "offset": 3013,
3121
3128
  "length": 5,
3122
3129
  "value": "false"
3123
3130
  },
3124
3131
  {
3125
3132
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3126
3133
  "kind": "Array",
3127
- "offset": 2994,
3134
+ "offset": 3077,
3128
3135
  "length": 2,
3129
3136
  "value": "[]"
3130
3137
  },
3131
3138
  {
3132
3139
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3133
3140
  "kind": "StringLiteral",
3134
- "offset": 3046,
3141
+ "offset": 3129,
3135
3142
  "length": 16,
3136
3143
  "value": "\"stt.tts.serial\""
3137
3144
  },
3138
3145
  {
3139
3146
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3140
3147
  "kind": "BooleanLiteral",
3141
- "offset": 3135,
3148
+ "offset": 3218,
3142
3149
  "length": 5,
3143
3150
  "value": "false"
3144
3151
  },
3145
3152
  {
3146
3153
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3147
3154
  "kind": "BooleanLiteral",
3148
- "offset": 3248,
3155
+ "offset": 3331,
3149
3156
  "length": 5,
3150
3157
  "value": "false"
3151
3158
  },
3152
3159
  {
3153
3160
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3154
3161
  "kind": "Array",
3155
- "offset": 3910,
3162
+ "offset": 3993,
3156
3163
  "length": 203,
3157
3164
  "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
3158
3165
  },
3159
3166
  {
3160
3167
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3161
3168
  "kind": "IntegerLiteral",
3162
- "offset": 4150,
3169
+ "offset": 4233,
3163
3170
  "length": 1,
3164
3171
  "value": "0"
3165
3172
  },
3166
3173
  {
3167
3174
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3168
3175
  "kind": "IntegerLiteral",
3169
- "offset": 4341,
3176
+ "offset": 4424,
3170
3177
  "length": 1,
3171
3178
  "value": "0"
3172
3179
  },
3173
3180
  {
3174
3181
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3175
3182
  "kind": "BooleanLiteral",
3176
- "offset": 12625,
3183
+ "offset": 12611,
3177
3184
  "length": 4,
3178
3185
  "value": "true"
3179
3186
  },
3180
3187
  {
3181
3188
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3182
3189
  "kind": "FloatLiteral",
3183
- "offset": 35724,
3190
+ "offset": 36281,
3184
3191
  "length": 3,
3185
3192
  "value": "0.7"
3186
3193
  },
@@ -3058,129 +3058,136 @@
3058
3058
  "length": 1,
3059
3059
  "value": "0"
3060
3060
  },
3061
+ {
3062
+ "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"
3074
+ },
3061
3075
  {
3062
3076
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3063
3077
  "kind": "IntegerLiteral",
3064
- "offset": 2146,
3078
+ "offset": 2269,
3065
3079
  "length": 1,
3066
3080
  "value": "0"
3067
3081
  },
3068
3082
  {
3069
3083
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3070
3084
  "kind": "IntegerLiteral",
3071
- "offset": 2197,
3085
+ "offset": 2320,
3072
3086
  "length": 1,
3073
3087
  "value": "0"
3074
3088
  },
3075
3089
  {
3076
3090
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3077
3091
  "kind": "StringLiteral",
3078
- "offset": 2240,
3092
+ "offset": 2363,
3079
3093
  "length": 6,
3080
3094
  "value": "\"cold\""
3081
3095
  },
3082
3096
  {
3083
3097
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3084
3098
  "kind": "BooleanLiteral",
3085
- "offset": 2312,
3086
- "length": 5,
3087
- "value": "false"
3088
- },
3089
- {
3090
- "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3091
- "kind": "BooleanLiteral",
3092
- "offset": 2616,
3099
+ "offset": 2699,
3093
3100
  "length": 5,
3094
3101
  "value": "false"
3095
3102
  },
3096
3103
  {
3097
3104
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3098
3105
  "kind": "IntegerLiteral",
3099
- "offset": 2694,
3106
+ "offset": 2777,
3100
3107
  "length": 1,
3101
3108
  "value": "0"
3102
3109
  },
3103
3110
  {
3104
3111
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3105
3112
  "kind": "FloatLiteral",
3106
- "offset": 2788,
3113
+ "offset": 2871,
3107
3114
  "length": 3,
3108
3115
  "value": "0.3"
3109
3116
  },
3110
3117
  {
3111
3118
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3112
3119
  "kind": "IntegerLiteral",
3113
- "offset": 2869,
3120
+ "offset": 2952,
3114
3121
  "length": 1,
3115
3122
  "value": "0"
3116
3123
  },
3117
3124
  {
3118
3125
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3119
3126
  "kind": "BooleanLiteral",
3120
- "offset": 2930,
3127
+ "offset": 3013,
3121
3128
  "length": 5,
3122
3129
  "value": "false"
3123
3130
  },
3124
3131
  {
3125
3132
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3126
3133
  "kind": "Array",
3127
- "offset": 2994,
3134
+ "offset": 3077,
3128
3135
  "length": 2,
3129
3136
  "value": "[]"
3130
3137
  },
3131
3138
  {
3132
3139
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3133
3140
  "kind": "StringLiteral",
3134
- "offset": 3046,
3141
+ "offset": 3129,
3135
3142
  "length": 16,
3136
3143
  "value": "\"stt.tts.serial\""
3137
3144
  },
3138
3145
  {
3139
3146
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3140
3147
  "kind": "BooleanLiteral",
3141
- "offset": 3135,
3148
+ "offset": 3218,
3142
3149
  "length": 5,
3143
3150
  "value": "false"
3144
3151
  },
3145
3152
  {
3146
3153
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3147
3154
  "kind": "BooleanLiteral",
3148
- "offset": 3248,
3155
+ "offset": 3331,
3149
3156
  "length": 5,
3150
3157
  "value": "false"
3151
3158
  },
3152
3159
  {
3153
3160
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3154
3161
  "kind": "Array",
3155
- "offset": 3910,
3162
+ "offset": 3993,
3156
3163
  "length": 203,
3157
3164
  "value": "[\"onSpeechResults\", \"onSpeechStart\", \"onSpeechPartialResults\", \"onSpeechError\", \"onSpeechEnd\", \"onSpeechRecognized\", \"onSpeechVolumeChanged\"]"
3158
3165
  },
3159
3166
  {
3160
3167
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3161
3168
  "kind": "IntegerLiteral",
3162
- "offset": 4150,
3169
+ "offset": 4233,
3163
3170
  "length": 1,
3164
3171
  "value": "0"
3165
3172
  },
3166
3173
  {
3167
3174
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3168
3175
  "kind": "IntegerLiteral",
3169
- "offset": 4341,
3176
+ "offset": 4424,
3170
3177
  "length": 1,
3171
3178
  "value": "0"
3172
3179
  },
3173
3180
  {
3174
3181
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3175
3182
  "kind": "BooleanLiteral",
3176
- "offset": 12625,
3183
+ "offset": 12611,
3177
3184
  "length": 4,
3178
3185
  "value": "true"
3179
3186
  },
3180
3187
  {
3181
3188
  "filePath": "\/Volumes\/T9\/projects\/DavoiceTTSPrivate\/Sources\/DaVoiceSTT.swift",
3182
3189
  "kind": "FloatLiteral",
3183
- "offset": 35724,
3190
+ "offset": 36281,
3184
3191
  "length": 3,
3185
3192
  "value": "0.7"
3186
3193
  },
@@ -30,7 +30,7 @@
30
30
  </data>
31
31
  <key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
32
32
  <data>
33
- RxGe3nw0CSG/MEJ1QkDRrbX2VLs=
33
+ EaZHFVHaKALt5uhsT22SZoql+NE=
34
34
  </data>
35
35
  <key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
36
36
  <data>
@@ -46,11 +46,11 @@
46
46
  </data>
47
47
  <key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
48
48
  <data>
49
- B9DV5v+bW55X9rn0D8zWuaNUv4c=
49
+ 1LOFpnfavFQC8FVpr5+0axP8Gno=
50
50
  </data>
51
51
  <key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
52
52
  <data>
53
- RxGe3nw0CSG/MEJ1QkDRrbX2VLs=
53
+ EaZHFVHaKALt5uhsT22SZoql+NE=
54
54
  </data>
55
55
  <key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
56
56
  <data>
@@ -66,7 +66,7 @@
66
66
  </data>
67
67
  <key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
68
68
  <data>
69
- 9747uCvb8EH0OAB4zV3evhlnDSc=
69
+ KMJsY1omLdyfF17Op6av0jcOuyA=
70
70
  </data>
71
71
  <key>Modules/module.modulemap</key>
72
72
  <data>
@@ -134,11 +134,11 @@
134
134
  <dict>
135
135
  <key>hash</key>
136
136
  <data>
137
- RxGe3nw0CSG/MEJ1QkDRrbX2VLs=
137
+ EaZHFVHaKALt5uhsT22SZoql+NE=
138
138
  </data>
139
139
  <key>hash2</key>
140
140
  <data>
141
- ALuN616Vo8ALn+L9/H2eWPSh5MLr8lxbhsdCVDANsw4=
141
+ XJOxXjsT2TPmyu9LF/9yG9s5WsXmIWG7mevKa+r9PRQ=
142
142
  </data>
143
143
  </dict>
144
144
  <key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
@@ -178,22 +178,22 @@
178
178
  <dict>
179
179
  <key>hash</key>
180
180
  <data>
181
- B9DV5v+bW55X9rn0D8zWuaNUv4c=
181
+ 1LOFpnfavFQC8FVpr5+0axP8Gno=
182
182
  </data>
183
183
  <key>hash2</key>
184
184
  <data>
185
- P51HXU67rzWyS5XbKeIW5mMm9JGsoF474PFGHWIEiLw=
185
+ tgm9+KJIuFopF1um5lNArcBfTSHrliOPTClVgizF8pE=
186
186
  </data>
187
187
  </dict>
188
188
  <key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
189
189
  <dict>
190
190
  <key>hash</key>
191
191
  <data>
192
- RxGe3nw0CSG/MEJ1QkDRrbX2VLs=
192
+ EaZHFVHaKALt5uhsT22SZoql+NE=
193
193
  </data>
194
194
  <key>hash2</key>
195
195
  <data>
196
- ALuN616Vo8ALn+L9/H2eWPSh5MLr8lxbhsdCVDANsw4=
196
+ XJOxXjsT2TPmyu9LF/9yG9s5WsXmIWG7mevKa+r9PRQ=
197
197
  </data>
198
198
  </dict>
199
199
  <key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
@@ -233,11 +233,11 @@
233
233
  <dict>
234
234
  <key>hash</key>
235
235
  <data>
236
- 9747uCvb8EH0OAB4zV3evhlnDSc=
236
+ KMJsY1omLdyfF17Op6av0jcOuyA=
237
237
  </data>
238
238
  <key>hash2</key>
239
239
  <data>
240
- DMvjXfk+8rBBxoy0RtABzMOs47Z1wVPYZlE/hJmvZ3s=
240
+ CKyNPWLEVY5u+DNb0qI8avF3pVMknd/1lxuOdeaJ8RA=
241
241
  </data>
242
242
  </dict>
243
243
  <key>Modules/module.modulemap</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-davoice-tts",
3
- "version": "1.0.207",
3
+ "version": "1.0.209",
4
4
  "description": "tts library for React Native",
5
5
  "main": "tts/index.js",
6
6
  "types": "tts/index.d.ts",