sdl-speaker
Version:
Output PCM stream data to speaker with SDL2.
43 lines (42 loc) • 871 B
JSON
{
"name": "sdl-speaker",
"version": "0.4.1",
"description": "Output PCM stream data to speaker with SDL2.",
"keywords": [
"pcm",
"audio",
"sdl",
"sdl2",
"music",
"stream",
"coreaudio",
"electron",
"realtime",
"mac",
"windows"
],
"repository": {
"type": "git",
"url": "git@github.com:duobeiyun/node-sdl-speaker.git"
},
"bugs": {
"url": "https://github.com/duobeiyun/node-sdl-speaker/issues"
},
"homepage": "https://github.com/duobeiyun/node-sdl-speaker",
"main": "index.js",
"scripts": {},
"author": "0nese7en <siyuan.se7en@gmail.com>",
"contributors": [
"sharpbai <sharpbai@gmail.com>"
],
"license": "MIT",
"dependencies": {
"bindings": "^1.3.0",
"node-addon-api": "1.3.0"
},
"gypfile": true,
"devDependencies": {
"ava": "^0.19.1",
"nyc": "^11.0.2"
}
}