LSTD Voice Activity Detection:

Implementation of LSTD Voice Activity Detection, plus appropiate sound wave plots.

prerequests:

In order to run examples, you need to install following python libraries:

numpy and scipy

matplotlib

pyaudio

testing:

first you need to run a process in order to record sound from you PC/laptop microphoe:

python wire_callback.py

after that, you must run the test script to see the result:

python test.py

  • For best result, please be quite for 3 seconds after running test script. In this period, the VAD algorithm will detect background noise in order to rubustness in noisy environments. After that, the sound wave plots will be depicted and the VAD system is ready for testing. The short time window (lower plot) will be red if it is voice part and blue if it is silent.