react-native-wakeword 1.0.73 → 1.0.74

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 (21) hide show
  1. package/KeyWordDetection.podspec +0 -1
  2. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/KeyWordDetection +0 -0
  3. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  4. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.abi.json +1555 -32
  5. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.private.swiftinterface +75 -1
  6. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  7. package/ios/KeyWordDetection.xcframework/ios-arm64/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios.swiftinterface +75 -1
  8. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/KeyWordDetection +0 -0
  9. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  10. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  11. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.abi.json +1777 -216
  12. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +75 -1
  13. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  14. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/arm64-apple-ios-simulator.swiftinterface +75 -1
  15. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.abi.json +1777 -216
  16. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +75 -1
  17. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  18. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/Modules/KeyWordDetection.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +75 -1
  19. package/ios/KeyWordDetection.xcframework/ios-arm64_x86_64-simulator/KeyWordDetection.framework/_CodeSignature/CodeResources +24 -24
  20. package/ios/react-native-wakeword.podspec +0 -1
  21. package/package.json +1 -1
@@ -1359,13 +1359,6 @@
1359
1359
  "declKind": "Import",
1360
1360
  "moduleName": "KeyWordDetection"
1361
1361
  },
1362
- {
1363
- "kind": "Import",
1364
- "name": "ios_voice_processor",
1365
- "printedName": "ios_voice_processor",
1366
- "declKind": "Import",
1367
- "moduleName": "KeyWordDetection"
1368
- },
1369
1362
  {
1370
1363
  "kind": "Import",
1371
1364
  "name": "Foundation",
@@ -1388,11 +1381,1492 @@
1388
1381
  "moduleName": "KeyWordDetection"
1389
1382
  },
1390
1383
  {
1391
- "kind": "Import",
1392
- "name": "onnxruntime_objc",
1393
- "printedName": "onnxruntime_objc",
1394
- "declKind": "Import",
1395
- "moduleName": "KeyWordDetection"
1384
+ "kind": "Import",
1385
+ "name": "onnxruntime_objc",
1386
+ "printedName": "onnxruntime_objc",
1387
+ "declKind": "Import",
1388
+ "moduleName": "KeyWordDetection"
1389
+ },
1390
+ {
1391
+ "kind": "Import",
1392
+ "name": "Foundation",
1393
+ "printedName": "Foundation",
1394
+ "declKind": "Import",
1395
+ "moduleName": "KeyWordDetection",
1396
+ "declAttributes": [
1397
+ "RawDocComment"
1398
+ ]
1399
+ },
1400
+ {
1401
+ "kind": "TypeDecl",
1402
+ "name": "AVAudioWrapperError",
1403
+ "printedName": "AVAudioWrapperError",
1404
+ "children": [
1405
+ {
1406
+ "kind": "Constructor",
1407
+ "name": "init",
1408
+ "printedName": "init(_:)",
1409
+ "children": [
1410
+ {
1411
+ "kind": "TypeNominal",
1412
+ "name": "AVAudioWrapperError",
1413
+ "printedName": "KeyWordDetection.AVAudioWrapperError",
1414
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorC"
1415
+ },
1416
+ {
1417
+ "kind": "TypeNominal",
1418
+ "name": "String",
1419
+ "printedName": "Swift.String",
1420
+ "usr": "s:SS"
1421
+ }
1422
+ ],
1423
+ "declKind": "Constructor",
1424
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorCyACSScfc",
1425
+ "mangledName": "$s16KeyWordDetection19AVAudioWrapperErrorCyACSScfc",
1426
+ "moduleName": "KeyWordDetection",
1427
+ "declAttributes": [
1428
+ "AccessControl"
1429
+ ],
1430
+ "init_kind": "Designated"
1431
+ },
1432
+ {
1433
+ "kind": "Var",
1434
+ "name": "errorDescription",
1435
+ "printedName": "errorDescription",
1436
+ "children": [
1437
+ {
1438
+ "kind": "TypeNominal",
1439
+ "name": "String",
1440
+ "printedName": "Swift.String",
1441
+ "usr": "s:SS"
1442
+ }
1443
+ ],
1444
+ "declKind": "Var",
1445
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorC16errorDescriptionSSvp",
1446
+ "mangledName": "$s16KeyWordDetection19AVAudioWrapperErrorC16errorDescriptionSSvp",
1447
+ "moduleName": "KeyWordDetection",
1448
+ "declAttributes": [
1449
+ "AccessControl"
1450
+ ],
1451
+ "accessors": [
1452
+ {
1453
+ "kind": "Accessor",
1454
+ "name": "Get",
1455
+ "printedName": "Get()",
1456
+ "children": [
1457
+ {
1458
+ "kind": "TypeNominal",
1459
+ "name": "String",
1460
+ "printedName": "Swift.String",
1461
+ "usr": "s:SS"
1462
+ }
1463
+ ],
1464
+ "declKind": "Accessor",
1465
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorC16errorDescriptionSSvg",
1466
+ "mangledName": "$s16KeyWordDetection19AVAudioWrapperErrorC16errorDescriptionSSvg",
1467
+ "moduleName": "KeyWordDetection",
1468
+ "accessorKind": "get"
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "kind": "Var",
1474
+ "name": "name",
1475
+ "printedName": "name",
1476
+ "children": [
1477
+ {
1478
+ "kind": "TypeNominal",
1479
+ "name": "String",
1480
+ "printedName": "Swift.String",
1481
+ "usr": "s:SS"
1482
+ }
1483
+ ],
1484
+ "declKind": "Var",
1485
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorC4nameSSvp",
1486
+ "mangledName": "$s16KeyWordDetection19AVAudioWrapperErrorC4nameSSvp",
1487
+ "moduleName": "KeyWordDetection",
1488
+ "declAttributes": [
1489
+ "AccessControl"
1490
+ ],
1491
+ "accessors": [
1492
+ {
1493
+ "kind": "Accessor",
1494
+ "name": "Get",
1495
+ "printedName": "Get()",
1496
+ "children": [
1497
+ {
1498
+ "kind": "TypeNominal",
1499
+ "name": "String",
1500
+ "printedName": "Swift.String",
1501
+ "usr": "s:SS"
1502
+ }
1503
+ ],
1504
+ "declKind": "Accessor",
1505
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorC4nameSSvg",
1506
+ "mangledName": "$s16KeyWordDetection19AVAudioWrapperErrorC4nameSSvg",
1507
+ "moduleName": "KeyWordDetection",
1508
+ "accessorKind": "get"
1509
+ }
1510
+ ]
1511
+ }
1512
+ ],
1513
+ "declKind": "Class",
1514
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorC",
1515
+ "mangledName": "$s16KeyWordDetection19AVAudioWrapperErrorC",
1516
+ "moduleName": "KeyWordDetection",
1517
+ "declAttributes": [
1518
+ "AccessControl"
1519
+ ],
1520
+ "conformances": [
1521
+ {
1522
+ "kind": "Conformance",
1523
+ "name": "Copyable",
1524
+ "printedName": "Copyable",
1525
+ "usr": "s:s8CopyableP",
1526
+ "mangledName": "$ss8CopyableP"
1527
+ },
1528
+ {
1529
+ "kind": "Conformance",
1530
+ "name": "Escapable",
1531
+ "printedName": "Escapable",
1532
+ "usr": "s:s9EscapableP",
1533
+ "mangledName": "$ss9EscapableP"
1534
+ },
1535
+ {
1536
+ "kind": "Conformance",
1537
+ "name": "LocalizedError",
1538
+ "printedName": "LocalizedError",
1539
+ "usr": "s:10Foundation14LocalizedErrorP",
1540
+ "mangledName": "$s10Foundation14LocalizedErrorP"
1541
+ },
1542
+ {
1543
+ "kind": "Conformance",
1544
+ "name": "Error",
1545
+ "printedName": "Error",
1546
+ "usr": "s:s5ErrorP",
1547
+ "mangledName": "$ss5ErrorP"
1548
+ },
1549
+ {
1550
+ "kind": "Conformance",
1551
+ "name": "Sendable",
1552
+ "printedName": "Sendable",
1553
+ "usr": "s:s8SendableP",
1554
+ "mangledName": "$ss8SendableP"
1555
+ }
1556
+ ]
1557
+ },
1558
+ {
1559
+ "kind": "TypeDecl",
1560
+ "name": "AVAudioWrapperArgumentError",
1561
+ "printedName": "AVAudioWrapperArgumentError",
1562
+ "children": [
1563
+ {
1564
+ "kind": "Constructor",
1565
+ "name": "init",
1566
+ "printedName": "init(_:)",
1567
+ "children": [
1568
+ {
1569
+ "kind": "TypeNominal",
1570
+ "name": "AVAudioWrapperArgumentError",
1571
+ "printedName": "KeyWordDetection.AVAudioWrapperArgumentError",
1572
+ "usr": "s:16KeyWordDetection27AVAudioWrapperArgumentErrorC"
1573
+ },
1574
+ {
1575
+ "kind": "TypeNominal",
1576
+ "name": "String",
1577
+ "printedName": "Swift.String",
1578
+ "usr": "s:SS"
1579
+ }
1580
+ ],
1581
+ "declKind": "Constructor",
1582
+ "usr": "s:16KeyWordDetection27AVAudioWrapperArgumentErrorCyACSScfc",
1583
+ "mangledName": "$s16KeyWordDetection27AVAudioWrapperArgumentErrorCyACSScfc",
1584
+ "moduleName": "KeyWordDetection",
1585
+ "overriding": true,
1586
+ "implicit": true,
1587
+ "declAttributes": [
1588
+ "Override"
1589
+ ],
1590
+ "init_kind": "Designated"
1591
+ }
1592
+ ],
1593
+ "declKind": "Class",
1594
+ "usr": "s:16KeyWordDetection27AVAudioWrapperArgumentErrorC",
1595
+ "mangledName": "$s16KeyWordDetection27AVAudioWrapperArgumentErrorC",
1596
+ "moduleName": "KeyWordDetection",
1597
+ "declAttributes": [
1598
+ "AccessControl"
1599
+ ],
1600
+ "superclassUsr": "s:16KeyWordDetection19AVAudioWrapperErrorC",
1601
+ "inheritsConvenienceInitializers": true,
1602
+ "superclassNames": [
1603
+ "KeyWordDetection.AVAudioWrapperError"
1604
+ ],
1605
+ "conformances": [
1606
+ {
1607
+ "kind": "Conformance",
1608
+ "name": "Copyable",
1609
+ "printedName": "Copyable",
1610
+ "usr": "s:s8CopyableP",
1611
+ "mangledName": "$ss8CopyableP"
1612
+ },
1613
+ {
1614
+ "kind": "Conformance",
1615
+ "name": "Escapable",
1616
+ "printedName": "Escapable",
1617
+ "usr": "s:s9EscapableP",
1618
+ "mangledName": "$ss9EscapableP"
1619
+ },
1620
+ {
1621
+ "kind": "Conformance",
1622
+ "name": "LocalizedError",
1623
+ "printedName": "LocalizedError",
1624
+ "usr": "s:10Foundation14LocalizedErrorP",
1625
+ "mangledName": "$s10Foundation14LocalizedErrorP"
1626
+ },
1627
+ {
1628
+ "kind": "Conformance",
1629
+ "name": "Error",
1630
+ "printedName": "Error",
1631
+ "usr": "s:s5ErrorP",
1632
+ "mangledName": "$ss5ErrorP"
1633
+ },
1634
+ {
1635
+ "kind": "Conformance",
1636
+ "name": "Sendable",
1637
+ "printedName": "Sendable",
1638
+ "usr": "s:s8SendableP",
1639
+ "mangledName": "$ss8SendableP"
1640
+ }
1641
+ ]
1642
+ },
1643
+ {
1644
+ "kind": "TypeDecl",
1645
+ "name": "AVAudioWrapperReadError",
1646
+ "printedName": "AVAudioWrapperReadError",
1647
+ "children": [
1648
+ {
1649
+ "kind": "Constructor",
1650
+ "name": "init",
1651
+ "printedName": "init(_:)",
1652
+ "children": [
1653
+ {
1654
+ "kind": "TypeNominal",
1655
+ "name": "AVAudioWrapperReadError",
1656
+ "printedName": "KeyWordDetection.AVAudioWrapperReadError",
1657
+ "usr": "s:16KeyWordDetection23AVAudioWrapperReadErrorC"
1658
+ },
1659
+ {
1660
+ "kind": "TypeNominal",
1661
+ "name": "String",
1662
+ "printedName": "Swift.String",
1663
+ "usr": "s:SS"
1664
+ }
1665
+ ],
1666
+ "declKind": "Constructor",
1667
+ "usr": "s:16KeyWordDetection23AVAudioWrapperReadErrorCyACSScfc",
1668
+ "mangledName": "$s16KeyWordDetection23AVAudioWrapperReadErrorCyACSScfc",
1669
+ "moduleName": "KeyWordDetection",
1670
+ "overriding": true,
1671
+ "implicit": true,
1672
+ "declAttributes": [
1673
+ "Override"
1674
+ ],
1675
+ "init_kind": "Designated"
1676
+ }
1677
+ ],
1678
+ "declKind": "Class",
1679
+ "usr": "s:16KeyWordDetection23AVAudioWrapperReadErrorC",
1680
+ "mangledName": "$s16KeyWordDetection23AVAudioWrapperReadErrorC",
1681
+ "moduleName": "KeyWordDetection",
1682
+ "declAttributes": [
1683
+ "AccessControl"
1684
+ ],
1685
+ "superclassUsr": "s:16KeyWordDetection19AVAudioWrapperErrorC",
1686
+ "inheritsConvenienceInitializers": true,
1687
+ "superclassNames": [
1688
+ "KeyWordDetection.AVAudioWrapperError"
1689
+ ],
1690
+ "conformances": [
1691
+ {
1692
+ "kind": "Conformance",
1693
+ "name": "Copyable",
1694
+ "printedName": "Copyable",
1695
+ "usr": "s:s8CopyableP",
1696
+ "mangledName": "$ss8CopyableP"
1697
+ },
1698
+ {
1699
+ "kind": "Conformance",
1700
+ "name": "Escapable",
1701
+ "printedName": "Escapable",
1702
+ "usr": "s:s9EscapableP",
1703
+ "mangledName": "$ss9EscapableP"
1704
+ },
1705
+ {
1706
+ "kind": "Conformance",
1707
+ "name": "LocalizedError",
1708
+ "printedName": "LocalizedError",
1709
+ "usr": "s:10Foundation14LocalizedErrorP",
1710
+ "mangledName": "$s10Foundation14LocalizedErrorP"
1711
+ },
1712
+ {
1713
+ "kind": "Conformance",
1714
+ "name": "Error",
1715
+ "printedName": "Error",
1716
+ "usr": "s:s5ErrorP",
1717
+ "mangledName": "$ss5ErrorP"
1718
+ },
1719
+ {
1720
+ "kind": "Conformance",
1721
+ "name": "Sendable",
1722
+ "printedName": "Sendable",
1723
+ "usr": "s:s8SendableP",
1724
+ "mangledName": "$ss8SendableP"
1725
+ }
1726
+ ]
1727
+ },
1728
+ {
1729
+ "kind": "TypeDecl",
1730
+ "name": "AVAudioWrapperRuntimeError",
1731
+ "printedName": "AVAudioWrapperRuntimeError",
1732
+ "children": [
1733
+ {
1734
+ "kind": "Constructor",
1735
+ "name": "init",
1736
+ "printedName": "init(_:)",
1737
+ "children": [
1738
+ {
1739
+ "kind": "TypeNominal",
1740
+ "name": "AVAudioWrapperRuntimeError",
1741
+ "printedName": "KeyWordDetection.AVAudioWrapperRuntimeError",
1742
+ "usr": "s:16KeyWordDetection26AVAudioWrapperRuntimeErrorC"
1743
+ },
1744
+ {
1745
+ "kind": "TypeNominal",
1746
+ "name": "String",
1747
+ "printedName": "Swift.String",
1748
+ "usr": "s:SS"
1749
+ }
1750
+ ],
1751
+ "declKind": "Constructor",
1752
+ "usr": "s:16KeyWordDetection26AVAudioWrapperRuntimeErrorCyACSScfc",
1753
+ "mangledName": "$s16KeyWordDetection26AVAudioWrapperRuntimeErrorCyACSScfc",
1754
+ "moduleName": "KeyWordDetection",
1755
+ "overriding": true,
1756
+ "implicit": true,
1757
+ "declAttributes": [
1758
+ "Override"
1759
+ ],
1760
+ "init_kind": "Designated"
1761
+ }
1762
+ ],
1763
+ "declKind": "Class",
1764
+ "usr": "s:16KeyWordDetection26AVAudioWrapperRuntimeErrorC",
1765
+ "mangledName": "$s16KeyWordDetection26AVAudioWrapperRuntimeErrorC",
1766
+ "moduleName": "KeyWordDetection",
1767
+ "declAttributes": [
1768
+ "AccessControl"
1769
+ ],
1770
+ "superclassUsr": "s:16KeyWordDetection19AVAudioWrapperErrorC",
1771
+ "inheritsConvenienceInitializers": true,
1772
+ "superclassNames": [
1773
+ "KeyWordDetection.AVAudioWrapperError"
1774
+ ],
1775
+ "conformances": [
1776
+ {
1777
+ "kind": "Conformance",
1778
+ "name": "Copyable",
1779
+ "printedName": "Copyable",
1780
+ "usr": "s:s8CopyableP",
1781
+ "mangledName": "$ss8CopyableP"
1782
+ },
1783
+ {
1784
+ "kind": "Conformance",
1785
+ "name": "Escapable",
1786
+ "printedName": "Escapable",
1787
+ "usr": "s:s9EscapableP",
1788
+ "mangledName": "$ss9EscapableP"
1789
+ },
1790
+ {
1791
+ "kind": "Conformance",
1792
+ "name": "LocalizedError",
1793
+ "printedName": "LocalizedError",
1794
+ "usr": "s:10Foundation14LocalizedErrorP",
1795
+ "mangledName": "$s10Foundation14LocalizedErrorP"
1796
+ },
1797
+ {
1798
+ "kind": "Conformance",
1799
+ "name": "Error",
1800
+ "printedName": "Error",
1801
+ "usr": "s:s5ErrorP",
1802
+ "mangledName": "$ss5ErrorP"
1803
+ },
1804
+ {
1805
+ "kind": "Conformance",
1806
+ "name": "Sendable",
1807
+ "printedName": "Sendable",
1808
+ "usr": "s:s8SendableP",
1809
+ "mangledName": "$ss8SendableP"
1810
+ }
1811
+ ]
1812
+ },
1813
+ {
1814
+ "kind": "Import",
1815
+ "name": "AVFoundation",
1816
+ "printedName": "AVFoundation",
1817
+ "declKind": "Import",
1818
+ "moduleName": "KeyWordDetection"
1819
+ },
1820
+ {
1821
+ "kind": "TypeDecl",
1822
+ "name": "AVAudioWrapperFrameListener",
1823
+ "printedName": "AVAudioWrapperFrameListener",
1824
+ "children": [
1825
+ {
1826
+ "kind": "Constructor",
1827
+ "name": "init",
1828
+ "printedName": "init(_:)",
1829
+ "children": [
1830
+ {
1831
+ "kind": "TypeNominal",
1832
+ "name": "AVAudioWrapperFrameListener",
1833
+ "printedName": "KeyWordDetection.AVAudioWrapperFrameListener",
1834
+ "usr": "s:16KeyWordDetection27AVAudioWrapperFrameListenerC"
1835
+ },
1836
+ {
1837
+ "kind": "TypeFunc",
1838
+ "name": "Function",
1839
+ "printedName": "([Swift.Int16]) -> ()",
1840
+ "children": [
1841
+ {
1842
+ "kind": "TypeNominal",
1843
+ "name": "Void",
1844
+ "printedName": "()"
1845
+ },
1846
+ {
1847
+ "kind": "TypeNominal",
1848
+ "name": "Array",
1849
+ "printedName": "[Swift.Int16]",
1850
+ "children": [
1851
+ {
1852
+ "kind": "TypeNominal",
1853
+ "name": "Int16",
1854
+ "printedName": "Swift.Int16",
1855
+ "usr": "s:s5Int16V"
1856
+ }
1857
+ ],
1858
+ "usr": "s:Sa"
1859
+ }
1860
+ ]
1861
+ }
1862
+ ],
1863
+ "declKind": "Constructor",
1864
+ "usr": "s:16KeyWordDetection27AVAudioWrapperFrameListenerCyACySays5Int16VGccfc",
1865
+ "mangledName": "$s16KeyWordDetection27AVAudioWrapperFrameListenerCyACySays5Int16VGccfc",
1866
+ "moduleName": "KeyWordDetection",
1867
+ "declAttributes": [
1868
+ "AccessControl"
1869
+ ],
1870
+ "init_kind": "Designated"
1871
+ },
1872
+ {
1873
+ "kind": "Function",
1874
+ "name": "onFrame",
1875
+ "printedName": "onFrame(_:)",
1876
+ "children": [
1877
+ {
1878
+ "kind": "TypeNominal",
1879
+ "name": "Void",
1880
+ "printedName": "()"
1881
+ },
1882
+ {
1883
+ "kind": "TypeNominal",
1884
+ "name": "Array",
1885
+ "printedName": "[Swift.Int16]",
1886
+ "children": [
1887
+ {
1888
+ "kind": "TypeNominal",
1889
+ "name": "Int16",
1890
+ "printedName": "Swift.Int16",
1891
+ "usr": "s:s5Int16V"
1892
+ }
1893
+ ],
1894
+ "usr": "s:Sa"
1895
+ }
1896
+ ],
1897
+ "declKind": "Func",
1898
+ "usr": "s:16KeyWordDetection27AVAudioWrapperFrameListenerC02onF0yySays5Int16VGF",
1899
+ "mangledName": "$s16KeyWordDetection27AVAudioWrapperFrameListenerC02onF0yySays5Int16VGF",
1900
+ "moduleName": "KeyWordDetection",
1901
+ "declAttributes": [
1902
+ "AccessControl"
1903
+ ],
1904
+ "funcSelfKind": "NonMutating"
1905
+ }
1906
+ ],
1907
+ "declKind": "Class",
1908
+ "usr": "s:16KeyWordDetection27AVAudioWrapperFrameListenerC",
1909
+ "mangledName": "$s16KeyWordDetection27AVAudioWrapperFrameListenerC",
1910
+ "moduleName": "KeyWordDetection",
1911
+ "declAttributes": [
1912
+ "AccessControl"
1913
+ ],
1914
+ "conformances": [
1915
+ {
1916
+ "kind": "Conformance",
1917
+ "name": "Copyable",
1918
+ "printedName": "Copyable",
1919
+ "usr": "s:s8CopyableP",
1920
+ "mangledName": "$ss8CopyableP"
1921
+ },
1922
+ {
1923
+ "kind": "Conformance",
1924
+ "name": "Escapable",
1925
+ "printedName": "Escapable",
1926
+ "usr": "s:s9EscapableP",
1927
+ "mangledName": "$ss9EscapableP"
1928
+ }
1929
+ ]
1930
+ },
1931
+ {
1932
+ "kind": "TypeDecl",
1933
+ "name": "AVAudioWrapperErrorListener",
1934
+ "printedName": "AVAudioWrapperErrorListener",
1935
+ "children": [
1936
+ {
1937
+ "kind": "Constructor",
1938
+ "name": "init",
1939
+ "printedName": "init(_:)",
1940
+ "children": [
1941
+ {
1942
+ "kind": "TypeNominal",
1943
+ "name": "AVAudioWrapperErrorListener",
1944
+ "printedName": "KeyWordDetection.AVAudioWrapperErrorListener",
1945
+ "usr": "s:16KeyWordDetection27AVAudioWrapperErrorListenerC"
1946
+ },
1947
+ {
1948
+ "kind": "TypeFunc",
1949
+ "name": "Function",
1950
+ "printedName": "(KeyWordDetection.AVAudioWrapperError) -> ()",
1951
+ "children": [
1952
+ {
1953
+ "kind": "TypeNominal",
1954
+ "name": "Void",
1955
+ "printedName": "()"
1956
+ },
1957
+ {
1958
+ "kind": "TypeNominal",
1959
+ "name": "AVAudioWrapperError",
1960
+ "printedName": "KeyWordDetection.AVAudioWrapperError",
1961
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorC"
1962
+ }
1963
+ ]
1964
+ }
1965
+ ],
1966
+ "declKind": "Constructor",
1967
+ "usr": "s:16KeyWordDetection27AVAudioWrapperErrorListenerCyACyAA0deF0Cccfc",
1968
+ "mangledName": "$s16KeyWordDetection27AVAudioWrapperErrorListenerCyACyAA0deF0Cccfc",
1969
+ "moduleName": "KeyWordDetection",
1970
+ "declAttributes": [
1971
+ "AccessControl"
1972
+ ],
1973
+ "init_kind": "Designated"
1974
+ },
1975
+ {
1976
+ "kind": "Function",
1977
+ "name": "onError",
1978
+ "printedName": "onError(_:)",
1979
+ "children": [
1980
+ {
1981
+ "kind": "TypeNominal",
1982
+ "name": "Void",
1983
+ "printedName": "()"
1984
+ },
1985
+ {
1986
+ "kind": "TypeNominal",
1987
+ "name": "AVAudioWrapperError",
1988
+ "printedName": "KeyWordDetection.AVAudioWrapperError",
1989
+ "usr": "s:16KeyWordDetection19AVAudioWrapperErrorC"
1990
+ }
1991
+ ],
1992
+ "declKind": "Func",
1993
+ "usr": "s:16KeyWordDetection27AVAudioWrapperErrorListenerC02onF0yyAA0deF0CF",
1994
+ "mangledName": "$s16KeyWordDetection27AVAudioWrapperErrorListenerC02onF0yyAA0deF0CF",
1995
+ "moduleName": "KeyWordDetection",
1996
+ "declAttributes": [
1997
+ "AccessControl"
1998
+ ],
1999
+ "funcSelfKind": "NonMutating"
2000
+ }
2001
+ ],
2002
+ "declKind": "Class",
2003
+ "usr": "s:16KeyWordDetection27AVAudioWrapperErrorListenerC",
2004
+ "mangledName": "$s16KeyWordDetection27AVAudioWrapperErrorListenerC",
2005
+ "moduleName": "KeyWordDetection",
2006
+ "declAttributes": [
2007
+ "AccessControl"
2008
+ ],
2009
+ "conformances": [
2010
+ {
2011
+ "kind": "Conformance",
2012
+ "name": "Copyable",
2013
+ "printedName": "Copyable",
2014
+ "usr": "s:s8CopyableP",
2015
+ "mangledName": "$ss8CopyableP"
2016
+ },
2017
+ {
2018
+ "kind": "Conformance",
2019
+ "name": "Escapable",
2020
+ "printedName": "Escapable",
2021
+ "usr": "s:s9EscapableP",
2022
+ "mangledName": "$ss9EscapableP"
2023
+ }
2024
+ ]
2025
+ },
2026
+ {
2027
+ "kind": "TypeDecl",
2028
+ "name": "AVAudioWrapper",
2029
+ "printedName": "AVAudioWrapper",
2030
+ "children": [
2031
+ {
2032
+ "kind": "Var",
2033
+ "name": "instance",
2034
+ "printedName": "instance",
2035
+ "children": [
2036
+ {
2037
+ "kind": "TypeNominal",
2038
+ "name": "AVAudioWrapper",
2039
+ "printedName": "KeyWordDetection.AVAudioWrapper",
2040
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC"
2041
+ }
2042
+ ],
2043
+ "declKind": "Var",
2044
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC8instanceACvpZ",
2045
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC8instanceACvpZ",
2046
+ "moduleName": "KeyWordDetection",
2047
+ "static": true,
2048
+ "declAttributes": [
2049
+ "HasInitialValue",
2050
+ "Final",
2051
+ "HasStorage",
2052
+ "AccessControl"
2053
+ ],
2054
+ "isLet": true,
2055
+ "hasStorage": true,
2056
+ "accessors": [
2057
+ {
2058
+ "kind": "Accessor",
2059
+ "name": "Get",
2060
+ "printedName": "Get()",
2061
+ "children": [
2062
+ {
2063
+ "kind": "TypeNominal",
2064
+ "name": "AVAudioWrapper",
2065
+ "printedName": "KeyWordDetection.AVAudioWrapper",
2066
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC"
2067
+ }
2068
+ ],
2069
+ "declKind": "Accessor",
2070
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC8instanceACvgZ",
2071
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC8instanceACvgZ",
2072
+ "moduleName": "KeyWordDetection",
2073
+ "static": true,
2074
+ "implicit": true,
2075
+ "declAttributes": [
2076
+ "Final"
2077
+ ],
2078
+ "accessorKind": "get"
2079
+ }
2080
+ ]
2081
+ },
2082
+ {
2083
+ "kind": "Var",
2084
+ "name": "isRecording",
2085
+ "printedName": "isRecording",
2086
+ "children": [
2087
+ {
2088
+ "kind": "TypeNominal",
2089
+ "name": "Bool",
2090
+ "printedName": "Swift.Bool",
2091
+ "usr": "s:Sb"
2092
+ }
2093
+ ],
2094
+ "declKind": "Var",
2095
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC11isRecordingSbvp",
2096
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC11isRecordingSbvp",
2097
+ "moduleName": "KeyWordDetection",
2098
+ "declAttributes": [
2099
+ "AccessControl"
2100
+ ],
2101
+ "accessors": [
2102
+ {
2103
+ "kind": "Accessor",
2104
+ "name": "Get",
2105
+ "printedName": "Get()",
2106
+ "children": [
2107
+ {
2108
+ "kind": "TypeNominal",
2109
+ "name": "Bool",
2110
+ "printedName": "Swift.Bool",
2111
+ "usr": "s:Sb"
2112
+ }
2113
+ ],
2114
+ "declKind": "Accessor",
2115
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC11isRecordingSbvg",
2116
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC11isRecordingSbvg",
2117
+ "moduleName": "KeyWordDetection",
2118
+ "accessorKind": "get"
2119
+ }
2120
+ ]
2121
+ },
2122
+ {
2123
+ "kind": "Var",
2124
+ "name": "frameLength",
2125
+ "printedName": "frameLength",
2126
+ "children": [
2127
+ {
2128
+ "kind": "TypeNominal",
2129
+ "name": "Optional",
2130
+ "printedName": "Swift.UInt32?",
2131
+ "children": [
2132
+ {
2133
+ "kind": "TypeNominal",
2134
+ "name": "UInt32",
2135
+ "printedName": "Swift.UInt32",
2136
+ "usr": "s:s6UInt32V"
2137
+ }
2138
+ ],
2139
+ "usr": "s:Sq"
2140
+ }
2141
+ ],
2142
+ "declKind": "Var",
2143
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC11frameLengths6UInt32VSgvp",
2144
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC11frameLengths6UInt32VSgvp",
2145
+ "moduleName": "KeyWordDetection",
2146
+ "declAttributes": [
2147
+ "AccessControl"
2148
+ ],
2149
+ "accessors": [
2150
+ {
2151
+ "kind": "Accessor",
2152
+ "name": "Get",
2153
+ "printedName": "Get()",
2154
+ "children": [
2155
+ {
2156
+ "kind": "TypeNominal",
2157
+ "name": "Optional",
2158
+ "printedName": "Swift.UInt32?",
2159
+ "children": [
2160
+ {
2161
+ "kind": "TypeNominal",
2162
+ "name": "UInt32",
2163
+ "printedName": "Swift.UInt32",
2164
+ "usr": "s:s6UInt32V"
2165
+ }
2166
+ ],
2167
+ "usr": "s:Sq"
2168
+ }
2169
+ ],
2170
+ "declKind": "Accessor",
2171
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC11frameLengths6UInt32VSgvg",
2172
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC11frameLengths6UInt32VSgvg",
2173
+ "moduleName": "KeyWordDetection",
2174
+ "accessorKind": "get"
2175
+ }
2176
+ ]
2177
+ },
2178
+ {
2179
+ "kind": "Var",
2180
+ "name": "sampleRate",
2181
+ "printedName": "sampleRate",
2182
+ "children": [
2183
+ {
2184
+ "kind": "TypeNominal",
2185
+ "name": "Optional",
2186
+ "printedName": "Swift.UInt32?",
2187
+ "children": [
2188
+ {
2189
+ "kind": "TypeNominal",
2190
+ "name": "UInt32",
2191
+ "printedName": "Swift.UInt32",
2192
+ "usr": "s:s6UInt32V"
2193
+ }
2194
+ ],
2195
+ "usr": "s:Sq"
2196
+ }
2197
+ ],
2198
+ "declKind": "Var",
2199
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC10sampleRates6UInt32VSgvp",
2200
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC10sampleRates6UInt32VSgvp",
2201
+ "moduleName": "KeyWordDetection",
2202
+ "declAttributes": [
2203
+ "AccessControl"
2204
+ ],
2205
+ "accessors": [
2206
+ {
2207
+ "kind": "Accessor",
2208
+ "name": "Get",
2209
+ "printedName": "Get()",
2210
+ "children": [
2211
+ {
2212
+ "kind": "TypeNominal",
2213
+ "name": "Optional",
2214
+ "printedName": "Swift.UInt32?",
2215
+ "children": [
2216
+ {
2217
+ "kind": "TypeNominal",
2218
+ "name": "UInt32",
2219
+ "printedName": "Swift.UInt32",
2220
+ "usr": "s:s6UInt32V"
2221
+ }
2222
+ ],
2223
+ "usr": "s:Sq"
2224
+ }
2225
+ ],
2226
+ "declKind": "Accessor",
2227
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC10sampleRates6UInt32VSgvg",
2228
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC10sampleRates6UInt32VSgvg",
2229
+ "moduleName": "KeyWordDetection",
2230
+ "accessorKind": "get"
2231
+ }
2232
+ ]
2233
+ },
2234
+ {
2235
+ "kind": "Var",
2236
+ "name": "numFrameListeners",
2237
+ "printedName": "numFrameListeners",
2238
+ "children": [
2239
+ {
2240
+ "kind": "TypeNominal",
2241
+ "name": "Int",
2242
+ "printedName": "Swift.Int",
2243
+ "usr": "s:Si"
2244
+ }
2245
+ ],
2246
+ "declKind": "Var",
2247
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC17numFrameListenersSivp",
2248
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC17numFrameListenersSivp",
2249
+ "moduleName": "KeyWordDetection",
2250
+ "declAttributes": [
2251
+ "AccessControl"
2252
+ ],
2253
+ "accessors": [
2254
+ {
2255
+ "kind": "Accessor",
2256
+ "name": "Get",
2257
+ "printedName": "Get()",
2258
+ "children": [
2259
+ {
2260
+ "kind": "TypeNominal",
2261
+ "name": "Int",
2262
+ "printedName": "Swift.Int",
2263
+ "usr": "s:Si"
2264
+ }
2265
+ ],
2266
+ "declKind": "Accessor",
2267
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC17numFrameListenersSivg",
2268
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC17numFrameListenersSivg",
2269
+ "moduleName": "KeyWordDetection",
2270
+ "accessorKind": "get"
2271
+ }
2272
+ ]
2273
+ },
2274
+ {
2275
+ "kind": "Function",
2276
+ "name": "setSessionOptions",
2277
+ "printedName": "setSessionOptions(sessionOptions:)",
2278
+ "children": [
2279
+ {
2280
+ "kind": "TypeNominal",
2281
+ "name": "Void",
2282
+ "printedName": "()"
2283
+ },
2284
+ {
2285
+ "kind": "TypeNominal",
2286
+ "name": "CategoryOptions",
2287
+ "printedName": "AVFAudio.AVAudioSession.CategoryOptions",
2288
+ "usr": "c:@E@AVAudioSessionCategoryOptions"
2289
+ }
2290
+ ],
2291
+ "declKind": "Func",
2292
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC17setSessionOptions07sessionH0ySo0dg8CategoryH0V_tF",
2293
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC17setSessionOptions07sessionH0ySo0dg8CategoryH0V_tF",
2294
+ "moduleName": "KeyWordDetection",
2295
+ "declAttributes": [
2296
+ "AccessControl"
2297
+ ],
2298
+ "funcSelfKind": "NonMutating"
2299
+ },
2300
+ {
2301
+ "kind": "Var",
2302
+ "name": "numErrorListeners",
2303
+ "printedName": "numErrorListeners",
2304
+ "children": [
2305
+ {
2306
+ "kind": "TypeNominal",
2307
+ "name": "Int",
2308
+ "printedName": "Swift.Int",
2309
+ "usr": "s:Si"
2310
+ }
2311
+ ],
2312
+ "declKind": "Var",
2313
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC17numErrorListenersSivp",
2314
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC17numErrorListenersSivp",
2315
+ "moduleName": "KeyWordDetection",
2316
+ "declAttributes": [
2317
+ "AccessControl"
2318
+ ],
2319
+ "accessors": [
2320
+ {
2321
+ "kind": "Accessor",
2322
+ "name": "Get",
2323
+ "printedName": "Get()",
2324
+ "children": [
2325
+ {
2326
+ "kind": "TypeNominal",
2327
+ "name": "Int",
2328
+ "printedName": "Swift.Int",
2329
+ "usr": "s:Si"
2330
+ }
2331
+ ],
2332
+ "declKind": "Accessor",
2333
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC17numErrorListenersSivg",
2334
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC17numErrorListenersSivg",
2335
+ "moduleName": "KeyWordDetection",
2336
+ "accessorKind": "get"
2337
+ }
2338
+ ]
2339
+ },
2340
+ {
2341
+ "kind": "Var",
2342
+ "name": "hasRecordAudioPermission",
2343
+ "printedName": "hasRecordAudioPermission",
2344
+ "children": [
2345
+ {
2346
+ "kind": "TypeNominal",
2347
+ "name": "Bool",
2348
+ "printedName": "Swift.Bool",
2349
+ "usr": "s:Sb"
2350
+ }
2351
+ ],
2352
+ "declKind": "Var",
2353
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC24hasRecordAudioPermissionSbvpZ",
2354
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC24hasRecordAudioPermissionSbvpZ",
2355
+ "moduleName": "KeyWordDetection",
2356
+ "static": true,
2357
+ "declAttributes": [
2358
+ "Final",
2359
+ "AccessControl"
2360
+ ],
2361
+ "accessors": [
2362
+ {
2363
+ "kind": "Accessor",
2364
+ "name": "Get",
2365
+ "printedName": "Get()",
2366
+ "children": [
2367
+ {
2368
+ "kind": "TypeNominal",
2369
+ "name": "Bool",
2370
+ "printedName": "Swift.Bool",
2371
+ "usr": "s:Sb"
2372
+ }
2373
+ ],
2374
+ "declKind": "Accessor",
2375
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC24hasRecordAudioPermissionSbvgZ",
2376
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC24hasRecordAudioPermissionSbvgZ",
2377
+ "moduleName": "KeyWordDetection",
2378
+ "static": true,
2379
+ "declAttributes": [
2380
+ "Final"
2381
+ ],
2382
+ "accessorKind": "get"
2383
+ }
2384
+ ]
2385
+ },
2386
+ {
2387
+ "kind": "Function",
2388
+ "name": "requestRecordAudioPermission",
2389
+ "printedName": "requestRecordAudioPermission(_:)",
2390
+ "children": [
2391
+ {
2392
+ "kind": "TypeNominal",
2393
+ "name": "Void",
2394
+ "printedName": "()"
2395
+ },
2396
+ {
2397
+ "kind": "TypeFunc",
2398
+ "name": "Function",
2399
+ "printedName": "(Swift.Bool) -> ()",
2400
+ "children": [
2401
+ {
2402
+ "kind": "TypeNominal",
2403
+ "name": "Void",
2404
+ "printedName": "()"
2405
+ },
2406
+ {
2407
+ "kind": "TypeNominal",
2408
+ "name": "Bool",
2409
+ "printedName": "Swift.Bool",
2410
+ "usr": "s:Sb"
2411
+ }
2412
+ ]
2413
+ }
2414
+ ],
2415
+ "declKind": "Func",
2416
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC28requestRecordAudioPermissionyyySbcFZ",
2417
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC28requestRecordAudioPermissionyyySbcFZ",
2418
+ "moduleName": "KeyWordDetection",
2419
+ "static": true,
2420
+ "declAttributes": [
2421
+ "Final",
2422
+ "AccessControl"
2423
+ ],
2424
+ "funcSelfKind": "NonMutating"
2425
+ },
2426
+ {
2427
+ "kind": "Function",
2428
+ "name": "addFrameListener",
2429
+ "printedName": "addFrameListener(_:)",
2430
+ "children": [
2431
+ {
2432
+ "kind": "TypeNominal",
2433
+ "name": "Void",
2434
+ "printedName": "()"
2435
+ },
2436
+ {
2437
+ "kind": "TypeNominal",
2438
+ "name": "AVAudioWrapperFrameListener",
2439
+ "printedName": "KeyWordDetection.AVAudioWrapperFrameListener",
2440
+ "usr": "s:16KeyWordDetection27AVAudioWrapperFrameListenerC"
2441
+ }
2442
+ ],
2443
+ "declKind": "Func",
2444
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC16addFrameListeneryyAA0degH0CF",
2445
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC16addFrameListeneryyAA0degH0CF",
2446
+ "moduleName": "KeyWordDetection",
2447
+ "declAttributes": [
2448
+ "AccessControl"
2449
+ ],
2450
+ "funcSelfKind": "NonMutating"
2451
+ },
2452
+ {
2453
+ "kind": "Function",
2454
+ "name": "addFrameListeners",
2455
+ "printedName": "addFrameListeners(_:)",
2456
+ "children": [
2457
+ {
2458
+ "kind": "TypeNominal",
2459
+ "name": "Void",
2460
+ "printedName": "()"
2461
+ },
2462
+ {
2463
+ "kind": "TypeNominal",
2464
+ "name": "Array",
2465
+ "printedName": "[KeyWordDetection.AVAudioWrapperFrameListener]",
2466
+ "children": [
2467
+ {
2468
+ "kind": "TypeNominal",
2469
+ "name": "AVAudioWrapperFrameListener",
2470
+ "printedName": "KeyWordDetection.AVAudioWrapperFrameListener",
2471
+ "usr": "s:16KeyWordDetection27AVAudioWrapperFrameListenerC"
2472
+ }
2473
+ ],
2474
+ "usr": "s:Sa"
2475
+ }
2476
+ ],
2477
+ "declKind": "Func",
2478
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC17addFrameListenersyySayAA0deG8ListenerCGF",
2479
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC17addFrameListenersyySayAA0deG8ListenerCGF",
2480
+ "moduleName": "KeyWordDetection",
2481
+ "declAttributes": [
2482
+ "AccessControl"
2483
+ ],
2484
+ "funcSelfKind": "NonMutating"
2485
+ },
2486
+ {
2487
+ "kind": "Function",
2488
+ "name": "removeFrameListener",
2489
+ "printedName": "removeFrameListener(_:)",
2490
+ "children": [
2491
+ {
2492
+ "kind": "TypeNominal",
2493
+ "name": "Void",
2494
+ "printedName": "()"
2495
+ },
2496
+ {
2497
+ "kind": "TypeNominal",
2498
+ "name": "AVAudioWrapperFrameListener",
2499
+ "printedName": "KeyWordDetection.AVAudioWrapperFrameListener",
2500
+ "usr": "s:16KeyWordDetection27AVAudioWrapperFrameListenerC"
2501
+ }
2502
+ ],
2503
+ "declKind": "Func",
2504
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC19removeFrameListeneryyAA0degH0CF",
2505
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC19removeFrameListeneryyAA0degH0CF",
2506
+ "moduleName": "KeyWordDetection",
2507
+ "declAttributes": [
2508
+ "AccessControl"
2509
+ ],
2510
+ "funcSelfKind": "NonMutating"
2511
+ },
2512
+ {
2513
+ "kind": "Function",
2514
+ "name": "removeFrameListeners",
2515
+ "printedName": "removeFrameListeners(_:)",
2516
+ "children": [
2517
+ {
2518
+ "kind": "TypeNominal",
2519
+ "name": "Void",
2520
+ "printedName": "()"
2521
+ },
2522
+ {
2523
+ "kind": "TypeNominal",
2524
+ "name": "Array",
2525
+ "printedName": "[KeyWordDetection.AVAudioWrapperFrameListener]",
2526
+ "children": [
2527
+ {
2528
+ "kind": "TypeNominal",
2529
+ "name": "AVAudioWrapperFrameListener",
2530
+ "printedName": "KeyWordDetection.AVAudioWrapperFrameListener",
2531
+ "usr": "s:16KeyWordDetection27AVAudioWrapperFrameListenerC"
2532
+ }
2533
+ ],
2534
+ "usr": "s:Sa"
2535
+ }
2536
+ ],
2537
+ "declKind": "Func",
2538
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC20removeFrameListenersyySayAA0deG8ListenerCGF",
2539
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC20removeFrameListenersyySayAA0deG8ListenerCGF",
2540
+ "moduleName": "KeyWordDetection",
2541
+ "declAttributes": [
2542
+ "AccessControl"
2543
+ ],
2544
+ "funcSelfKind": "NonMutating"
2545
+ },
2546
+ {
2547
+ "kind": "Function",
2548
+ "name": "clearFrameListeners",
2549
+ "printedName": "clearFrameListeners()",
2550
+ "children": [
2551
+ {
2552
+ "kind": "TypeNominal",
2553
+ "name": "Void",
2554
+ "printedName": "()"
2555
+ }
2556
+ ],
2557
+ "declKind": "Func",
2558
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC19clearFrameListenersyyF",
2559
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC19clearFrameListenersyyF",
2560
+ "moduleName": "KeyWordDetection",
2561
+ "declAttributes": [
2562
+ "AccessControl"
2563
+ ],
2564
+ "funcSelfKind": "NonMutating"
2565
+ },
2566
+ {
2567
+ "kind": "Function",
2568
+ "name": "addErrorListener",
2569
+ "printedName": "addErrorListener(_:)",
2570
+ "children": [
2571
+ {
2572
+ "kind": "TypeNominal",
2573
+ "name": "Void",
2574
+ "printedName": "()"
2575
+ },
2576
+ {
2577
+ "kind": "TypeNominal",
2578
+ "name": "AVAudioWrapperErrorListener",
2579
+ "printedName": "KeyWordDetection.AVAudioWrapperErrorListener",
2580
+ "usr": "s:16KeyWordDetection27AVAudioWrapperErrorListenerC"
2581
+ }
2582
+ ],
2583
+ "declKind": "Func",
2584
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC16addErrorListeneryyAA0degH0CF",
2585
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC16addErrorListeneryyAA0degH0CF",
2586
+ "moduleName": "KeyWordDetection",
2587
+ "declAttributes": [
2588
+ "AccessControl"
2589
+ ],
2590
+ "funcSelfKind": "NonMutating"
2591
+ },
2592
+ {
2593
+ "kind": "Function",
2594
+ "name": "removeErrorListener",
2595
+ "printedName": "removeErrorListener(_:)",
2596
+ "children": [
2597
+ {
2598
+ "kind": "TypeNominal",
2599
+ "name": "Void",
2600
+ "printedName": "()"
2601
+ },
2602
+ {
2603
+ "kind": "TypeNominal",
2604
+ "name": "AVAudioWrapperErrorListener",
2605
+ "printedName": "KeyWordDetection.AVAudioWrapperErrorListener",
2606
+ "usr": "s:16KeyWordDetection27AVAudioWrapperErrorListenerC"
2607
+ }
2608
+ ],
2609
+ "declKind": "Func",
2610
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC19removeErrorListeneryyAA0degH0CF",
2611
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC19removeErrorListeneryyAA0degH0CF",
2612
+ "moduleName": "KeyWordDetection",
2613
+ "declAttributes": [
2614
+ "AccessControl"
2615
+ ],
2616
+ "funcSelfKind": "NonMutating"
2617
+ },
2618
+ {
2619
+ "kind": "Function",
2620
+ "name": "clearErrorListeners",
2621
+ "printedName": "clearErrorListeners()",
2622
+ "children": [
2623
+ {
2624
+ "kind": "TypeNominal",
2625
+ "name": "Void",
2626
+ "printedName": "()"
2627
+ }
2628
+ ],
2629
+ "declKind": "Func",
2630
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC19clearErrorListenersyyF",
2631
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC19clearErrorListenersyyF",
2632
+ "moduleName": "KeyWordDetection",
2633
+ "declAttributes": [
2634
+ "AccessControl"
2635
+ ],
2636
+ "funcSelfKind": "NonMutating"
2637
+ },
2638
+ {
2639
+ "kind": "Function",
2640
+ "name": "start",
2641
+ "printedName": "start(frameLength:sampleRate:)",
2642
+ "children": [
2643
+ {
2644
+ "kind": "TypeNominal",
2645
+ "name": "Void",
2646
+ "printedName": "()"
2647
+ },
2648
+ {
2649
+ "kind": "TypeNominal",
2650
+ "name": "UInt32",
2651
+ "printedName": "Swift.UInt32",
2652
+ "usr": "s:s6UInt32V"
2653
+ },
2654
+ {
2655
+ "kind": "TypeNominal",
2656
+ "name": "UInt32",
2657
+ "printedName": "Swift.UInt32",
2658
+ "usr": "s:s6UInt32V"
2659
+ }
2660
+ ],
2661
+ "declKind": "Func",
2662
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC5start11frameLength10sampleRateys6UInt32V_AHtKF",
2663
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC5start11frameLength10sampleRateys6UInt32V_AHtKF",
2664
+ "moduleName": "KeyWordDetection",
2665
+ "declAttributes": [
2666
+ "AccessControl"
2667
+ ],
2668
+ "throwing": true,
2669
+ "funcSelfKind": "NonMutating"
2670
+ },
2671
+ {
2672
+ "kind": "Function",
2673
+ "name": "stop",
2674
+ "printedName": "stop()",
2675
+ "children": [
2676
+ {
2677
+ "kind": "TypeNominal",
2678
+ "name": "Void",
2679
+ "printedName": "()"
2680
+ }
2681
+ ],
2682
+ "declKind": "Func",
2683
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC4stopyyKF",
2684
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC4stopyyKF",
2685
+ "moduleName": "KeyWordDetection",
2686
+ "declAttributes": [
2687
+ "AccessControl"
2688
+ ],
2689
+ "throwing": true,
2690
+ "funcSelfKind": "NonMutating"
2691
+ }
2692
+ ],
2693
+ "declKind": "Class",
2694
+ "usr": "s:16KeyWordDetection14AVAudioWrapperC",
2695
+ "mangledName": "$s16KeyWordDetection14AVAudioWrapperC",
2696
+ "moduleName": "KeyWordDetection",
2697
+ "declAttributes": [
2698
+ "AccessControl"
2699
+ ],
2700
+ "hasMissingDesignatedInitializers": true,
2701
+ "conformances": [
2702
+ {
2703
+ "kind": "Conformance",
2704
+ "name": "Copyable",
2705
+ "printedName": "Copyable",
2706
+ "usr": "s:s8CopyableP",
2707
+ "mangledName": "$ss8CopyableP"
2708
+ },
2709
+ {
2710
+ "kind": "Conformance",
2711
+ "name": "Escapable",
2712
+ "printedName": "Escapable",
2713
+ "usr": "s:s9EscapableP",
2714
+ "mangledName": "$ss9EscapableP"
2715
+ }
2716
+ ]
2717
+ },
2718
+ {
2719
+ "kind": "TypeDecl",
2720
+ "name": "AVAudioWrapperBuffer",
2721
+ "printedName": "AVAudioWrapperBuffer",
2722
+ "children": [
2723
+ {
2724
+ "kind": "Constructor",
2725
+ "name": "init",
2726
+ "printedName": "init(size:)",
2727
+ "children": [
2728
+ {
2729
+ "kind": "TypeNominal",
2730
+ "name": "AVAudioWrapperBuffer",
2731
+ "printedName": "KeyWordDetection.AVAudioWrapperBuffer",
2732
+ "usr": "s:16KeyWordDetection20AVAudioWrapperBufferC"
2733
+ },
2734
+ {
2735
+ "kind": "TypeNominal",
2736
+ "name": "Int",
2737
+ "printedName": "Swift.Int",
2738
+ "usr": "s:Si"
2739
+ }
2740
+ ],
2741
+ "declKind": "Constructor",
2742
+ "usr": "s:16KeyWordDetection20AVAudioWrapperBufferC4sizeACSi_tcfc",
2743
+ "mangledName": "$s16KeyWordDetection20AVAudioWrapperBufferC4sizeACSi_tcfc",
2744
+ "moduleName": "KeyWordDetection",
2745
+ "declAttributes": [
2746
+ "AccessControl",
2747
+ "RawDocComment"
2748
+ ],
2749
+ "init_kind": "Designated"
2750
+ },
2751
+ {
2752
+ "kind": "Function",
2753
+ "name": "write",
2754
+ "printedName": "write(samples:)",
2755
+ "children": [
2756
+ {
2757
+ "kind": "TypeNominal",
2758
+ "name": "Void",
2759
+ "printedName": "()"
2760
+ },
2761
+ {
2762
+ "kind": "TypeNominal",
2763
+ "name": "Array",
2764
+ "printedName": "[Swift.Int16]",
2765
+ "children": [
2766
+ {
2767
+ "kind": "TypeNominal",
2768
+ "name": "Int16",
2769
+ "printedName": "Swift.Int16",
2770
+ "usr": "s:s5Int16V"
2771
+ }
2772
+ ],
2773
+ "usr": "s:Sa"
2774
+ }
2775
+ ],
2776
+ "declKind": "Func",
2777
+ "usr": "s:16KeyWordDetection20AVAudioWrapperBufferC5write7samplesySays5Int16VG_tKF",
2778
+ "mangledName": "$s16KeyWordDetection20AVAudioWrapperBufferC5write7samplesySays5Int16VG_tKF",
2779
+ "moduleName": "KeyWordDetection",
2780
+ "declAttributes": [
2781
+ "AccessControl",
2782
+ "RawDocComment"
2783
+ ],
2784
+ "throwing": true,
2785
+ "funcSelfKind": "NonMutating"
2786
+ },
2787
+ {
2788
+ "kind": "Function",
2789
+ "name": "read",
2790
+ "printedName": "read(count:)",
2791
+ "children": [
2792
+ {
2793
+ "kind": "TypeNominal",
2794
+ "name": "Array",
2795
+ "printedName": "[Swift.Int16]",
2796
+ "children": [
2797
+ {
2798
+ "kind": "TypeNominal",
2799
+ "name": "Int16",
2800
+ "printedName": "Swift.Int16",
2801
+ "usr": "s:s5Int16V"
2802
+ }
2803
+ ],
2804
+ "usr": "s:Sa"
2805
+ },
2806
+ {
2807
+ "kind": "TypeNominal",
2808
+ "name": "Int",
2809
+ "printedName": "Swift.Int",
2810
+ "usr": "s:Si"
2811
+ }
2812
+ ],
2813
+ "declKind": "Func",
2814
+ "usr": "s:16KeyWordDetection20AVAudioWrapperBufferC4read5countSays5Int16VGSi_tF",
2815
+ "mangledName": "$s16KeyWordDetection20AVAudioWrapperBufferC4read5countSays5Int16VGSi_tF",
2816
+ "moduleName": "KeyWordDetection",
2817
+ "declAttributes": [
2818
+ "AccessControl",
2819
+ "RawDocComment"
2820
+ ],
2821
+ "funcSelfKind": "NonMutating"
2822
+ },
2823
+ {
2824
+ "kind": "Function",
2825
+ "name": "availableSamples",
2826
+ "printedName": "availableSamples()",
2827
+ "children": [
2828
+ {
2829
+ "kind": "TypeNominal",
2830
+ "name": "Int",
2831
+ "printedName": "Swift.Int",
2832
+ "usr": "s:Si"
2833
+ }
2834
+ ],
2835
+ "declKind": "Func",
2836
+ "usr": "s:16KeyWordDetection20AVAudioWrapperBufferC16availableSamplesSiyF",
2837
+ "mangledName": "$s16KeyWordDetection20AVAudioWrapperBufferC16availableSamplesSiyF",
2838
+ "moduleName": "KeyWordDetection",
2839
+ "declAttributes": [
2840
+ "AccessControl",
2841
+ "RawDocComment"
2842
+ ],
2843
+ "funcSelfKind": "NonMutating"
2844
+ }
2845
+ ],
2846
+ "declKind": "Class",
2847
+ "usr": "s:16KeyWordDetection20AVAudioWrapperBufferC",
2848
+ "mangledName": "$s16KeyWordDetection20AVAudioWrapperBufferC",
2849
+ "moduleName": "KeyWordDetection",
2850
+ "declAttributes": [
2851
+ "AccessControl",
2852
+ "RawDocComment"
2853
+ ],
2854
+ "conformances": [
2855
+ {
2856
+ "kind": "Conformance",
2857
+ "name": "Copyable",
2858
+ "printedName": "Copyable",
2859
+ "usr": "s:s8CopyableP",
2860
+ "mangledName": "$ss8CopyableP"
2861
+ },
2862
+ {
2863
+ "kind": "Conformance",
2864
+ "name": "Escapable",
2865
+ "printedName": "Escapable",
2866
+ "usr": "s:s9EscapableP",
2867
+ "mangledName": "$ss9EscapableP"
2868
+ }
2869
+ ]
1396
2870
  },
1397
2871
  {
1398
2872
  "kind": "Import",
@@ -1743,140 +3217,140 @@
1743
3217
  {
1744
3218
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1745
3219
  "kind": "BooleanLiteral",
1746
- "offset": 139,
3220
+ "offset": 112,
1747
3221
  "length": 5,
1748
3222
  "value": "false"
1749
3223
  },
1750
3224
  {
1751
3225
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1752
3226
  "kind": "IntegerLiteral",
1753
- "offset": 180,
3227
+ "offset": 153,
1754
3228
  "length": 1,
1755
3229
  "value": "0"
1756
3230
  },
1757
3231
  {
1758
3232
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1759
3233
  "kind": "FloatLiteral",
1760
- "offset": 226,
3234
+ "offset": 199,
1761
3235
  "length": 7,
1762
3236
  "value": "16000.0"
1763
3237
  },
1764
3238
  {
1765
3239
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1766
3240
  "kind": "StringLiteral",
1767
- "offset": 256,
3241
+ "offset": 229,
1768
3242
  "length": 29,
1769
3243
  "value": "\"AudioProcessorFromVADOrFile\""
1770
3244
  },
1771
3245
  {
1772
3246
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1773
3247
  "kind": "StringLiteral",
1774
- "offset": 715,
3248
+ "offset": 688,
1775
3249
  "length": 17,
1776
3250
  "value": "\"silero_vad.onnx\""
1777
3251
  },
1778
3252
  {
1779
3253
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1780
3254
  "kind": "BooleanLiteral",
1781
- "offset": 872,
3255
+ "offset": 845,
1782
3256
  "length": 5,
1783
3257
  "value": "false"
1784
3258
  },
1785
3259
  {
1786
3260
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1787
3261
  "kind": "FloatLiteral",
1788
- "offset": 914,
3262
+ "offset": 887,
1789
3263
  "length": 3,
1790
3264
  "value": "0.8"
1791
3265
  },
1792
3266
  {
1793
3267
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1794
3268
  "kind": "FloatLiteral",
1795
- "offset": 993,
3269
+ "offset": 966,
1796
3270
  "length": 3,
1797
3271
  "value": "0.8"
1798
3272
  },
1799
3273
  {
1800
3274
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1801
3275
  "kind": "FloatLiteral",
1802
- "offset": 1083,
3276
+ "offset": 1056,
1803
3277
  "length": 3,
1804
3278
  "value": "0.0"
1805
3279
  },
1806
3280
  {
1807
3281
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1808
3282
  "kind": "FloatLiteral",
1809
- "offset": 1187,
3283
+ "offset": 1160,
1810
3284
  "length": 4,
1811
3285
  "value": "0.45"
1812
3286
  },
1813
3287
  {
1814
3288
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1815
3289
  "kind": "IntegerLiteral",
1816
- "offset": 1438,
3290
+ "offset": 1411,
1817
3291
  "length": 1,
1818
3292
  "value": "0"
1819
3293
  },
1820
3294
  {
1821
3295
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1822
3296
  "kind": "IntegerLiteral",
1823
- "offset": 1485,
3297
+ "offset": 1458,
1824
3298
  "length": 4,
1825
3299
  "value": "1000"
1826
3300
  },
1827
3301
  {
1828
3302
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1829
3303
  "kind": "IntegerLiteral",
1830
- "offset": 1539,
3304
+ "offset": 1512,
1831
3305
  "length": 1,
1832
3306
  "value": "0"
1833
3307
  },
1834
3308
  {
1835
3309
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1836
3310
  "kind": "Array",
1837
- "offset": 1641,
3311
+ "offset": 1614,
1838
3312
  "length": 2,
1839
3313
  "value": "[]"
1840
3314
  },
1841
3315
  {
1842
3316
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1843
3317
  "kind": "Array",
1844
- "offset": 1692,
3318
+ "offset": 1665,
1845
3319
  "length": 2,
1846
3320
  "value": "[]"
1847
3321
  },
1848
3322
  {
1849
3323
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1850
3324
  "kind": "IntegerLiteral",
1851
- "offset": 1740,
3325
+ "offset": 1713,
1852
3326
  "length": 1,
1853
3327
  "value": "5"
1854
3328
  },
1855
3329
  {
1856
3330
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1857
3331
  "kind": "FloatLiteral",
1858
- "offset": 14432,
3332
+ "offset": 14479,
1859
3333
  "length": 3,
1860
3334
  "value": "0.1"
1861
3335
  },
1862
3336
  {
1863
3337
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1864
3338
  "kind": "IntegerLiteral",
1865
- "offset": 14463,
3339
+ "offset": 14510,
1866
3340
  "length": 1,
1867
3341
  "value": "5"
1868
3342
  },
1869
3343
  {
1870
3344
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1871
3345
  "kind": "FloatLiteral",
1872
- "offset": 16593,
3346
+ "offset": 16640,
1873
3347
  "length": 3,
1874
3348
  "value": "0.1"
1875
3349
  },
1876
3350
  {
1877
3351
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
1878
3352
  "kind": "IntegerLiteral",
1879
- "offset": 16616,
3353
+ "offset": 16663,
1880
3354
  "length": 1,
1881
3355
  "value": "5"
1882
3356
  },
@@ -1922,6 +3396,55 @@
1922
3396
  "length": 3,
1923
3397
  "value": "[]"
1924
3398
  },
3399
+ {
3400
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
3401
+ "kind": "IntegerLiteral",
3402
+ "offset": 1158,
3403
+ "length": 1,
3404
+ "value": "3"
3405
+ },
3406
+ {
3407
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
3408
+ "kind": "IntegerLiteral",
3409
+ "offset": 1278,
3410
+ "length": 1,
3411
+ "value": "3"
3412
+ },
3413
+ {
3414
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
3415
+ "kind": "Array",
3416
+ "offset": 1400,
3417
+ "length": 2,
3418
+ "value": "[]"
3419
+ },
3420
+ {
3421
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
3422
+ "kind": "Array",
3423
+ "offset": 1467,
3424
+ "length": 2,
3425
+ "value": "[]"
3426
+ },
3427
+ {
3428
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapper.swift",
3429
+ "kind": "BooleanLiteral",
3430
+ "offset": 1508,
3431
+ "length": 5,
3432
+ "value": "false"
3433
+ },
3434
+ {
3435
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperBuffer.swift",
3436
+ "kind": "IntegerLiteral",
3437
+ "offset": 678,
3438
+ "length": 1,
3439
+ "value": "0"
3440
+ },
3441
+ {
3442
+ "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/AVAudioWrapperBuffer.swift",
3443
+ "kind": "IntegerLiteral",
3444
+ "offset": 714,
3445
+ "length": 1,
3446
+ "value": "0"
3447
+ },
1925
3448
  {
1926
3449
  "filePath": "\/Users\/oferfryman\/projects\/KeywordDetectionIOSLibPrivate\/Sources\/LicenseManager.swift",
1927
3450
  "kind": "StringLiteral",