Skip to content

Instantly share code, notes, and snippets.

View JacerOmri's full-sized avatar

Jacer OMRI JacerOmri

View GitHub Profile
#!/bin/bash
#
# Author: Mike Herwig
# Enhanced: Jacer Omri
# Description:
# Simple voice control demonstration using google's speech-api
if [ -z "$1" ]
then
echo "No language supplied, using en\n"