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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page