Skip to content

ROS package for speech recognition based on Google Speech API

Notifications You must be signed in to change notification settings

achuwilson/gspeech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gspeech

ROS package for speech recognition based on Google Speech API

NOTE: This package needs a key to use the google speech to text API, each key can be used for 50 times (you can make 50 request per key to the google server), and each request is accepted if the audio duration is less than 15 seconds.

  For key generation see: http://www.chromium.org/developers/how-tos/api-keys
  Dont forget to add your key before using the gspeech node. 

NOTE: This package does not work now, seems that Google changed their APIs/policies or authentication methods

UPD: Fixed, now working with API v2, you need an API Key from Google Developer Console

Usage

rosrun gspeech gspeech.py <API_KEY>

About

ROS package for speech recognition based on Google Speech API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published