You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sound-detection

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sound-detection - npm Package Compare versions

Comparing version

to
0.0.3

2

index.js

@@ -8,3 +8,3 @@ var http = require('http');

function NoiseDetection(options, callback) {
var streamDecoder = new pcm.StreamDecoder(options.format});
var streamDecoder = new pcm.StreamDecoder(options.format);
var rmsAvg = mean(2000);

@@ -11,0 +11,0 @@

{
"name": "sound-detection",
"version": "0.0.2",
"version": "0.0.3",
"description": "Library to detect sudden noises above ambient from a network stream such as an IP Webcam or network microphone. ",

@@ -5,0 +5,0 @@ "author": "Barry John Williams <barry@bjw.me.uk>",