react-native-vad
Version:
VAD / Voice activation detection library for React Native
1,292 lines • 42.3 kB
JSON
{
"ABIRoot": {
"kind": "Root",
"name": "VADetection",
"printedName": "VADetection",
"children": [
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "AVFoundation",
"printedName": "AVFoundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "ios_voice_processor",
"printedName": "ios_voice_processor",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "AVFoundation",
"printedName": "AVFoundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "os.log",
"printedName": "os.log",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "onnxruntime_objc",
"printedName": "onnxruntime_objc",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "TypeDecl",
"name": "VADetectionRNDelegate",
"printedName": "VADetectionRNDelegate",
"children": [
{
"kind": "Function",
"name": "VADetectionDidDetectEvent",
"printedName": "VADetectionDidDetectEvent(_:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Dictionary",
"printedName": "[Swift.String : Any]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "ProtocolComposition",
"printedName": "Any"
}
],
"usr": "s:SD"
}
],
"declKind": "Func",
"usr": "c:@M@VADetection@objc(pl)VADetectionRNDelegate(im)VADetectionDidDetectEvent:",
"mangledName": "$s11VADetection0A10RNDelegateP0A14DidDetectEventyySDySSypGF",
"moduleName": "VADetection",
"genericSig": "<τ_0_0 where τ_0_0 : VADetection.VADetectionRNDelegate>",
"sugared_genericSig": "<Self where Self : VADetection.VADetectionRNDelegate>",
"protocolReq": true,
"declAttributes": [
"ObjC"
],
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
"usr": "c:@M@VADetection@objc(pl)VADetectionRNDelegate",
"mangledName": "$s11VADetection0A10RNDelegateP",
"moduleName": "VADetection",
"genericSig": "<τ_0_0 : AnyObject>",
"sugared_genericSig": "<Self : AnyObject>",
"declAttributes": [
"AccessControl",
"ObjC",
"RawDocComment"
],
"conformances": [
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
}
]
},
{
"kind": "TypeDecl",
"name": "VADetection",
"printedName": "VADetection",
"children": [
{
"kind": "Var",
"name": "delegate",
"printedName": "delegate",
"children": [
{
"kind": "TypeNominal",
"name": "WeakStorage",
"printedName": "(any VADetection.VADetectionRNDelegate)?"
}
],
"declKind": "Var",
"usr": "c:@M@VADetection@objc(cs)VADetection(py)delegate",
"mangledName": "$s11VADetectionAAC8delegateAA0A10RNDelegate_pSgvp",
"moduleName": "VADetection",
"declAttributes": [
"HasInitialValue",
"HasStorage",
"ReferenceOwnership",
"AccessControl",
"ObjC"
],
"ownership": 1,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(any VADetection.VADetectionRNDelegate)?",
"children": [
{
"kind": "TypeNominal",
"name": "VADetectionRNDelegate",
"printedName": "any VADetection.VADetectionRNDelegate",
"usr": "c:@M@VADetection@objc(pl)VADetectionRNDelegate"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)delegate",
"mangledName": "$s11VADetectionAAC8delegateAA0A10RNDelegate_pSgvg",
"moduleName": "VADetection",
"implicit": true,
"declAttributes": [
"ObjC"
],
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(any VADetection.VADetectionRNDelegate)?",
"children": [
{
"kind": "TypeNominal",
"name": "VADetectionRNDelegate",
"printedName": "any VADetection.VADetectionRNDelegate",
"usr": "c:@M@VADetection@objc(pl)VADetectionRNDelegate"
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)setDelegate:",
"mangledName": "$s11VADetectionAAC8delegateAA0A10RNDelegate_pSgvs",
"moduleName": "VADetection",
"implicit": true,
"declAttributes": [
"ObjC"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:11VADetectionAAC8delegateAA0A10RNDelegate_pSgvM",
"mangledName": "$s11VADetectionAAC8delegateAA0A10RNDelegate_pSgvM",
"moduleName": "VADetection",
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "eventSink",
"printedName": "eventSink",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(([Swift.String : Any]) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "([Swift.String : Any]) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Dictionary",
"printedName": "[Swift.String : Any]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "ProtocolComposition",
"printedName": "Any"
}
],
"usr": "s:SD"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Var",
"usr": "s:11VADetectionAAC9eventSinkySDySSypGcSgvp",
"mangledName": "$s11VADetectionAAC9eventSinkySDySSypGcSgvp",
"moduleName": "VADetection",
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl"
],
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(([Swift.String : Any]) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "([Swift.String : Any]) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Dictionary",
"printedName": "[Swift.String : Any]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "ProtocolComposition",
"printedName": "Any"
}
],
"usr": "s:SD"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:11VADetectionAAC9eventSinkySDySSypGcSgvg",
"mangledName": "$s11VADetectionAAC9eventSinkySDySSypGcSgvg",
"moduleName": "VADetection",
"implicit": true,
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Optional",
"printedName": "(([Swift.String : Any]) -> ())?",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
"printedName": "([Swift.String : Any]) -> ()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Dictionary",
"printedName": "[Swift.String : Any]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "ProtocolComposition",
"printedName": "Any"
}
],
"usr": "s:SD"
}
]
}
],
"usr": "s:Sq"
}
],
"declKind": "Accessor",
"usr": "s:11VADetectionAAC9eventSinkySDySSypGcSgvs",
"mangledName": "$s11VADetectionAAC9eventSinkySDySSypGcSgvs",
"moduleName": "VADetection",
"implicit": true,
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:11VADetectionAAC9eventSinkySDySSypGcSgvM",
"mangledName": "$s11VADetectionAAC9eventSinkySDySSypGcSgvM",
"moduleName": "VADetection",
"implicit": true,
"accessorKind": "_modify"
}
]
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init(threshold:msWindow:)",
"children": [
{
"kind": "TypeNominal",
"name": "VADetection",
"printedName": "VADetection.VADetection",
"usr": "c:@M@VADetection@objc(cs)VADetection"
},
{
"kind": "TypeNominal",
"name": "Float",
"printedName": "Swift.Float",
"usr": "s:Sf"
},
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"declKind": "Constructor",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)initWithThreshold:msWindow:error:",
"mangledName": "$s11VADetectionAAC9threshold8msWindowABSf_SitKcfc",
"moduleName": "VADetection",
"objc_name": "initWithThreshold:msWindow:error:",
"declAttributes": [
"AccessControl",
"ObjC",
"RawDocComment"
],
"throwing": true,
"init_kind": "Designated"
},
{
"kind": "Function",
"name": "getVoiceProps",
"printedName": "getVoiceProps()",
"children": [
{
"kind": "TypeNominal",
"name": "Dictionary",
"printedName": "[Swift.String : Any]",
"children": [
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "ProtocolComposition",
"printedName": "Any"
}
],
"usr": "s:SD"
}
],
"declKind": "Func",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)getVoiceProps",
"mangledName": "$s11VADetectionAAC13getVoicePropsSDySSypGyF",
"moduleName": "VADetection",
"declAttributes": [
"AccessControl",
"ObjC",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "setVADetectionLicense",
"printedName": "setVADetectionLicense(licenseKey:)",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)setVADetectionLicenseWithLicenseKey:",
"mangledName": "$s11VADetectionAAC03setA7License10licenseKeySbSS_tF",
"moduleName": "VADetection",
"objc_name": "setVADetectionLicenseWithLicenseKey:",
"declAttributes": [
"AccessControl",
"ObjC",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "setLicense",
"printedName": "setLicense(licenseKey:)",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)setLicenseWithLicenseKey:",
"mangledName": "$s11VADetectionAAC10setLicense10licenseKeySbSS_tF",
"moduleName": "VADetection",
"objc_name": "setLicenseWithLicenseKey:",
"declAttributes": [
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "startSilentListening",
"printedName": "startSilentListening()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)startSilentListening",
"mangledName": "$s11VADetectionAAC20startSilentListeningSbyF",
"moduleName": "VADetection",
"declAttributes": [
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "startListening",
"printedName": "startListening()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Func",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)startListening",
"mangledName": "$s11VADetectionAAC14startListeningSbyF",
"moduleName": "VADetection",
"declAttributes": [
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "stopSilentListening",
"printedName": "stopSilentListening()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)stopSilentListening",
"mangledName": "$s11VADetectionAAC19stopSilentListeningyyF",
"moduleName": "VADetection",
"declAttributes": [
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "stopListening",
"printedName": "stopListening()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Func",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)stopListening",
"mangledName": "$s11VADetectionAAC13stopListeningyyF",
"moduleName": "VADetection",
"declAttributes": [
"AccessControl",
"ObjC"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Constructor",
"name": "init",
"printedName": "init()",
"children": [
{
"kind": "TypeNominal",
"name": "VADetection",
"printedName": "VADetection.VADetection",
"usr": "c:@M@VADetection@objc(cs)VADetection"
}
],
"declKind": "Constructor",
"usr": "c:@M@VADetection@objc(cs)VADetection(im)init",
"mangledName": "$s11VADetectionAACABycfc",
"moduleName": "VADetection",
"overriding": true,
"implicit": true,
"objc_name": "init",
"declAttributes": [
"Dynamic",
"ObjC",
"Override"
],
"init_kind": "Designated"
}
],
"declKind": "Class",
"usr": "c:@M@VADetection@objc(cs)VADetection",
"mangledName": "$s11VADetectionAAC",
"moduleName": "VADetection",
"declAttributes": [
"AccessControl",
"ObjC"
],
"superclassUsr": "c:objc(cs)NSObject",
"superclassNames": [
"ObjectiveC.NSObject"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
"mangledName": "$sSQ"
},
{
"kind": "Conformance",
"name": "Hashable",
"printedName": "Hashable",
"usr": "s:SH",
"mangledName": "$sSH"
},
{
"kind": "Conformance",
"name": "CVarArg",
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObservingPublishing",
"printedName": "_KeyValueCodingAndObservingPublishing",
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObserving",
"printedName": "_KeyValueCodingAndObserving",
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
},
{
"kind": "Conformance",
"name": "CustomStringConvertible",
"printedName": "CustomStringConvertible",
"usr": "s:s23CustomStringConvertibleP",
"mangledName": "$ss23CustomStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "AVFoundation",
"printedName": "AVFoundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "os.log",
"printedName": "os.log",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "onnxruntime_objc",
"printedName": "onnxruntime_objc",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "AVFoundation",
"printedName": "AVFoundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "os.log",
"printedName": "os.log",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "onnxruntime_objc",
"printedName": "onnxruntime_objc",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "Import",
"name": "CommonCrypto",
"printedName": "CommonCrypto",
"declKind": "Import",
"moduleName": "VADetection"
},
{
"kind": "TypeDecl",
"name": "LicenseManager",
"printedName": "LicenseManager",
"children": [
{
"kind": "Constructor",
"name": "init",
"printedName": "init()",
"children": [
{
"kind": "TypeNominal",
"name": "LicenseManager",
"printedName": "VADetection.LicenseManager",
"usr": "c:@M@VADetection@objc(cs)LicenseManager"
}
],
"declKind": "Constructor",
"usr": "c:@M@VADetection@objc(cs)LicenseManager(im)init",
"mangledName": "$s11VADetection14LicenseManagerCACycfc",
"moduleName": "VADetection",
"overriding": true,
"implicit": true,
"objc_name": "init",
"declAttributes": [
"Dynamic",
"ObjC",
"Override"
],
"init_kind": "Designated"
}
],
"declKind": "Class",
"usr": "c:@M@VADetection@objc(cs)LicenseManager",
"mangledName": "$s11VADetection14LicenseManagerC",
"moduleName": "VADetection",
"declAttributes": [
"AccessControl",
"ObjC"
],
"superclassUsr": "c:objc(cs)NSObject",
"inheritsConvenienceInitializers": true,
"superclassNames": [
"ObjectiveC.NSObject"
],
"conformances": [
{
"kind": "Conformance",
"name": "Copyable",
"printedName": "Copyable",
"usr": "s:s8CopyableP",
"mangledName": "$ss8CopyableP"
},
{
"kind": "Conformance",
"name": "Escapable",
"printedName": "Escapable",
"usr": "s:s9EscapableP",
"mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
"mangledName": "$sSQ"
},
{
"kind": "Conformance",
"name": "Hashable",
"printedName": "Hashable",
"usr": "s:SH",
"mangledName": "$sSH"
},
{
"kind": "Conformance",
"name": "CVarArg",
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObservingPublishing",
"printedName": "_KeyValueCodingAndObservingPublishing",
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
},
{
"kind": "Conformance",
"name": "_KeyValueCodingAndObserving",
"printedName": "_KeyValueCodingAndObserving",
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
},
{
"kind": "Conformance",
"name": "CustomStringConvertible",
"printedName": "CustomStringConvertible",
"usr": "s:s23CustomStringConvertibleP",
"mangledName": "$ss23CustomStringConvertibleP"
},
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
}
],
"json_format_version": 8
},
"ConstValues": [
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "BooleanLiteral",
"offset": 139,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "IntegerLiteral",
"offset": 180,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "FloatLiteral",
"offset": 226,
"length": 7,
"value": "16000.0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "StringLiteral",
"offset": 256,
"length": 29,
"value": "\"AudioProcessorFromVADOrFile\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "StringLiteral",
"offset": 789,
"length": 17,
"value": "\"silero_vad.onnx\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "BooleanLiteral",
"offset": 951,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "FloatLiteral",
"offset": 998,
"length": 3,
"value": "0.4"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "FloatLiteral",
"offset": 1048,
"length": 3,
"value": "0.0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "FloatLiteral",
"offset": 1110,
"length": 3,
"value": "0.0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "IntegerLiteral",
"offset": 1147,
"length": 4,
"value": "1000"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "IntegerLiteral",
"offset": 1397,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "IntegerLiteral",
"offset": 1444,
"length": 4,
"value": "1000"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "IntegerLiteral",
"offset": 1498,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "Array",
"offset": 1600,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "Array",
"offset": 1651,
"length": 2,
"value": "[]"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/AudioProcessorFromVADOrFile.swift",
"kind": "IntegerLiteral",
"offset": 1699,
"length": 1,
"value": "5"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/VADetection.swift",
"kind": "BooleanLiteral",
"offset": 3277,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/VADetection.swift",
"kind": "BooleanLiteral",
"offset": 3320,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/VADetection.swift",
"kind": "BooleanLiteral",
"offset": 3472,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/VADetection.swift",
"kind": "IntegerLiteral",
"offset": 3510,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/Constants.swift",
"kind": "IntegerLiteral",
"offset": 49,
"length": 4,
"value": "1024"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/Constants.swift",
"kind": "IntegerLiteral",
"offset": 147,
"length": 5,
"value": "16000"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/SlieroVadOnnxModel.swift",
"kind": "Array",
"offset": 229,
"length": 7,
"value": "[16000]"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/SlieroVadOnnxModel.swift",
"kind": "IntegerLiteral",
"offset": 267,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/SlieroVadOnnxModel.swift",
"kind": "IntegerLiteral",
"offset": 306,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/SlieroVadOnnxModel.swift",
"kind": "Dictionary",
"offset": 353,
"length": 3,
"value": "[]"
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 113,
"length": 4,
"value": "\"c1\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 144,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 174,
"length": 3,
"value": "\"f\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 205,
"length": 3,
"value": "\"b\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 243,
"length": 3,
"value": "\"Z\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 273,
"length": 3,
"value": "\"V\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 302,
"length": 3,
"value": "\"H\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 333,
"length": 3,
"value": "\"Y\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 363,
"length": 3,
"value": "\"I\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 394,
"length": 3,
"value": "\"T\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 426,
"length": 3,
"value": "\"k\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 454,
"length": 3,
"value": "\"m\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 482,
"length": 3,
"value": "\"Y\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 510,
"length": 3,
"value": "\"D\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 543,
"length": 3,
"value": "\"R\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 571,
"length": 3,
"value": "\"O\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 600,
"length": 3,
"value": "\"4\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 631,
"length": 3,
"value": "\"w\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 660,
"length": 3,
"value": "\"c\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 693,
"length": 3,
"value": "\"Z\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 722,
"length": 3,
"value": "\"V\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 751,
"length": 3,
"value": "\"1\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 780,
"length": 3,
"value": "\"T\""
},
{
"filePath": "\/Users\/oferfryman\/projects\/VADIOSLibPrivate\/Sources\/LicenseManager.swift",
"kind": "StringLiteral",
"offset": 811,
"length": 3,
"value": "\"s\""
}
]
}