UNPKG

react-native-vad

Version:

VAD / Voice activation detection library for React Native

66 lines (65 loc) 1.74 kB
{ "name": "react-native-vad", "version": "1.0.44", "description": "VAD / Voice activation detection library for React Native", "main": "vad/index.js", "plugin": "./withWakeword.js", "types": "vad/index.d.ts", "expo": { "plugins": [ "./app.plugin.js" ] }, "files": [ "vad/", "android/", "ios/", "react-native.config.js", "module.modulemap", "plugin.js", "app.plugin.js", "VADetection.podspec" ], "react-native": { "ios": "ios", "android": "android" }, "scripts": { "build": "gradlew assembleRelease" }, "devDependencies": { "@types/react": "^18.3.12", "typescript": "^4.0.0" }, "peerDependencies": { "react": "^18.3.1", "react-native": ">=0.70.1" }, "keywords": [ "react-native voice activation detection", "davoice.io", "voice commands", "voice activation detection", "vad", "voice activation detection vad", "keyword detection", "keyword spotting", "speech to intent", "voice to intent", "phrase spotting", "react native wake word", "Davoice.io vad", "Davoice voice actication detection", "Davoice react native wake word", "Davoice react-native wake word", "Voice Commands Recognition", "lightweight Voice Activation Recognition", "customized lightweight Voice Commands Recognition", "Wake word detection github", "Wake word generator", "Custom wake word", "rn vad" ], "author": "Davoice.io", "license": "MIT" }