react-native-davoice-tts 1.0.356 → 1.0.357
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/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar +0 -0
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.md5 +1 -1
- package/android/libs/com/davoice/tts/1.0.0/tts-1.0.0.aar.sha1 +1 -1
- 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 +1 -1
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Info.plist +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.abi.json +2673 -2645
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.private.swiftinterface +52 -20
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios.swiftinterface +52 -20
- 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 +2 -2
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Info.plist +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json +8777 -8749
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +78 -46
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +78 -46
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json +8777 -8749
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +78 -46
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/TTSRNBridge/DavoiceTTS.xcframework/ios-arm64_x86_64-simulator/DavoiceTTS.framework/Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +78 -46
- 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 +34 -34
- package/ios/TTSRNBridge/libphonemes.xcframework/Info.plist +5 -5
- package/ios/TTSRNBridge/libucd.xcframework/Info.plist +5 -5
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
|
3
3
|
// swift-module-flags: -target x86_64-apple-ios13.5-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name DavoiceTTS
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
|
5
5
|
import AVFAudio
|
|
6
6
|
import AVFoundation
|
|
7
7
|
import Accelerate
|
|
@@ -30,6 +30,65 @@ public enum AudioPlaybackHook {
|
|
|
30
30
|
public static var currentEngine: DavoiceTTS.CurrentEngineProvider?
|
|
31
31
|
public static var isMicPaused: (() -> Swift.Bool)?
|
|
32
32
|
}
|
|
33
|
+
@objc public protocol STTDelegate {
|
|
34
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
35
|
+
@objc func stt(_ stt: DavoiceTTS.STT, didEmitEvent name: Swift.String, body: [Swift.String : Any]?)
|
|
36
|
+
#endif
|
|
37
|
+
}
|
|
38
|
+
@objc @_inheritsConvenienceInitializers @objcMembers final public class STT : ObjectiveC.NSObject, Speech.SFSpeechRecognizerDelegate {
|
|
39
|
+
@objc weak final public var delegate: (any DavoiceTTS.STTDelegate)?
|
|
40
|
+
@objc final public var continuous: Swift.Bool
|
|
41
|
+
@objc final public var aecEnabled: Swift.Bool
|
|
42
|
+
@objc final public var force16kMicSampleRate: Swift.Bool
|
|
43
|
+
@objc final public var useLegacySpeakerGateBehavior: Swift.Bool
|
|
44
|
+
@objc final public var useSpeakerGateHangover: Swift.Bool
|
|
45
|
+
@objc final public var speakerGateHangoverSeconds: Swift.Double
|
|
46
|
+
@objc final public var useShortSpeakerVerificationTailWindow: Swift.Bool
|
|
47
|
+
@objc final public var shortSpeakerVerificationTailSeconds: Swift.Float
|
|
48
|
+
@objc final public var speakerPreRollFlushMaxSeconds: Swift.Double
|
|
49
|
+
@objc override dynamic public init()
|
|
50
|
+
@objc deinit
|
|
51
|
+
@objc public static let supportedEvents: [Swift.String]
|
|
52
|
+
@objc final public func setLicense(licenseKey: Swift.String) -> Swift.Bool
|
|
53
|
+
@objc final public func pauseSpeechRecognitionLite()
|
|
54
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
55
|
+
@objc final public func pauseSpeechRecognitionLiteAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
56
|
+
#endif
|
|
57
|
+
@objc final public func unPauseSpeechRecognitionLite(_ times: Foundation.NSNumber)
|
|
58
|
+
@objc(unPauseSpeechRecognitionLite:preFetch:) final public func unPauseSpeechRecognitionLite(_ times: Foundation.NSNumber, preFetch: Foundation.NSNumber)
|
|
59
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
60
|
+
@objc final public func unPauseSpeechRecognitionLiteAndWait(_ times: Foundation.NSNumber, preFetch: Foundation.NSNumber, timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
61
|
+
#endif
|
|
62
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
63
|
+
@objc final public func pauseMicrophoneAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
64
|
+
#endif
|
|
65
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
66
|
+
@objc final public func unPauseMicrophoneAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
67
|
+
#endif
|
|
68
|
+
@objc final public func pauseMicrophone()
|
|
69
|
+
@objc final public func unPauseMicrophone()
|
|
70
|
+
@objc final public func setAECEnabled(_ enabled: Swift.Bool)
|
|
71
|
+
@objc final public func isAECEnabled() -> Swift.Bool
|
|
72
|
+
@objc final public func isSpeechAvailable(_ completion: @escaping (Swift.Bool) -> Swift.Void)
|
|
73
|
+
@objc final public func isRecognizing() -> Swift.Bool
|
|
74
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
75
|
+
@objc final public func startSpeech(localeStr: Swift.String?)
|
|
76
|
+
#endif
|
|
77
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
78
|
+
@objc final public func startSpeech(localeStr: Swift.String?, onboardingJsonPath: Swift.String)
|
|
79
|
+
#endif
|
|
80
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
81
|
+
@objc final public func stopSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
82
|
+
#endif
|
|
83
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
84
|
+
@objc final public func cancelSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
85
|
+
#endif
|
|
86
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
87
|
+
@objc final public func destroySpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
88
|
+
#endif
|
|
89
|
+
@objc final public func teardown()
|
|
90
|
+
@objc final public func speechRecognizer(_ speechRecognizer: Speech.SFSpeechRecognizer, availabilityDidChange available: Swift.Bool)
|
|
91
|
+
}
|
|
33
92
|
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class SwiftSoundQueue : ObjectiveC.NSObject, AVFAudio.AVAudioPlayerDelegate {
|
|
34
93
|
@objc deinit
|
|
35
94
|
public static let shared: DavoiceTTS.SwiftSoundQueue
|
|
@@ -56,7 +115,9 @@ public enum AudioPlaybackHook {
|
|
|
56
115
|
public enum NumberFormatStyle : Swift.Int {
|
|
57
116
|
case us
|
|
58
117
|
case european
|
|
118
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
59
119
|
public init?(rawValue: Swift.Int)
|
|
120
|
+
#endif
|
|
60
121
|
public typealias RawValue = Swift.Int
|
|
61
122
|
public var rawValue: Swift.Int {
|
|
62
123
|
get
|
|
@@ -82,9 +143,16 @@ public enum AudioPlaybackHook {
|
|
|
82
143
|
@objc final public func playWav(_ url: Foundation.URL, markAsLastUtterance: Swift.Bool = true)
|
|
83
144
|
@objc final public func playBuffer(_ buffer: AVFAudio.AVAudioPCMBuffer, markAsLastUtterance: Swift.Bool = true)
|
|
84
145
|
}
|
|
146
|
+
@_inheritsConvenienceInitializers @objc final public class LicenseManager : ObjectiveC.NSObject {
|
|
147
|
+
@objc public static func isLicenseValid(licenseKey: Swift.String) -> Swift.Bool
|
|
148
|
+
@objc override dynamic public init()
|
|
149
|
+
@objc deinit
|
|
150
|
+
}
|
|
85
151
|
public enum SVLogLevel : Swift.Int, Swift.Codable {
|
|
86
152
|
case off, error, warn, info, debug, trace
|
|
153
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
87
154
|
public init?(rawValue: Swift.Int)
|
|
155
|
+
#endif
|
|
88
156
|
public typealias RawValue = Swift.Int
|
|
89
157
|
public var rawValue: Swift.Int {
|
|
90
158
|
get
|
|
@@ -171,63 +239,27 @@ public enum SpeakerVerificationError : Swift.Error, Swift.CustomStringConvertibl
|
|
|
171
239
|
@objc @objcMembers final public class SpeakerVerificationEngine : ObjectiveC.NSObject {
|
|
172
240
|
final public let config: DavoiceTTS.SpeakerVerificationConfig
|
|
173
241
|
final public let logger: any DavoiceTTS.SVLogger
|
|
242
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
174
243
|
public init(config: DavoiceTTS.SpeakerVerificationConfig, logger: (any DavoiceTTS.SVLogger)? = nil) throws
|
|
244
|
+
#endif
|
|
245
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
175
246
|
final public func setEnrollment(_ enrollment: DavoiceTTS.SpeakerEnrollment?)
|
|
247
|
+
#endif
|
|
176
248
|
@objc final public func resetStreamingState()
|
|
177
249
|
final public func processFrame(frame: [Swift.Float]) throws -> DavoiceTTS.SpeakerVerificationOutput
|
|
178
250
|
final public func verifyWavFileStreaming(path: Swift.String, resetState: Swift.Bool = true) throws -> DavoiceTTS.SpeakerVerificationResult
|
|
179
251
|
@objc deinit
|
|
180
252
|
}
|
|
181
253
|
@_inheritsConvenienceInitializers @objc(DavoiceSpeakerVerificationRNFacade) final public class SpeakerVerificationRNFacade : ObjectiveC.NSObject {
|
|
254
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
182
255
|
@objc(createEngineWithModelPath:enrollmentJsonPath:options:error:) public static func createEngine(modelPath: Swift.String, enrollmentJsonPath: Swift.String, options: [Swift.String : Any], error outError: Foundation.NSErrorPointer) -> Any?
|
|
256
|
+
#endif
|
|
257
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
183
258
|
@objc(verifyWavWithEngine:wavPath:reset:error:) public static func verifyWav(engine: Any, wavPath: Swift.String, reset: Swift.Bool, error outError: Foundation.NSErrorPointer) -> [Swift.String : Any]?
|
|
259
|
+
#endif
|
|
184
260
|
@objc override dynamic public init()
|
|
185
261
|
@objc deinit
|
|
186
262
|
}
|
|
187
|
-
@_inheritsConvenienceInitializers @objc final public class LicenseManager : ObjectiveC.NSObject {
|
|
188
|
-
@objc public static func isLicenseValid(licenseKey: Swift.String) -> Swift.Bool
|
|
189
|
-
@objc override dynamic public init()
|
|
190
|
-
@objc deinit
|
|
191
|
-
}
|
|
192
|
-
@objc public protocol STTDelegate {
|
|
193
|
-
@objc func stt(_ stt: DavoiceTTS.STT, didEmitEvent name: Swift.String, body: [Swift.String : Any]?)
|
|
194
|
-
}
|
|
195
|
-
@objc @_inheritsConvenienceInitializers @objcMembers final public class STT : ObjectiveC.NSObject, Speech.SFSpeechRecognizerDelegate {
|
|
196
|
-
@objc weak final public var delegate: (any DavoiceTTS.STTDelegate)?
|
|
197
|
-
@objc final public var continuous: Swift.Bool
|
|
198
|
-
@objc final public var aecEnabled: Swift.Bool
|
|
199
|
-
@objc final public var force16kMicSampleRate: Swift.Bool
|
|
200
|
-
@objc final public var useLegacySpeakerGateBehavior: Swift.Bool
|
|
201
|
-
@objc final public var useSpeakerGateHangover: Swift.Bool
|
|
202
|
-
@objc final public var speakerGateHangoverSeconds: Swift.Double
|
|
203
|
-
@objc final public var useShortSpeakerVerificationTailWindow: Swift.Bool
|
|
204
|
-
@objc final public var shortSpeakerVerificationTailSeconds: Swift.Float
|
|
205
|
-
@objc final public var speakerPreRollFlushMaxSeconds: Swift.Double
|
|
206
|
-
@objc override dynamic public init()
|
|
207
|
-
@objc deinit
|
|
208
|
-
@objc public static let supportedEvents: [Swift.String]
|
|
209
|
-
@objc final public func setLicense(licenseKey: Swift.String) -> Swift.Bool
|
|
210
|
-
@objc final public func pauseSpeechRecognitionLite()
|
|
211
|
-
@objc final public func pauseSpeechRecognitionLiteAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
212
|
-
@objc final public func unPauseSpeechRecognitionLite(_ times: Foundation.NSNumber)
|
|
213
|
-
@objc(unPauseSpeechRecognitionLite:preFetch:) final public func unPauseSpeechRecognitionLite(_ times: Foundation.NSNumber, preFetch: Foundation.NSNumber)
|
|
214
|
-
@objc final public func unPauseSpeechRecognitionLiteAndWait(_ times: Foundation.NSNumber, preFetch: Foundation.NSNumber, timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
215
|
-
@objc final public func pauseMicrophoneAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
216
|
-
@objc final public func unPauseMicrophoneAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
217
|
-
@objc final public func pauseMicrophone()
|
|
218
|
-
@objc final public func unPauseMicrophone()
|
|
219
|
-
@objc final public func setAECEnabled(_ enabled: Swift.Bool)
|
|
220
|
-
@objc final public func isAECEnabled() -> Swift.Bool
|
|
221
|
-
@objc final public func isSpeechAvailable(_ completion: @escaping (Swift.Bool) -> Swift.Void)
|
|
222
|
-
@objc final public func isRecognizing() -> Swift.Bool
|
|
223
|
-
@objc final public func startSpeech(localeStr: Swift.String?)
|
|
224
|
-
@objc final public func startSpeech(localeStr: Swift.String?, onboardingJsonPath: Swift.String)
|
|
225
|
-
@objc final public func stopSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
226
|
-
@objc final public func cancelSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
227
|
-
@objc final public func destroySpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
228
|
-
@objc final public func teardown()
|
|
229
|
-
@objc final public func speechRecognizer(_ speechRecognizer: Speech.SFSpeechRecognizer, availabilityDidChange available: Swift.Bool)
|
|
230
|
-
}
|
|
231
263
|
extension DavoiceTTS.DaVoiceTTS.NumberFormatStyle : Swift.Equatable {}
|
|
232
264
|
extension DavoiceTTS.DaVoiceTTS.NumberFormatStyle : Swift.Hashable {}
|
|
233
265
|
extension DavoiceTTS.DaVoiceTTS.NumberFormatStyle : Swift.RawRepresentable {}
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
|
3
3
|
// swift-module-flags: -target x86_64-apple-ios13.5-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name DavoiceTTS
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
|
5
5
|
import AVFAudio
|
|
6
6
|
import AVFoundation
|
|
7
7
|
import Accelerate
|
|
@@ -30,6 +30,65 @@ public enum AudioPlaybackHook {
|
|
|
30
30
|
public static var currentEngine: DavoiceTTS.CurrentEngineProvider?
|
|
31
31
|
public static var isMicPaused: (() -> Swift.Bool)?
|
|
32
32
|
}
|
|
33
|
+
@objc public protocol STTDelegate {
|
|
34
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
35
|
+
@objc func stt(_ stt: DavoiceTTS.STT, didEmitEvent name: Swift.String, body: [Swift.String : Any]?)
|
|
36
|
+
#endif
|
|
37
|
+
}
|
|
38
|
+
@objc @_inheritsConvenienceInitializers @objcMembers final public class STT : ObjectiveC.NSObject, Speech.SFSpeechRecognizerDelegate {
|
|
39
|
+
@objc weak final public var delegate: (any DavoiceTTS.STTDelegate)?
|
|
40
|
+
@objc final public var continuous: Swift.Bool
|
|
41
|
+
@objc final public var aecEnabled: Swift.Bool
|
|
42
|
+
@objc final public var force16kMicSampleRate: Swift.Bool
|
|
43
|
+
@objc final public var useLegacySpeakerGateBehavior: Swift.Bool
|
|
44
|
+
@objc final public var useSpeakerGateHangover: Swift.Bool
|
|
45
|
+
@objc final public var speakerGateHangoverSeconds: Swift.Double
|
|
46
|
+
@objc final public var useShortSpeakerVerificationTailWindow: Swift.Bool
|
|
47
|
+
@objc final public var shortSpeakerVerificationTailSeconds: Swift.Float
|
|
48
|
+
@objc final public var speakerPreRollFlushMaxSeconds: Swift.Double
|
|
49
|
+
@objc override dynamic public init()
|
|
50
|
+
@objc deinit
|
|
51
|
+
@objc public static let supportedEvents: [Swift.String]
|
|
52
|
+
@objc final public func setLicense(licenseKey: Swift.String) -> Swift.Bool
|
|
53
|
+
@objc final public func pauseSpeechRecognitionLite()
|
|
54
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
55
|
+
@objc final public func pauseSpeechRecognitionLiteAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
56
|
+
#endif
|
|
57
|
+
@objc final public func unPauseSpeechRecognitionLite(_ times: Foundation.NSNumber)
|
|
58
|
+
@objc(unPauseSpeechRecognitionLite:preFetch:) final public func unPauseSpeechRecognitionLite(_ times: Foundation.NSNumber, preFetch: Foundation.NSNumber)
|
|
59
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
60
|
+
@objc final public func unPauseSpeechRecognitionLiteAndWait(_ times: Foundation.NSNumber, preFetch: Foundation.NSNumber, timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
61
|
+
#endif
|
|
62
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
63
|
+
@objc final public func pauseMicrophoneAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
64
|
+
#endif
|
|
65
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
66
|
+
@objc final public func unPauseMicrophoneAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
67
|
+
#endif
|
|
68
|
+
@objc final public func pauseMicrophone()
|
|
69
|
+
@objc final public func unPauseMicrophone()
|
|
70
|
+
@objc final public func setAECEnabled(_ enabled: Swift.Bool)
|
|
71
|
+
@objc final public func isAECEnabled() -> Swift.Bool
|
|
72
|
+
@objc final public func isSpeechAvailable(_ completion: @escaping (Swift.Bool) -> Swift.Void)
|
|
73
|
+
@objc final public func isRecognizing() -> Swift.Bool
|
|
74
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
75
|
+
@objc final public func startSpeech(localeStr: Swift.String?)
|
|
76
|
+
#endif
|
|
77
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
78
|
+
@objc final public func startSpeech(localeStr: Swift.String?, onboardingJsonPath: Swift.String)
|
|
79
|
+
#endif
|
|
80
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
81
|
+
@objc final public func stopSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
82
|
+
#endif
|
|
83
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
84
|
+
@objc final public func cancelSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
85
|
+
#endif
|
|
86
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
87
|
+
@objc final public func destroySpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
88
|
+
#endif
|
|
89
|
+
@objc final public func teardown()
|
|
90
|
+
@objc final public func speechRecognizer(_ speechRecognizer: Speech.SFSpeechRecognizer, availabilityDidChange available: Swift.Bool)
|
|
91
|
+
}
|
|
33
92
|
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class SwiftSoundQueue : ObjectiveC.NSObject, AVFAudio.AVAudioPlayerDelegate {
|
|
34
93
|
@objc deinit
|
|
35
94
|
public static let shared: DavoiceTTS.SwiftSoundQueue
|
|
@@ -56,7 +115,9 @@ public enum AudioPlaybackHook {
|
|
|
56
115
|
public enum NumberFormatStyle : Swift.Int {
|
|
57
116
|
case us
|
|
58
117
|
case european
|
|
118
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
59
119
|
public init?(rawValue: Swift.Int)
|
|
120
|
+
#endif
|
|
60
121
|
public typealias RawValue = Swift.Int
|
|
61
122
|
public var rawValue: Swift.Int {
|
|
62
123
|
get
|
|
@@ -82,9 +143,16 @@ public enum AudioPlaybackHook {
|
|
|
82
143
|
@objc final public func playWav(_ url: Foundation.URL, markAsLastUtterance: Swift.Bool = true)
|
|
83
144
|
@objc final public func playBuffer(_ buffer: AVFAudio.AVAudioPCMBuffer, markAsLastUtterance: Swift.Bool = true)
|
|
84
145
|
}
|
|
146
|
+
@_inheritsConvenienceInitializers @objc final public class LicenseManager : ObjectiveC.NSObject {
|
|
147
|
+
@objc public static func isLicenseValid(licenseKey: Swift.String) -> Swift.Bool
|
|
148
|
+
@objc override dynamic public init()
|
|
149
|
+
@objc deinit
|
|
150
|
+
}
|
|
85
151
|
public enum SVLogLevel : Swift.Int, Swift.Codable {
|
|
86
152
|
case off, error, warn, info, debug, trace
|
|
153
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
87
154
|
public init?(rawValue: Swift.Int)
|
|
155
|
+
#endif
|
|
88
156
|
public typealias RawValue = Swift.Int
|
|
89
157
|
public var rawValue: Swift.Int {
|
|
90
158
|
get
|
|
@@ -171,63 +239,27 @@ public enum SpeakerVerificationError : Swift.Error, Swift.CustomStringConvertibl
|
|
|
171
239
|
@objc @objcMembers final public class SpeakerVerificationEngine : ObjectiveC.NSObject {
|
|
172
240
|
final public let config: DavoiceTTS.SpeakerVerificationConfig
|
|
173
241
|
final public let logger: any DavoiceTTS.SVLogger
|
|
242
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
174
243
|
public init(config: DavoiceTTS.SpeakerVerificationConfig, logger: (any DavoiceTTS.SVLogger)? = nil) throws
|
|
244
|
+
#endif
|
|
245
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
175
246
|
final public func setEnrollment(_ enrollment: DavoiceTTS.SpeakerEnrollment?)
|
|
247
|
+
#endif
|
|
176
248
|
@objc final public func resetStreamingState()
|
|
177
249
|
final public func processFrame(frame: [Swift.Float]) throws -> DavoiceTTS.SpeakerVerificationOutput
|
|
178
250
|
final public func verifyWavFileStreaming(path: Swift.String, resetState: Swift.Bool = true) throws -> DavoiceTTS.SpeakerVerificationResult
|
|
179
251
|
@objc deinit
|
|
180
252
|
}
|
|
181
253
|
@_inheritsConvenienceInitializers @objc(DavoiceSpeakerVerificationRNFacade) final public class SpeakerVerificationRNFacade : ObjectiveC.NSObject {
|
|
254
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
182
255
|
@objc(createEngineWithModelPath:enrollmentJsonPath:options:error:) public static func createEngine(modelPath: Swift.String, enrollmentJsonPath: Swift.String, options: [Swift.String : Any], error outError: Foundation.NSErrorPointer) -> Any?
|
|
256
|
+
#endif
|
|
257
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
183
258
|
@objc(verifyWavWithEngine:wavPath:reset:error:) public static func verifyWav(engine: Any, wavPath: Swift.String, reset: Swift.Bool, error outError: Foundation.NSErrorPointer) -> [Swift.String : Any]?
|
|
259
|
+
#endif
|
|
184
260
|
@objc override dynamic public init()
|
|
185
261
|
@objc deinit
|
|
186
262
|
}
|
|
187
|
-
@_inheritsConvenienceInitializers @objc final public class LicenseManager : ObjectiveC.NSObject {
|
|
188
|
-
@objc public static func isLicenseValid(licenseKey: Swift.String) -> Swift.Bool
|
|
189
|
-
@objc override dynamic public init()
|
|
190
|
-
@objc deinit
|
|
191
|
-
}
|
|
192
|
-
@objc public protocol STTDelegate {
|
|
193
|
-
@objc func stt(_ stt: DavoiceTTS.STT, didEmitEvent name: Swift.String, body: [Swift.String : Any]?)
|
|
194
|
-
}
|
|
195
|
-
@objc @_inheritsConvenienceInitializers @objcMembers final public class STT : ObjectiveC.NSObject, Speech.SFSpeechRecognizerDelegate {
|
|
196
|
-
@objc weak final public var delegate: (any DavoiceTTS.STTDelegate)?
|
|
197
|
-
@objc final public var continuous: Swift.Bool
|
|
198
|
-
@objc final public var aecEnabled: Swift.Bool
|
|
199
|
-
@objc final public var force16kMicSampleRate: Swift.Bool
|
|
200
|
-
@objc final public var useLegacySpeakerGateBehavior: Swift.Bool
|
|
201
|
-
@objc final public var useSpeakerGateHangover: Swift.Bool
|
|
202
|
-
@objc final public var speakerGateHangoverSeconds: Swift.Double
|
|
203
|
-
@objc final public var useShortSpeakerVerificationTailWindow: Swift.Bool
|
|
204
|
-
@objc final public var shortSpeakerVerificationTailSeconds: Swift.Float
|
|
205
|
-
@objc final public var speakerPreRollFlushMaxSeconds: Swift.Double
|
|
206
|
-
@objc override dynamic public init()
|
|
207
|
-
@objc deinit
|
|
208
|
-
@objc public static let supportedEvents: [Swift.String]
|
|
209
|
-
@objc final public func setLicense(licenseKey: Swift.String) -> Swift.Bool
|
|
210
|
-
@objc final public func pauseSpeechRecognitionLite()
|
|
211
|
-
@objc final public func pauseSpeechRecognitionLiteAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
212
|
-
@objc final public func unPauseSpeechRecognitionLite(_ times: Foundation.NSNumber)
|
|
213
|
-
@objc(unPauseSpeechRecognitionLite:preFetch:) final public func unPauseSpeechRecognitionLite(_ times: Foundation.NSNumber, preFetch: Foundation.NSNumber)
|
|
214
|
-
@objc final public func unPauseSpeechRecognitionLiteAndWait(_ times: Foundation.NSNumber, preFetch: Foundation.NSNumber, timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
215
|
-
@objc final public func pauseMicrophoneAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
216
|
-
@objc final public func unPauseMicrophoneAndWait(_ timeoutMs: Foundation.NSNumber, completion: @escaping (Swift.Bool, Swift.String?) -> Swift.Void)
|
|
217
|
-
@objc final public func pauseMicrophone()
|
|
218
|
-
@objc final public func unPauseMicrophone()
|
|
219
|
-
@objc final public func setAECEnabled(_ enabled: Swift.Bool)
|
|
220
|
-
@objc final public func isAECEnabled() -> Swift.Bool
|
|
221
|
-
@objc final public func isSpeechAvailable(_ completion: @escaping (Swift.Bool) -> Swift.Void)
|
|
222
|
-
@objc final public func isRecognizing() -> Swift.Bool
|
|
223
|
-
@objc final public func startSpeech(localeStr: Swift.String?)
|
|
224
|
-
@objc final public func startSpeech(localeStr: Swift.String?, onboardingJsonPath: Swift.String)
|
|
225
|
-
@objc final public func stopSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
226
|
-
@objc final public func cancelSpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
227
|
-
@objc final public func destroySpeech(_ completion: ((Swift.Bool) -> Swift.Void)? = nil)
|
|
228
|
-
@objc final public func teardown()
|
|
229
|
-
@objc final public func speechRecognizer(_ speechRecognizer: Speech.SFSpeechRecognizer, availabilityDidChange available: Swift.Bool)
|
|
230
|
-
}
|
|
231
263
|
extension DavoiceTTS.DaVoiceTTS.NumberFormatStyle : Swift.Equatable {}
|
|
232
264
|
extension DavoiceTTS.DaVoiceTTS.NumberFormatStyle : Swift.Hashable {}
|
|
233
265
|
extension DavoiceTTS.DaVoiceTTS.NumberFormatStyle : Swift.RawRepresentable {}
|
|
Binary file
|
|
Binary file
|
|
@@ -6,51 +6,51 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Headers/DavoiceTTS-Swift.h</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
q5ie9yYtL5k3h0scZrImKmpHT5E=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Info.plist</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
j1pzbKIibOxdquLUl+ZHRQbS+Y0=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
MfqCV6wH+f/nsdepueb9o/fMafw=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
JRlH3xVkzY3tYFjKeUiNFuz9n9s=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
ygdhAP42H1qHZ/nti//u5Q3aVBk=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
JRlH3xVkzY3tYFjKeUiNFuz9n9s=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
IwaVq2kt8vsxVDHuYmWyAjG2JgI=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
MfqCV6wH+f/nsdepueb9o/fMafw=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
Ggyl+ZqWT4SUnSGmwcjPtcDoii0=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
nuxoFPsHLLMWfbvd8aVQj3GKTS0=
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
Ggyl+ZqWT4SUnSGmwcjPtcDoii0=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
2w5fyQLSdRFzxsuGbs7hEzxosb8=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/module.modulemap</key>
|
|
56
56
|
<data>
|
|
@@ -63,121 +63,121 @@
|
|
|
63
63
|
<dict>
|
|
64
64
|
<key>hash</key>
|
|
65
65
|
<data>
|
|
66
|
-
|
|
66
|
+
q5ie9yYtL5k3h0scZrImKmpHT5E=
|
|
67
67
|
</data>
|
|
68
68
|
<key>hash2</key>
|
|
69
69
|
<data>
|
|
70
|
-
|
|
70
|
+
BluiJDjW+FVfqYm39eBqNuqVTbrWqaLtpohZ3hBydxU=
|
|
71
71
|
</data>
|
|
72
72
|
</dict>
|
|
73
73
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
74
74
|
<dict>
|
|
75
75
|
<key>hash</key>
|
|
76
76
|
<data>
|
|
77
|
-
|
|
77
|
+
MfqCV6wH+f/nsdepueb9o/fMafw=
|
|
78
78
|
</data>
|
|
79
79
|
<key>hash2</key>
|
|
80
80
|
<data>
|
|
81
|
-
|
|
81
|
+
KuiTqXLPPFFrf/LLB2gvua2kRxZGLPafMQ1/qMY0Fd4=
|
|
82
82
|
</data>
|
|
83
83
|
</dict>
|
|
84
84
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
85
85
|
<dict>
|
|
86
86
|
<key>hash</key>
|
|
87
87
|
<data>
|
|
88
|
-
|
|
88
|
+
JRlH3xVkzY3tYFjKeUiNFuz9n9s=
|
|
89
89
|
</data>
|
|
90
90
|
<key>hash2</key>
|
|
91
91
|
<data>
|
|
92
|
-
|
|
92
|
+
xT1UdQ1Ijy+rI6QLTku5/oUKtIUqOTpp36O3RA+smNA=
|
|
93
93
|
</data>
|
|
94
94
|
</dict>
|
|
95
95
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
96
96
|
<dict>
|
|
97
97
|
<key>hash</key>
|
|
98
98
|
<data>
|
|
99
|
-
|
|
99
|
+
ygdhAP42H1qHZ/nti//u5Q3aVBk=
|
|
100
100
|
</data>
|
|
101
101
|
<key>hash2</key>
|
|
102
102
|
<data>
|
|
103
|
-
|
|
103
|
+
PRznbYykzfNe/5e7KkJI3A7bfqx63K7qr+055a8lBJc=
|
|
104
104
|
</data>
|
|
105
105
|
</dict>
|
|
106
106
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
107
107
|
<dict>
|
|
108
108
|
<key>hash</key>
|
|
109
109
|
<data>
|
|
110
|
-
|
|
110
|
+
JRlH3xVkzY3tYFjKeUiNFuz9n9s=
|
|
111
111
|
</data>
|
|
112
112
|
<key>hash2</key>
|
|
113
113
|
<data>
|
|
114
|
-
|
|
114
|
+
xT1UdQ1Ijy+rI6QLTku5/oUKtIUqOTpp36O3RA+smNA=
|
|
115
115
|
</data>
|
|
116
116
|
</dict>
|
|
117
117
|
<key>Modules/DavoiceTTS.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
118
118
|
<dict>
|
|
119
119
|
<key>hash</key>
|
|
120
120
|
<data>
|
|
121
|
-
|
|
121
|
+
IwaVq2kt8vsxVDHuYmWyAjG2JgI=
|
|
122
122
|
</data>
|
|
123
123
|
<key>hash2</key>
|
|
124
124
|
<data>
|
|
125
|
-
|
|
125
|
+
tQ6a/OnzIbBjO53oENc4PEYuLEX9ED1sMPd4NBbkFrQ=
|
|
126
126
|
</data>
|
|
127
127
|
</dict>
|
|
128
128
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
129
129
|
<dict>
|
|
130
130
|
<key>hash</key>
|
|
131
131
|
<data>
|
|
132
|
-
|
|
132
|
+
MfqCV6wH+f/nsdepueb9o/fMafw=
|
|
133
133
|
</data>
|
|
134
134
|
<key>hash2</key>
|
|
135
135
|
<data>
|
|
136
|
-
|
|
136
|
+
KuiTqXLPPFFrf/LLB2gvua2kRxZGLPafMQ1/qMY0Fd4=
|
|
137
137
|
</data>
|
|
138
138
|
</dict>
|
|
139
139
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
140
140
|
<dict>
|
|
141
141
|
<key>hash</key>
|
|
142
142
|
<data>
|
|
143
|
-
|
|
143
|
+
Ggyl+ZqWT4SUnSGmwcjPtcDoii0=
|
|
144
144
|
</data>
|
|
145
145
|
<key>hash2</key>
|
|
146
146
|
<data>
|
|
147
|
-
|
|
147
|
+
Xk2l0c3NChWEnq/N2Tkv3v0WhNcXMBcB6qBrDGhCkSw=
|
|
148
148
|
</data>
|
|
149
149
|
</dict>
|
|
150
150
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
151
151
|
<dict>
|
|
152
152
|
<key>hash</key>
|
|
153
153
|
<data>
|
|
154
|
-
|
|
154
|
+
nuxoFPsHLLMWfbvd8aVQj3GKTS0=
|
|
155
155
|
</data>
|
|
156
156
|
<key>hash2</key>
|
|
157
157
|
<data>
|
|
158
|
-
|
|
158
|
+
SvNjQkHi8c6yIzu0Ix8NBbPohC0Zjoa8HXnF1RutTL4=
|
|
159
159
|
</data>
|
|
160
160
|
</dict>
|
|
161
161
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
162
162
|
<dict>
|
|
163
163
|
<key>hash</key>
|
|
164
164
|
<data>
|
|
165
|
-
|
|
165
|
+
Ggyl+ZqWT4SUnSGmwcjPtcDoii0=
|
|
166
166
|
</data>
|
|
167
167
|
<key>hash2</key>
|
|
168
168
|
<data>
|
|
169
|
-
|
|
169
|
+
Xk2l0c3NChWEnq/N2Tkv3v0WhNcXMBcB6qBrDGhCkSw=
|
|
170
170
|
</data>
|
|
171
171
|
</dict>
|
|
172
172
|
<key>Modules/DavoiceTTS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
173
173
|
<dict>
|
|
174
174
|
<key>hash</key>
|
|
175
175
|
<data>
|
|
176
|
-
|
|
176
|
+
2w5fyQLSdRFzxsuGbs7hEzxosb8=
|
|
177
177
|
</data>
|
|
178
178
|
<key>hash2</key>
|
|
179
179
|
<data>
|
|
180
|
-
|
|
180
|
+
MEQQ7oOLB+tVWCNId02wabzDTlHFsMZ5gvlae5v9ink=
|
|
181
181
|
</data>
|
|
182
182
|
</dict>
|
|
183
183
|
<key>Modules/module.modulemap</key>
|
|
@@ -10,15 +10,18 @@
|
|
|
10
10
|
<key>HeadersPath</key>
|
|
11
11
|
<string>Headers</string>
|
|
12
12
|
<key>LibraryIdentifier</key>
|
|
13
|
-
<string>ios-
|
|
13
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
14
14
|
<key>LibraryPath</key>
|
|
15
15
|
<string>libphonemes.a</string>
|
|
16
16
|
<key>SupportedArchitectures</key>
|
|
17
17
|
<array>
|
|
18
18
|
<string>arm64</string>
|
|
19
|
+
<string>x86_64</string>
|
|
19
20
|
</array>
|
|
20
21
|
<key>SupportedPlatform</key>
|
|
21
22
|
<string>ios</string>
|
|
23
|
+
<key>SupportedPlatformVariant</key>
|
|
24
|
+
<string>simulator</string>
|
|
22
25
|
</dict>
|
|
23
26
|
<dict>
|
|
24
27
|
<key>BinaryPath</key>
|
|
@@ -26,18 +29,15 @@
|
|
|
26
29
|
<key>HeadersPath</key>
|
|
27
30
|
<string>Headers</string>
|
|
28
31
|
<key>LibraryIdentifier</key>
|
|
29
|
-
<string>ios-
|
|
32
|
+
<string>ios-arm64</string>
|
|
30
33
|
<key>LibraryPath</key>
|
|
31
34
|
<string>libphonemes.a</string>
|
|
32
35
|
<key>SupportedArchitectures</key>
|
|
33
36
|
<array>
|
|
34
37
|
<string>arm64</string>
|
|
35
|
-
<string>x86_64</string>
|
|
36
38
|
</array>
|
|
37
39
|
<key>SupportedPlatform</key>
|
|
38
40
|
<string>ios</string>
|
|
39
|
-
<key>SupportedPlatformVariant</key>
|
|
40
|
-
<string>simulator</string>
|
|
41
41
|
</dict>
|
|
42
42
|
</array>
|
|
43
43
|
<key>CFBundlePackageType</key>
|
|
@@ -10,18 +10,15 @@
|
|
|
10
10
|
<key>HeadersPath</key>
|
|
11
11
|
<string>Headers</string>
|
|
12
12
|
<key>LibraryIdentifier</key>
|
|
13
|
-
<string>ios-
|
|
13
|
+
<string>ios-arm64</string>
|
|
14
14
|
<key>LibraryPath</key>
|
|
15
15
|
<string>libucd.a</string>
|
|
16
16
|
<key>SupportedArchitectures</key>
|
|
17
17
|
<array>
|
|
18
18
|
<string>arm64</string>
|
|
19
|
-
<string>x86_64</string>
|
|
20
19
|
</array>
|
|
21
20
|
<key>SupportedPlatform</key>
|
|
22
21
|
<string>ios</string>
|
|
23
|
-
<key>SupportedPlatformVariant</key>
|
|
24
|
-
<string>simulator</string>
|
|
25
22
|
</dict>
|
|
26
23
|
<dict>
|
|
27
24
|
<key>BinaryPath</key>
|
|
@@ -29,15 +26,18 @@
|
|
|
29
26
|
<key>HeadersPath</key>
|
|
30
27
|
<string>Headers</string>
|
|
31
28
|
<key>LibraryIdentifier</key>
|
|
32
|
-
<string>ios-
|
|
29
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
33
30
|
<key>LibraryPath</key>
|
|
34
31
|
<string>libucd.a</string>
|
|
35
32
|
<key>SupportedArchitectures</key>
|
|
36
33
|
<array>
|
|
37
34
|
<string>arm64</string>
|
|
35
|
+
<string>x86_64</string>
|
|
38
36
|
</array>
|
|
39
37
|
<key>SupportedPlatform</key>
|
|
40
38
|
<string>ios</string>
|
|
39
|
+
<key>SupportedPlatformVariant</key>
|
|
40
|
+
<string>simulator</string>
|
|
41
41
|
</dict>
|
|
42
42
|
</array>
|
|
43
43
|
<key>CFBundlePackageType</key>
|