UNPKG

audio-mixer

Version:
35 lines (34 loc) 796 B
{ "name": "audio-mixer", "version": "2.1.4", "description": "Allows mixing of PCM audio streams.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p ." }, "repository": { "type": "git", "url": "git+https://github.com/ConnorChristie/Audio-Mixer.git" }, "keywords": [ "audio", "mixer", "stream", "pcm" ], "author": "Connor Christie", "license": "ISC", "bugs": { "url": "https://github.com/ConnorChristie/Audio-Mixer/issues" }, "homepage": "https://github.com/ConnorChristie/Audio-Mixer#readme", "devDependencies": { "@types/node": "^8.0.14", "audio-cmd-stream": "^1.0.3", "typescript": "^2.4.2" }, "dependencies": { "underscore": "^1.8.3" } }