mic6
Version:
A simple stream wrapper for arecord (Linux (including Raspbian)) and sox (Mac/Windows). Returns a Passthrough stream object so that stream control like pause(), resume(), pipe(), etc. are all available.
34 lines (33 loc) • 814 B
JSON
{
"name": "mic6",
"version": "2.1.2",
"description": "A simple stream wrapper for arecord (Linux (including Raspbian)) and sox (Mac/Windows). Returns a Passthrough stream object so that stream control like pause(), resume(), pipe(), etc. are all available.",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ran-j/mic6.git"
},
"keywords": [
"node-mic",
"microphone",
"sox",
"alsa",
"arecord",
"mic",
"audio",
"input"
],
"author": "Ranieri <ran-junior@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ran-j/mic6/issues"
},
"homepage": "https://github.com/ran-j/mic6#readme",
"directories": {
"lib": "lib",
"test": "tests"
}
}