clap-detector
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "clap-detector", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Clap detection for node js (linux, raspberry systems)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -71,4 +71,2 @@ Clap detection module for node js | ||
}, | ||
SOUND_FILE : "input.wav", // name of wav file created while recording | ||
SOUND_FILE_CLEAN : "input-clean.wav", // name of cleaned (if you activated cleaning) file | ||
CLAP_AMPLITUDE_THRESHOLD: 0.7, // minimum amplitude threshold to be considered as clap | ||
@@ -75,0 +73,0 @@ CLAP_ENERGY_THRESHOLD: 0.3, // minimum energy threshold to be considered as clap |
12046
97