audio-buffer-stream
Version:
Get a PCM stream from input AudioBuffers (Web Audio API). Can be used to implement a streaming audio recorder.
28 lines (27 loc) • 641 B
JSON
{
"name": "audio-buffer-stream",
"version": "1.1.0",
"description": "Get a PCM stream from input AudioBuffers (Web Audio API). Can be used to implement a streaming audio recorder.",
"main": "index.js",
"scripts": {
"test": "standard && electron-spawn test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mmckegg/audio-buffer-stream"
},
"keywords": [
"AudioBuffer",
"stream"
],
"author": "Matt McKegg",
"license": "MIT",
"dependencies": {
"xtend": "^4.0.0"
},
"devDependencies": {
"electron-spawn": "^3.1.0",
"standard": "^5.3.1",
"tape": "^4.2.1"
}
}