tone-stream
Version:
A simple audio tone stream library
44 lines (43 loc) • 838 B
JSON
{
"name": "tone-stream",
"version": "1.16.1",
"description": "A simple audio tone stream library",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MayamaTakeshi/tone-stream.git"
},
"keywords": [
"tone",
"stream",
"dtmf",
"morse",
"music",
"notes",
"audio",
"frequency"
],
"scripts": {},
"author": "MayamaTakeshi",
"license": "MIT",
"devDependencies": {
"@mayama/audio-utils": "^1.2.0",
"dtmf-detection-stream": "^1.16.2",
"lodash": "^4.17.23",
"speaker": "^0.5.1",
"wav": "^1.0.2"
},
"dependencies": {
"morse-node": "^0.1.1",
"note-to-frequency": "^1.4.1",
"spec-read-stream": "^1.2.8",
"xml-js": "^1.6.11"
},
"files": [
"index.js",
"src",
"lib",
"README.md",
"LICENSE"
]
}