react-native-wakeword 1.0.62 → 1.0.65
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/README.md +65 -3
- package/ios/KeyWordDetection.xcframework/Info.plist +5 -6
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +5 -1
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Info.plist +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +133 -61
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -1
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +2 -1
- package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/Headers/KeyWordDetection-Swift.h +5 -355
- package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/Info.plist +0 -0
- package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/KeyWordDetection +0 -0
- package/ios/KeyWordDetection.xcframework/ios-x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/KeyWordDetection.xcframework/ios-x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +5482 -0
- package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -2
- package/ios/KeyWordDetection.xcframework/ios-x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -2
- package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/_CodeSignature/CodeResources +15 -81
- package/package.json +14 -1
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -1994
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -44
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -44
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -1994
- package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- /package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/Headers/KeyWordDetection.h +0 -0
- /package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/Headers/module.modulemap +0 -0
- /package/ios/KeyWordDetection.xcframework/{ios-arm64_x86_64-simulator → ios-x86_64-simulator}/KeyWordDetection.framework/Modules/module.modulemap +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## About this package:
|
|
2
2
|
|
|
3
|
-
This is a **"wake word"** package for React Native. A wake word is a keyword that activates your device, like "Hey Siri" or "OK Google".
|
|
3
|
+
This is a **"wake word"** package for React Native. A wake word is a keyword that activates your device, like "Hey Siri" or "OK Google". "Wake Word" is also known as "keyword detection", "Phrase Recognition", "Phrase Spotting", “Voice triggered”, “hot word”, “trigger word”
|
|
4
4
|
|
|
5
5
|
It also provide **Speech to Intent**. **Speech to Intent** refers to the ability to recognize a spoken word or phrase
|
|
6
6
|
and directly associate it with a specific action or operation within an application. Unlike a **"wake word"**, which typically serves to activate or wake up the application,
|
|
@@ -76,11 +76,56 @@ Our platform ensures 99.99%+ accuracy in various environments.
|
|
|
76
76
|
|
|
77
77
|
### Key words
|
|
78
78
|
|
|
79
|
-
DaVoice.io
|
|
79
|
+
"DaVoice.io"
|
|
80
|
+
"Voice commands"
|
|
80
81
|
"Wake word detection github"
|
|
82
|
+
“Voice triggered”
|
|
83
|
+
“hot word”
|
|
84
|
+
“react-native trigger word”
|
|
85
|
+
“react-native Voice triggered”
|
|
86
|
+
“react-native hot word”
|
|
81
87
|
"react-native wake word",
|
|
82
|
-
"Wake word detection github",
|
|
83
88
|
"Wake word generator",
|
|
89
|
+
"hot word generator",
|
|
90
|
+
"trigger word generator",
|
|
91
|
+
"Custom wake word generator",
|
|
92
|
+
"Custom hot word",
|
|
93
|
+
"Custom trigger word",
|
|
94
|
+
"Custom wake word",
|
|
95
|
+
"voice commands",
|
|
96
|
+
"wake word",
|
|
97
|
+
"wakeword",
|
|
98
|
+
"wake words",
|
|
99
|
+
"keyword detection",
|
|
100
|
+
"keyword spotting",
|
|
101
|
+
"speech to intent",
|
|
102
|
+
"voice commands",
|
|
103
|
+
"voice to intent",
|
|
104
|
+
"phrase spotting",
|
|
105
|
+
"react native wake word",
|
|
106
|
+
"Davoice.io wake word",
|
|
107
|
+
"Davoice wake word",
|
|
108
|
+
"Davoice react native wake word",
|
|
109
|
+
"Davoice react-native wake word",
|
|
110
|
+
"wake",
|
|
111
|
+
"word",
|
|
112
|
+
"Voice Commands Recognition",
|
|
113
|
+
"lightweight Voice Commands Recognition",
|
|
114
|
+
"customized lightweight Voice Commands Recognition",
|
|
115
|
+
"rn wake word"
|
|
116
|
+
"Davoice.io",
|
|
117
|
+
"voice commands",
|
|
118
|
+
"wake word",
|
|
119
|
+
"wakeword",
|
|
120
|
+
"wake words",
|
|
121
|
+
"keyword detection",
|
|
122
|
+
"keyword spotting",
|
|
123
|
+
"Wake word detection github"
|
|
124
|
+
"Wake Word"
|
|
125
|
+
"keyword detection"
|
|
126
|
+
"Phrase Recognition"
|
|
127
|
+
"Phrase Spotting"
|
|
128
|
+
"react-native wake word",
|
|
84
129
|
"Custom wake word",
|
|
85
130
|
"voice commands",
|
|
86
131
|
"wake word",
|
|
@@ -94,6 +139,21 @@ DaVoice.io Voice commands / Wake words / Voice to Intent / keyword detection npm
|
|
|
94
139
|
"react native wake word",
|
|
95
140
|
"Davoice.io wake word",
|
|
96
141
|
"Davoice wake word",
|
|
142
|
+
"Davoice wake word",
|
|
143
|
+
"Davoice react native wake word",
|
|
144
|
+
"Davoice.io react-native wake word",
|
|
145
|
+
"wake",
|
|
146
|
+
"word",
|
|
147
|
+
"Voice Commands Recognition",
|
|
148
|
+
"lightweight Voice Commands Recognition",
|
|
149
|
+
"customized lightweight Voice Commands Recognition",
|
|
150
|
+
"rn wake word"
|
|
151
|
+
"speech to intent",
|
|
152
|
+
"voice to intent",
|
|
153
|
+
"phrase spotting",
|
|
154
|
+
"react native wake word",
|
|
155
|
+
"Davoice.io wake word",
|
|
156
|
+
"Davoice wake word",
|
|
97
157
|
"Davoice react native wake word",
|
|
98
158
|
"Davoice react-native wake word",
|
|
99
159
|
"wake",
|
|
@@ -101,6 +161,8 @@ DaVoice.io Voice commands / Wake words / Voice to Intent / keyword detection npm
|
|
|
101
161
|
"Voice Commands Recognition",
|
|
102
162
|
"lightweight Voice Commands Recognition",
|
|
103
163
|
"customized lightweight Voice Commands Recognition",
|
|
164
|
+
"Custom wake word",
|
|
104
165
|
"rn wake word"
|
|
105
166
|
|
|
106
167
|
|
|
168
|
+
|
|
@@ -8,32 +8,31 @@
|
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
9
|
<string>KeyWordDetection.framework/KeyWordDetection</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
11
|
+
<string>ios-arm64</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>KeyWordDetection.framework</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
15
15
|
<array>
|
|
16
16
|
<string>arm64</string>
|
|
17
|
-
<string>x86_64</string>
|
|
18
17
|
</array>
|
|
19
18
|
<key>SupportedPlatform</key>
|
|
20
19
|
<string>ios</string>
|
|
21
|
-
<key>SupportedPlatformVariant</key>
|
|
22
|
-
<string>simulator</string>
|
|
23
20
|
</dict>
|
|
24
21
|
<dict>
|
|
25
22
|
<key>BinaryPath</key>
|
|
26
23
|
<string>KeyWordDetection.framework/KeyWordDetection</string>
|
|
27
24
|
<key>LibraryIdentifier</key>
|
|
28
|
-
<string>ios-
|
|
25
|
+
<string>ios-x86_64-simulator</string>
|
|
29
26
|
<key>LibraryPath</key>
|
|
30
27
|
<string>KeyWordDetection.framework</string>
|
|
31
28
|
<key>SupportedArchitectures</key>
|
|
32
29
|
<array>
|
|
33
|
-
<string>
|
|
30
|
+
<string>x86_64</string>
|
|
34
31
|
</array>
|
|
35
32
|
<key>SupportedPlatform</key>
|
|
36
33
|
<string>ios</string>
|
|
34
|
+
<key>SupportedPlatformVariant</key>
|
|
35
|
+
<string>simulator</string>
|
|
37
36
|
</dict>
|
|
38
37
|
</array>
|
|
39
38
|
<key>CFBundlePackageType</key>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#if 0
|
|
2
2
|
#elif defined(__arm64__) && __arm64__
|
|
3
|
-
// Generated by Apple Swift version 5.10 (swiftlang-
|
|
3
|
+
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
|
|
4
4
|
#ifndef KEYWORDDETECTION_SWIFT_H
|
|
5
5
|
#define KEYWORDDETECTION_SWIFT_H
|
|
6
6
|
#pragma clang diagnostic push
|
|
@@ -42,6 +42,8 @@
|
|
|
42
42
|
#include <string.h>
|
|
43
43
|
#endif
|
|
44
44
|
#if defined(__cplusplus)
|
|
45
|
+
#pragma clang diagnostic push
|
|
46
|
+
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
|
|
45
47
|
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
|
|
46
48
|
# include <ptrauth.h>
|
|
47
49
|
#else
|
|
@@ -55,6 +57,7 @@
|
|
|
55
57
|
# endif
|
|
56
58
|
#pragma clang diagnostic pop
|
|
57
59
|
#endif
|
|
60
|
+
#pragma clang diagnostic pop
|
|
58
61
|
#endif
|
|
59
62
|
|
|
60
63
|
#if !defined(SWIFT_TYPEDEFS)
|
|
@@ -290,6 +293,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
290
293
|
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
291
294
|
#pragma clang diagnostic ignored "-Wnullability"
|
|
292
295
|
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
296
|
+
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
|
|
293
297
|
|
|
294
298
|
#if __has_attribute(external_source_symbol)
|
|
295
299
|
# pragma push_macro("any")
|
|
Binary file
|
package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ABIRoot": {
|
|
3
3
|
"kind": "Root",
|
|
4
|
-
"name": "
|
|
5
|
-
"printedName": "
|
|
4
|
+
"name": "KeyWordDetection",
|
|
5
|
+
"printedName": "KeyWordDetection",
|
|
6
6
|
"children": [
|
|
7
7
|
{
|
|
8
8
|
"kind": "Import",
|
|
@@ -506,6 +506,20 @@
|
|
|
506
506
|
"ObjectiveC.NSObject"
|
|
507
507
|
],
|
|
508
508
|
"conformances": [
|
|
509
|
+
{
|
|
510
|
+
"kind": "Conformance",
|
|
511
|
+
"name": "Copyable",
|
|
512
|
+
"printedName": "Copyable",
|
|
513
|
+
"usr": "s:s8CopyableP",
|
|
514
|
+
"mangledName": "$ss8CopyableP"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"kind": "Conformance",
|
|
518
|
+
"name": "Escapable",
|
|
519
|
+
"printedName": "Escapable",
|
|
520
|
+
"usr": "s:s9EscapableP",
|
|
521
|
+
"mangledName": "$ss9EscapableP"
|
|
522
|
+
},
|
|
509
523
|
{
|
|
510
524
|
"kind": "Conformance",
|
|
511
525
|
"name": "Equatable",
|
|
@@ -644,6 +658,22 @@
|
|
|
644
658
|
"AccessControl",
|
|
645
659
|
"ObjC",
|
|
646
660
|
"RawDocComment"
|
|
661
|
+
],
|
|
662
|
+
"conformances": [
|
|
663
|
+
{
|
|
664
|
+
"kind": "Conformance",
|
|
665
|
+
"name": "Escapable",
|
|
666
|
+
"printedName": "Escapable",
|
|
667
|
+
"usr": "s:s9EscapableP",
|
|
668
|
+
"mangledName": "$ss9EscapableP"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"kind": "Conformance",
|
|
672
|
+
"name": "Copyable",
|
|
673
|
+
"printedName": "Copyable",
|
|
674
|
+
"usr": "s:s8CopyableP",
|
|
675
|
+
"mangledName": "$ss8CopyableP"
|
|
676
|
+
}
|
|
647
677
|
]
|
|
648
678
|
},
|
|
649
679
|
{
|
|
@@ -1250,6 +1280,20 @@
|
|
|
1250
1280
|
"ObjectiveC.NSObject"
|
|
1251
1281
|
],
|
|
1252
1282
|
"conformances": [
|
|
1283
|
+
{
|
|
1284
|
+
"kind": "Conformance",
|
|
1285
|
+
"name": "Copyable",
|
|
1286
|
+
"printedName": "Copyable",
|
|
1287
|
+
"usr": "s:s8CopyableP",
|
|
1288
|
+
"mangledName": "$ss8CopyableP"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "Conformance",
|
|
1292
|
+
"name": "Escapable",
|
|
1293
|
+
"printedName": "Escapable",
|
|
1294
|
+
"usr": "s:s9EscapableP",
|
|
1295
|
+
"mangledName": "$ss9EscapableP"
|
|
1296
|
+
},
|
|
1253
1297
|
{
|
|
1254
1298
|
"kind": "Conformance",
|
|
1255
1299
|
"name": "Equatable",
|
|
@@ -1385,34 +1429,6 @@
|
|
|
1385
1429
|
"declKind": "Import",
|
|
1386
1430
|
"moduleName": "KeyWordDetection"
|
|
1387
1431
|
},
|
|
1388
|
-
{
|
|
1389
|
-
"kind": "Import",
|
|
1390
|
-
"name": "AVFoundation",
|
|
1391
|
-
"printedName": "AVFoundation",
|
|
1392
|
-
"declKind": "Import",
|
|
1393
|
-
"moduleName": "KeyWordDetection"
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"kind": "Import",
|
|
1397
|
-
"name": "os.log",
|
|
1398
|
-
"printedName": "os.log",
|
|
1399
|
-
"declKind": "Import",
|
|
1400
|
-
"moduleName": "KeyWordDetection"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"kind": "Import",
|
|
1404
|
-
"name": "onnxruntime_objc",
|
|
1405
|
-
"printedName": "onnxruntime_objc",
|
|
1406
|
-
"declKind": "Import",
|
|
1407
|
-
"moduleName": "KeyWordDetection"
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "Import",
|
|
1411
|
-
"name": "Foundation",
|
|
1412
|
-
"printedName": "Foundation",
|
|
1413
|
-
"declKind": "Import",
|
|
1414
|
-
"moduleName": "KeyWordDetection"
|
|
1415
|
-
},
|
|
1416
1432
|
{
|
|
1417
1433
|
"kind": "Import",
|
|
1418
1434
|
"name": "CommonCrypto",
|
|
@@ -1466,6 +1482,20 @@
|
|
|
1466
1482
|
"ObjectiveC.NSObject"
|
|
1467
1483
|
],
|
|
1468
1484
|
"conformances": [
|
|
1485
|
+
{
|
|
1486
|
+
"kind": "Conformance",
|
|
1487
|
+
"name": "Copyable",
|
|
1488
|
+
"printedName": "Copyable",
|
|
1489
|
+
"usr": "s:s8CopyableP",
|
|
1490
|
+
"mangledName": "$ss8CopyableP"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "Conformance",
|
|
1494
|
+
"name": "Escapable",
|
|
1495
|
+
"printedName": "Escapable",
|
|
1496
|
+
"usr": "s:s9EscapableP",
|
|
1497
|
+
"mangledName": "$ss9EscapableP"
|
|
1498
|
+
},
|
|
1469
1499
|
{
|
|
1470
1500
|
"kind": "Conformance",
|
|
1471
1501
|
"name": "Equatable",
|
|
@@ -1633,12 +1663,82 @@
|
|
|
1633
1663
|
"length": 4,
|
|
1634
1664
|
"value": "5000"
|
|
1635
1665
|
},
|
|
1666
|
+
{
|
|
1667
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1668
|
+
"kind": "IntegerLiteral",
|
|
1669
|
+
"offset": 26448,
|
|
1670
|
+
"length": 1,
|
|
1671
|
+
"value": "1"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1675
|
+
"kind": "IntegerLiteral",
|
|
1676
|
+
"offset": 26943,
|
|
1677
|
+
"length": 1,
|
|
1678
|
+
"value": "0"
|
|
1679
|
+
},
|
|
1636
1680
|
{
|
|
1637
1681
|
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1638
1682
|
"kind": "StringLiteral",
|
|
1639
|
-
"offset":
|
|
1640
|
-
"length":
|
|
1641
|
-
"value": "\"
|
|
1683
|
+
"offset": 26988,
|
|
1684
|
+
"length": 12,
|
|
1685
|
+
"value": "\"ORTSession\""
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1689
|
+
"kind": "IntegerLiteral",
|
|
1690
|
+
"offset": 27008,
|
|
1691
|
+
"length": 1,
|
|
1692
|
+
"value": "1"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1696
|
+
"kind": "StringLiteral",
|
|
1697
|
+
"offset": 27049,
|
|
1698
|
+
"length": 34,
|
|
1699
|
+
"value": "\"Failed to retrieve output values\""
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1703
|
+
"kind": "IntegerLiteral",
|
|
1704
|
+
"offset": 27482,
|
|
1705
|
+
"length": 2,
|
|
1706
|
+
"value": "32"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1710
|
+
"kind": "IntegerLiteral",
|
|
1711
|
+
"offset": 27546,
|
|
1712
|
+
"length": 1,
|
|
1713
|
+
"value": "1"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1717
|
+
"kind": "IntegerLiteral",
|
|
1718
|
+
"offset": 27555,
|
|
1719
|
+
"length": 1,
|
|
1720
|
+
"value": "1"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1724
|
+
"kind": "IntegerLiteral",
|
|
1725
|
+
"offset": 27573,
|
|
1726
|
+
"length": 2,
|
|
1727
|
+
"value": "32"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1731
|
+
"kind": "IntegerLiteral",
|
|
1732
|
+
"offset": 27803,
|
|
1733
|
+
"length": 2,
|
|
1734
|
+
"value": "10"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/KeyWordsDetection.swift",
|
|
1738
|
+
"kind": "IntegerLiteral",
|
|
1739
|
+
"offset": 27808,
|
|
1740
|
+
"length": 1,
|
|
1741
|
+
"value": "2"
|
|
1642
1742
|
},
|
|
1643
1743
|
{
|
|
1644
1744
|
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
@@ -1752,34 +1852,6 @@
|
|
|
1752
1852
|
"length": 1,
|
|
1753
1853
|
"value": "5"
|
|
1754
1854
|
},
|
|
1755
|
-
{
|
|
1756
|
-
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/AudioProcessorFromVADOrFile.swift",
|
|
1757
|
-
"kind": "StringLiteral",
|
|
1758
|
-
"offset": 72,
|
|
1759
|
-
"length": 27,
|
|
1760
|
-
"value": "\"KeyWordDetection.AudioProcessorFromVADOrFile\""
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/VADModelWrapper.swift",
|
|
1764
|
-
"kind": "IntegerLiteral",
|
|
1765
|
-
"offset": 1161,
|
|
1766
|
-
"length": 1,
|
|
1767
|
-
"value": "0"
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/VADModelWrapper.swift",
|
|
1771
|
-
"kind": "Array",
|
|
1772
|
-
"offset": 1207,
|
|
1773
|
-
"length": 2,
|
|
1774
|
-
"value": "[]"
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/VADModelWrapper.swift",
|
|
1778
|
-
"kind": "IntegerLiteral",
|
|
1779
|
-
"offset": 1454,
|
|
1780
|
-
"length": 3,
|
|
1781
|
-
"value": "512"
|
|
1782
|
-
},
|
|
1783
1855
|
{
|
|
1784
1856
|
"filePath": "\/Users\/oferfryman\/projects\/VAD_WAKEWORD_FILES\/wakewords\/KeyWordLibraryIOS3\/Sources\/Constants.swift",
|
|
1785
1857
|
"kind": "IntegerLiteral",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
|
|
3
3
|
// swift-module-flags: -target arm64-apple-ios13.4 -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
|
|
4
5
|
import AVFoundation
|
|
5
6
|
import CommonCrypto
|
|
6
7
|
import Foundation
|
|
Binary file
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 5.10 (swiftlang-
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
|
|
3
3
|
// swift-module-flags: -target arm64-apple-ios13.4 -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
|
|
4
5
|
import AVFoundation
|
|
5
6
|
import CommonCrypto
|
|
6
7
|
import Foundation
|