audio-router
Version:
A Node.js package for interacting with audio devices using C++ DLL
31 lines • 576 B
JSON
{
"name": "audio-router",
"version": "1.0.6",
"description": "A Node.js package for interacting with audio devices using C++ DLL",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"audio",
"router",
"dll",
"ffi"
],
"author": "QiRen",
"files": [
"index.js",
"AudioDLL.dll"
],
"license": "ISC",
"dependencies": {
"koffi": "2.7.0"
},
"bin": {
"audio-router": "./index.js"
},
"peerDependencies": {
"koffi": "^2.7.0"
}
}