Im trying to make a language translator for class and it shows that there are no errors in my code, but when i test it it says that its recording me but it wont paste what i say or translate it when i write it out by hand. ty in advance!!
The speech recognizer works asynchronously, you get the result back in the AfterGettingText event
http://ai2.appinventor.mit.edu/reference/components/media.html#SpeechRecognizer
Also remove that endless while loop, this will block the user interface
Taifun
ok thank you so much. do you happen to know a way you could make the translations to translate continuously while talking?