@hakerzp/mic
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.
30 lines (29 loc) • 739 B
JSON
{
"name": "@hakerzp/mic",
"version": "2.1.3",
"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/hakerzp/mic.git"
},
"keywords": [
"node-mic",
"microphone",
"sox",
"alsa",
"arecord",
"mic",
"audio",
"input"
],
"author": "haker zp",
"license": "MIT",
"bugs": {
"url": "https://github.com/hakerzp/mic/issues"
},
"homepage": "https://github.com/hakerzp/mic#readme"
}