tom-s / clap-detector

Clap detection module for node js
56 stars 18 forks source link

add max delta check #21

Open jonnytest1 opened 2 years ago

jonnytest1 commented 2 years ago

it seems to be more precise if i add Maximum delta > 0.5 to the isClap method (i had it trigger more or less randomly while listening to music)

jonnytest1 commented 2 years ago

also replace exec eith spawn or max buffer size will be reached eventually