Socket
Socket
Sign inDemoInstall

domoticz-sound-detection

Package Overview
Dependencies
12
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    domoticz-sound-detection

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


Version published
Weekly downloads
2
Maintainers
1
Install size
4.46 MB
Created
Weekly downloads
 

Readme

Source

Domoticz Sound Detection

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

Installation

npm install -g domoticz-sound-detection

Running

  Usage: domoticz-sound-detection [options]

  Options:

    -h, --help              output usage information
    -V, --version           output the version number
    -u --url <url>          Set the URL to the IP Camera
    -i --idx <n>            ID of switch in Domoticz
    -b --bit-depth <n>      Bit depth of audio stream [16]
    -c --channels <n>       Number of Channels [1]
    -t --trigger-level <n>  Number of dB above ambient before triggered [30]

The following would stream audio from http://mycamera.audio.cgi and toggle a dummy switch running on the locally running Domoticz server with IDX 33.

domoticz-sound-detection -u https://mycamera/audio.cgi -i 33

Keywords

FAQs

Last updated on 06 Aug 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc