Skip to content

Instantly share code, notes, and snippets.

@youpy
Created April 6, 2012 14:33
Show Gist options
  • Save youpy/2320407 to your computer and use it in GitHub Desktop.
Save youpy/2320407 to your computer and use it in GitHub Desktop.
import android
droid = android.Android()
while True:
word = droid.recognizeSpeech().result
droid.ttsSpeak(word)
print word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment