Skip to main content

Simple way to access google api for speech recognition with python

Project description

Simple way to access google api for speech recognition with python

Dependencies

  • sox - apt-get install sox

  • pyaudio - apt-get install python-pyaudio

Links:

Usage

Example:

from pygsr import Pygsr
speech = Pygsr()
speech.record(3) # duration in seconds (3)
phrase, complete_response = speech.speech_to_text('es_ES') # select the language
print phrase

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page