PRO
EzAng
USA
Asked
— Edited
I have many programs that I created with the AimlBot / Bing Speech recognition programs. I would like the AimlBot to speak the response the same way the PandoraBot speaks its responses.
Thank for any help?
Ang
Related Hardware (view all EZB hardware)
EZ-B V4
by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos
24
Camera
Audio
UART
3
I2C
ADC
8
Digital
24
Related Robot Skill (view all robot skills)
Aimlbot
by Synthiam
Localized AIML chatbot with editable AIML files, ez-script support, session memory and ControlCommand API; integrates with speech and robot skills.
Requires ARC
v22

I just tried this, its pretty good. One question...I have to keep manually start/stop recording under the Bing Speech tool, How do I make it work automatic?
I always have to click the Bing Speech Recognition to ask it a question, then I just get some kind of automatic answer.
In Bing Speech Recognition put: ControlCommand("AimlBot", SetPhrase, $BingSpeech)
In Recognized Script
In AIML BOT Put in java script:Audio.say(getVar("$BotResponse"));
Save that’s it, good luck
EzAng