UNPKG

@browserbox/speaker

Version:
43 lines (42 loc) 846 B
{ "name": "@browserbox/speaker", "version": "1.0.1", "license": "(MIT AND LGPL-2.1-only)", "description": "Output PCM audio data to the speakers", "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net), @o0101 and Grok", "repository": "https://github.com/dosyago-sec/node-speaker", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "./retest.sh" }, "dependencies": { "bindings": "latest", "buffer-alloc": "latest", "debug": "latest" }, "devDependencies": { "@types/node": "latest" }, "engines": { "node": ">=18.0" }, "keywords": [ "pcm", "audio", "sound", "music", "output", "speaker", "headphone", "alsa", "coreaudio", "openal", "sdl", "portaudio", "jack", "oss", "pulse", "mpg123" ] }