/Find-Silence

using the VAMP audio framework to return timestamps where an audio signal crossed over or under a given mean power threshold

Primary LanguageC++

Find-Silence

Using the VAMP audio framework to return timestamps where an audio signal crossed over or under a given mean power threshold.

Source code can be observed in FindSilence.h and FindSilence.cpp

Usage Instructions:

-Clone Repo

-Navigate to folder in terminal

-Enter the command: "./vamp-simple-host myplugins:find_silence [path/to/file]"

The timestamps where the mean power crosses over or under the default threshold will be listed.