Enable libfvad examples
masterTo build the optional example programs provided with the library, use the --enable-examples flag during the configuration step. This requires the libsndfile development headers to be installed on your system (e.g., apt install libsndfile1-dev on Debian/Ubuntu).
./configure --enable-examples
make