UNPKG

domoticz-sound-detection

Version:

App to detect sudden noises above ambient from an audio stream and trigger a switch in Domoticz service.

34 lines (33 loc) 794 B
{ "name": "domoticz-sound-detection", "version": "0.0.2", "description": "App to detect sudden noises above ambient from an audio stream and trigger a switch in Domoticz service. ", "author": "Barry John Williams <barry@bjw.me.uk>", "readme": "README.md", "main": "app.js", "repository": { "type": "git", "url": "https://github.com/bazwilliams/domoticz-sound-detection.git" }, "dependencies": { "commander": "^2.8.1", "sound-detection": "^0.0.3" }, "bin": { "domoticz-sound-detection": "./app.js" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "babymonitor", "audio", "noise", "decibel", "detection", "sound", "domoticz" ], "license": "MIT" }