This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Author: Mike Herwig | |
# Description: | |
# Updated voice control demonstration using google's speech-api | |
# The main difference to the previous script I uploaded to my Gist is that it's using sox for recording now | |
# and only records your voice to the disc when sox detects sound | |
# Dependencies: sox, wget | |
LANG="en" |