Skip to content

yura/voice2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voice2text

Converts voice recordered from microphone to text using Google Voice API.

Dependencies

Script requires:

  • sox - for recording voice from command-line and save to wav file
  • flac - for convertign recordered wav file to flac format
  • curl - for sending HTTP requests with flac file to Google

To install all deps on Ubuntu run:

$ sudo apt-get install sox flac curl

Running

./english-voice2text

Press Ctrl+C to exit

Inspired by

http://ab-log.ru/smart-house/speech/speech-recognition

About

Converts voice recordered from microphone to text using Google Voice API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages