lfd-speaker
Version:
Output PCM audio data to the speakers
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "lfd-speaker",
"version": "1.0.2",
"license": "(MIT AND LGPL-2.1-only)",
"description": "Output PCM audio data to the speakers",
"author": "Luis Domenech <luisfabiandomenech@gmail.com> (https://luisfdomenech.com)",
"repository": "https://github.com/Luis-Domenech/lfd-speaker",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "standard && node-gyp rebuild --mpg123-backend=dummy && mocha --reporter spec",
"fix": "standard --fix",
"rebuild-v": "node-gyp rebuild --verbose",
"rebuild": "node-gyp rebuild"
},
"dependencies": {
"buffer-alloc": "^1.1.0",
"debug": "^4.0.0",
"file-uri-to-path": "^2.0.0"
},
"devDependencies": {
"@types/node": "^12.12.14",
"mocha": "^6.2.2",
"standard": "^14.3.1"
},
"engines": {
"node": ">=10"
},
"keywords": [
"pcm",
"audio",
"sound",
"music",
"output",
"speaker",
"headphone",
"alsa",
"coreaudio",
"openal",
"sdl",
"portaudio",
"jack",
"oss",
"pulse",
"mpg123",
"m1"
]
}