Skip to content

Instantly share code, notes, and snippets.

View s4s0l's full-sized avatar

Marcin Wielgus s4s0l

View GitHub Profile
@s4s0l
s4s0l / Speech.py
Created October 11, 2017 20:22 — forked from ederwander/Speech.py
Real time VAD implementation using Google Speech Api
#Eng Eder de Souza 01/12/2011
#Speech Recognizer prototype ...
#Real time VAD implementation using Google Speech Api
from tempfile import mkstemp
from subprocess import call
from os import remove, listdir
from matplotlib.mlab import find
import pyaudio
import numpy as np