Australia
Asked
Resolved Resolved by Synthiam Support!

Bing Speech Recognition Robot Skill Add Error

ARC (Early Access) - Version 2022.05.15.00

Attempted to setup he AI Robot Chat as it is explained at https://synthiam.com/Support/Get-Started/Tutorials/AI%20Robot%20Chat

Steps

  1. Add the Bing Speech Recognition robot skill. In ARC, click the top menu. (Project -> Add robot skill -> Speech Recognition -> Bing Speech Recognition) - perhaps old ARC version My version: Project -> Add robot skill -> Audio -> Bing Speech Recognition

The following pop-up windows appears:

User-inserted image

After pressing OK button, the following workspace is displayed:

User-inserted image

Pressing the Config button in the menu bar of the Bing Speech Recognition to open the config menu displays the same pop-up window error. Anyone to help me?

Note: A week ago I could add the Bing Speech Recognition robot skill to the AimlBot Project as is shown below:

User-inserted image


Related Hardware EZ-B v4

ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

#1  

We're not able to reproduce this error yet, but we're still working on it. Thank you very much for the photos and details. If you make any progress, please let us know.

Australia
#3  

Great! Thanks guys. It works now.:D

But it works with PC speakers only. I can NOT enable the PandoraBot to speak out of the EZB speaker. There is no *Optional setting box "Use EZ-B v4 Speaker" as is shown bellow: (what an astterix in front of Optional setting means?)

User-inserted image

I added $EZBPlayingAudio global variable to the PandoraBot script as follows:

getVar("$EZBPlayingAudio"); Audio.say(getVar("$pandoraResponse"));

but it did not resolve the issue. I have tried to find resolution in the ARC help files, but could not. Sorry if I missed out some help files to read.

#4   — Edited

Woops. LOL. Looks like the "Speak Response" and "Use EZB v4 Speaker" are both missing. The tutorial shows this:

User-inserted image

PRO
Canada
#6  

Interesting....are EZ-Bv4 features being taken out of skills? I wasn't informed of this.

PRO
Synthiam
#7   — Edited

The speaking feature was removed a few years ago or so because it makes more sense to script the response variable.

i don’t know what you mean about ezb features being removed from skills. Any ezb can use any skill, whether an ezrobot product or ardunio (depending on supported capabilities)

PRO
Canada
#8  

Quote:

The speaking feature was removed a few years ago or so because it makes more sense to script the response variable.
I'm very confused about this response because on the PandoraBot skill page comments section I mentioned using those checkboxes in February of this year. This change had to be more recent than Feb 2022.

I even went back to my project that was working previous to the change, and it no longer spoke the PandoraBot response.

Why were the checkboxes removed? They were helpful, checkboxes are easier than having to remember to add a line of code.