@adhityan/speaker
Version:
Output PCM audio data to the speakers
45 lines (44 loc) • 980 B
JSON
{
"name": "@adhityan/speaker",
"version": "0.5.7",
"license": "(MIT AND LGPL-2.1-only)",
"description": "Output PCM audio data to the speakers",
"author": "K V Adhityan",
"repository": "TooTallNate/node-speaker",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "standard && node-gyp rebuild --mpg123-backend=dummy"
},
"dependencies": {
"bindings": "^1.5.0",
"buffer-alloc": "^1.2.0",
"debug": "^4.4.0"
},
"devDependencies": {
"@types/node": "^22.13.9",
"mocha": "^11.1.0",
"standard": "^17.1.2"
},
"engines": {
"node": ">=8.6"
},
"keywords": [
"pcm",
"audio",
"sound",
"music",
"output",
"speaker",
"headphone",
"alsa",
"coreaudio",
"openal",
"sdl",
"portaudio",
"jack",
"oss",
"pulse",
"mpg123"
]
}