Skip to content

Instantly share code, notes, and snippets.

@hlxwell
Created May 19, 2013 07:43
Show Gist options
  • Save hlxwell/5606990 to your computer and use it in GitHub Desktop.
Save hlxwell/5606990 to your computer and use it in GitHub Desktop.
speex to google speech recognition
curl --data-binary @sound.spx --header 'Content-type: audio/x-speex-with-header-byte; rate=16000' 'https://www.google.com/speech-api/v1/recognize?client=chromium&lang=en-US&maxresults=2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment