How do I loop clock <del>extension</del> (with the Speech Recognizer)?

Dear all
How to loop clock extension in parrot.aia so we can do speech to text procedure until the stop button is pressed

I do not understand what you expect to happen. :thinking: Perhaps what you want to do is described below? There are controls already available in the code that might do what you want to do or something similar. Experiment. Otherwise, please describe in detail what you want to do.

How to Use it

Three ways:

  • The app prompts the user to speak with a beep, once every 10 seconds by using a Clock to schedule user responses. The user can say a single word or a longer phrase.
  • Parrot can run automatically (turn automatic on) without prompts (sorry, that feature has issues). The recognizer stops listening if you wait too long to respond after hearing a prompt. The fix, touch the Speak another word Button when it goes stupid or do not pause too often will coddle it to understand what you say to it.
  • Run it one command at a time. Set Automatic off and Use Timer to off. Touch the Speak another word when you want to talk and say a word or phrase.

The SpeechRecognizer tutorial aia does NOT use an extension.

1 Like

You can use the Clock component to start it when you begin speaking. Set it up to call the speech recognizer over and over. Don't forget to stop the clock when you press the stop button!