Hi I am trying to make a simple translate app that just does English to Spanish at the moment, but don't understand how to get the audio to become text
ABG
September 21, 2025, 10:48am
2
There is a component for that
SteveJG
September 21, 2025, 1:17pm
3
Welcome Jackson.
Yes you can do this with App Inventor. Here is an example that works on Android devices at least through Android 13. It might work with ios.
Translate for your holiday trip
verySimpleTranslateWhatYouSay is an aia framework you can use to develop a Translate app using App Inventor. The example, Simple - - Italian Translate translates from English to Italian or Italian to English, then reads the translation out load using the TextToSpeech control. You can hear the Translation correctly pronounced.
[translateItalian]
Three components do the translation (SpeechRecognizer, Translate and TextToSpeech). The example app uses …
The example shows also to translate English to Spanish.
Did you try it? Is something like this what you would like to do?