
Gale

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:
After pressing OK button, the following workspace is displayed:
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:
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?)
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.
Code:
Here’s the help for that command: https://synthiam.com/Support/javascript-api/Audio/sayEZB
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)
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.
I'll quickly read all script api documentation to avoid reporting problems like this one.
While playing with ChatBot and my EZ-B I have noticed that VAD functionality does not work.
Steps to reproduce:
1. Run the ARC
2. Follow all setup steps as described in the AI Robot Chat tutorial (https://synthiam.com/Support/Get-Started/Tutorials/AI%20Robot%20Chat)
3. Talk to the ChatBot a few sentences.
4. Change the script to set output to the EZ-B as described above.
5. Connect the PC to the EZ-B (via Wi-Fi).
6. Say something.
7. Wait the robot response.
8. Say something.
The Bingo Speech Recognition module does not register your voice.
In order to register, the Start Recording button has to be clicked.
It has to be repeated for every new question.
Thanks for the reply.
I have already tried input volume adjusting, did not help.:(
I will use the wake word.