react-native-wakeword 1.1.54 → 1.1.56
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/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +3 -6
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Info.plist +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +202 -195
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -3
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +3 -3
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +6 -12
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Info.plist +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +202 -195
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -3
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -3
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +202 -195
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -3
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -3
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/KeyWordRNBridge/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +34 -34
- 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.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-ios13.5 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name KeyWordDetection
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-ios13.5 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name KeyWordDetection
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2
|
|
5
5
|
import AVFAudio
|
|
6
6
|
import AVFoundation
|
|
7
7
|
import Accelerate
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-ios13.5 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name KeyWordDetection
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-ios13.5 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name KeyWordDetection
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2
|
|
5
5
|
import AVFAudio
|
|
6
6
|
import AVFoundation
|
|
7
7
|
import Accelerate
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#if 0
|
|
2
2
|
#elif defined(__arm64__) && __arm64__
|
|
3
|
-
// Generated by Apple Swift version 6.
|
|
3
|
+
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
4
4
|
#ifndef KEYWORDDETECTION_SWIFT_H
|
|
5
5
|
#define KEYWORDDETECTION_SWIFT_H
|
|
6
6
|
#pragma clang diagnostic push
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
# if __has_include(<uchar.h>)
|
|
66
66
|
# include <uchar.h>
|
|
67
67
|
# elif !defined(__cplusplus)
|
|
68
|
+
typedef unsigned char char8_t;
|
|
68
69
|
typedef uint_least16_t char16_t;
|
|
69
70
|
typedef uint_least32_t char32_t;
|
|
70
71
|
# endif
|
|
@@ -303,8 +304,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
303
304
|
#endif
|
|
304
305
|
|
|
305
306
|
#if defined(__OBJC__)
|
|
306
|
-
@class NSString;
|
|
307
307
|
|
|
308
|
+
@class NSString;
|
|
308
309
|
SWIFT_CLASS("_TtC16KeyWordDetection29AudioSessionAndDuckingManager")
|
|
309
310
|
@interface AudioSessionAndDuckingManager : NSObject
|
|
310
311
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) AudioSessionAndDuckingManager * _Nonnull shared;)
|
|
@@ -322,7 +323,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) AudioSession
|
|
|
322
323
|
@end
|
|
323
324
|
|
|
324
325
|
@class KeyWordsDetection;
|
|
325
|
-
|
|
326
326
|
SWIFT_CLASS("_TtC16KeyWordDetection15GlobalVariables")
|
|
327
327
|
@interface GlobalVariables : NSObject
|
|
328
328
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GlobalVariables * _Nonnull shared;)
|
|
@@ -337,7 +337,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GlobalVariab
|
|
|
337
337
|
|
|
338
338
|
@protocol KeywordDetectionRNDelegate;
|
|
339
339
|
@class NSNumber;
|
|
340
|
-
|
|
341
340
|
SWIFT_CLASS("_TtC16KeyWordDetection17KeyWordsDetection")
|
|
342
341
|
@interface KeyWordsDetection : NSObject
|
|
343
342
|
@property (nonatomic, weak) id <KeywordDetectionRNDelegate> _Nullable delegate;
|
|
@@ -363,13 +362,11 @@ SWIFT_CLASS("_TtC16KeyWordDetection17KeyWordsDetection")
|
|
|
363
362
|
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
364
363
|
@end
|
|
365
364
|
|
|
366
|
-
|
|
367
365
|
SWIFT_PROTOCOL("_TtP16KeyWordDetection26KeywordDetectionRNDelegate_")
|
|
368
366
|
@protocol KeywordDetectionRNDelegate
|
|
369
367
|
- (void)KeywordDetectionDidDetectEvent:(NSDictionary<NSString *, id> * _Nonnull)eventInfo;
|
|
370
368
|
@end
|
|
371
369
|
|
|
372
|
-
|
|
373
370
|
SWIFT_CLASS("_TtC16KeyWordDetection14LicenseManager")
|
|
374
371
|
@interface LicenseManager : NSObject
|
|
375
372
|
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
@@ -385,7 +382,7 @@ SWIFT_CLASS("_TtC16KeyWordDetection14LicenseManager")
|
|
|
385
382
|
#endif
|
|
386
383
|
|
|
387
384
|
#elif defined(__x86_64__) && __x86_64__
|
|
388
|
-
// Generated by Apple Swift version 6.
|
|
385
|
+
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
389
386
|
#ifndef KEYWORDDETECTION_SWIFT_H
|
|
390
387
|
#define KEYWORDDETECTION_SWIFT_H
|
|
391
388
|
#pragma clang diagnostic push
|
|
@@ -450,6 +447,7 @@ SWIFT_CLASS("_TtC16KeyWordDetection14LicenseManager")
|
|
|
450
447
|
# if __has_include(<uchar.h>)
|
|
451
448
|
# include <uchar.h>
|
|
452
449
|
# elif !defined(__cplusplus)
|
|
450
|
+
typedef unsigned char char8_t;
|
|
453
451
|
typedef uint_least16_t char16_t;
|
|
454
452
|
typedef uint_least32_t char32_t;
|
|
455
453
|
# endif
|
|
@@ -688,8 +686,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
688
686
|
#endif
|
|
689
687
|
|
|
690
688
|
#if defined(__OBJC__)
|
|
691
|
-
@class NSString;
|
|
692
689
|
|
|
690
|
+
@class NSString;
|
|
693
691
|
SWIFT_CLASS("_TtC16KeyWordDetection29AudioSessionAndDuckingManager")
|
|
694
692
|
@interface AudioSessionAndDuckingManager : NSObject
|
|
695
693
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) AudioSessionAndDuckingManager * _Nonnull shared;)
|
|
@@ -707,7 +705,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) AudioSession
|
|
|
707
705
|
@end
|
|
708
706
|
|
|
709
707
|
@class KeyWordsDetection;
|
|
710
|
-
|
|
711
708
|
SWIFT_CLASS("_TtC16KeyWordDetection15GlobalVariables")
|
|
712
709
|
@interface GlobalVariables : NSObject
|
|
713
710
|
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GlobalVariables * _Nonnull shared;)
|
|
@@ -722,7 +719,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GlobalVariab
|
|
|
722
719
|
|
|
723
720
|
@protocol KeywordDetectionRNDelegate;
|
|
724
721
|
@class NSNumber;
|
|
725
|
-
|
|
726
722
|
SWIFT_CLASS("_TtC16KeyWordDetection17KeyWordsDetection")
|
|
727
723
|
@interface KeyWordsDetection : NSObject
|
|
728
724
|
@property (nonatomic, weak) id <KeywordDetectionRNDelegate> _Nullable delegate;
|
|
@@ -748,13 +744,11 @@ SWIFT_CLASS("_TtC16KeyWordDetection17KeyWordsDetection")
|
|
|
748
744
|
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
749
745
|
@end
|
|
750
746
|
|
|
751
|
-
|
|
752
747
|
SWIFT_PROTOCOL("_TtP16KeyWordDetection26KeywordDetectionRNDelegate_")
|
|
753
748
|
@protocol KeywordDetectionRNDelegate
|
|
754
749
|
- (void)KeywordDetectionDidDetectEvent:(NSDictionary<NSString *, id> * _Nonnull)eventInfo;
|
|
755
750
|
@end
|
|
756
751
|
|
|
757
|
-
|
|
758
752
|
SWIFT_CLASS("_TtC16KeyWordDetection14LicenseManager")
|
|
759
753
|
@interface LicenseManager : NSObject
|
|
760
754
|
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
Binary file
|