Speech Recognizer Thunkable X

I did a project on the speech recognizer but whenever I clicked the button for it to recognize my speech, the label would say undefined. Please help :pray:

1 Like

Post a screenshot of the blocks you used. Without that, thereā€™s no way to know whatā€™s happening in your code.

1 Like

Speech recognition error Speech recognizer's bizzare behaviour!

https://x.thunkable.com/projectPage/60803b97dadbeb00126634de

1 Like

@tony-ycy-program Why are you tagging all of us? Especially when Iā€™ve already replied to that topic.

If you mention someone, be sure to explain why you are doing that. Otherwise, Iā€™m just annoyed!

What do you want me to know about this link?

Which button is returning the ā€œundefinedā€ value?

What values do the green error blocks have when you press those buttons?

Itā€™s both labels when I press the buttons :thinking:

I havenā€™t used the Speech Recognizer a lot but I think that means the audio sample couldnā€™t be identified. If the error blocks do not show a value, then Iā€™d assume it just couldnā€™t resolve the speech itself.

have you choose default language?

1 Like

Hi there,

You can use the green ā€˜errorā€™ output block to diagnose the cause of this problem.

You can use blocks like the following to 1) check if there is an error and 2) if there is, display the error message:

If you try this, do you see an error message?

1 Like