UNPKG

hyperbutter-microphone

Version:

Microphone plugin for use of speech-to-text in Hyper Butter

28 lines (27 loc) 744 B
{ "name": "hyperbutter-microphone", "version": "1.0.3", "description": "Microphone plugin for use of speech-to-text in Hyper Butter", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://endoplasmic@github.com/endoplasmic/hyperbutter-microphone.git" }, "keywords": [ "hyperbutter", "microphone", "capture" ], "author": "Scott Ysebert <endoplasmic@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/endoplasmic/hyperbutter-microphone/issues" }, "homepage": "https://github.com/endoplasmic/hyperbutter-microphone#readme", "dependencies": { "node-record-lpcm16": "^0.3.0" } }