I am creating a Chat Bot to use at a grade school STEM Camp. I am using a SpeechRecognizer component in conjunction with a TextToSpeech component. It is working fine on Android. However, on iOS (on an iPad Mini 5th gen version 14.6), it seems that whenever I use the SpeechRecognizer AFTER using TextToSpeech, AI2 Companion will crash.
I attached a screenshot to show the basic blocks and functionality I am going for. If there is a work-around by arranging the code in a different way, I would be interested to know that.