Tag: Google

Python Google Speech to Text API implementation

This constantly seems to be a request on Stack Overflow, and the fact that documentation for Google’s Speech API is practically non-existent, I have decided to share an implementation of it with everyone.  If you just want the source code here you go. Google Speech API Supported File Types First off, your audio must first be encoded in the FLAC… Read more →

Screenshot of the PDF document Google Speech API Information and Guidelines

Google Speech Recognition – API Information & Guidelines

  Google’s Speech Recognition is quick and powerful, and handles a bunch of different languages. I have compiled together a bunch of information that I have found while learning how to use the Speech API outside of Google Chrome for audio files.  I hope my time spent reverse engineering their protocol and compiling this document can save you some of your… Read more →