Last updated 6 years ago
A module that uses ffmpeg (or sox?) to detect silences in a video/audio file, eg while somene is speaking, and returns some kind of data structure.
eg
ffmpeg -i "input.mov" -af silencedetect=noise=-30dB:d=0.5 -f null - 2> vol.txt
or with node
Node module,