Socket
Socket
Sign inDemoInstall

node-red-contrib-vad

Package Overview
Dependencies
17
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-vad

a node-red integration of node-vad


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

node-red-contrib-vad

An integration of the node-vad webrtc voice activity detection implementation for node-red.

Installation

To install this node either search for it in the Node-RED pallete manager or install it from the Node-RED folder (in most cases ~/.node-red) using either:

npm install node-red-contrib-vad

to install the module from npm or use:

npm install johanneskropf/node-red-contrib-vad

to install it directly from the repository (requires git to be installed).

Configuration

In the nodes configuration you have to choose the sample rate of the audio to perform the voice activity detection on (16000 Hz is recommemded) and choose the level/aggressiveness of the voice activity detection (more about this can be found here). You can also configure in which message property the audio will arrive and to which message property to write the result of the voice activity detection.

Usage

Send pcm audio buffers in the confingured input property of the message to the node. The node will than return the message with the result of the voice activity detection attached as a string in the configured output property of the message. This will either be silence when no voice was detected or voice if a voice was detected.

Keywords

FAQs

Last updated on 14 Apr 2021

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