Asked — Edited

How To Have Aimlbot Speak Response

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.

ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

#9  

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?

Author Avatar
PRO
USA
#10  

I always have to click the Bing Speech Recognition to ask it a question, then I just get some kind of automatic answer.

Author Avatar
PRO
USA
#11  

In Bing Speech Recognition put: ControlCommand("AimlBot", SetPhrase, $BingSpeech)
In Recognized Script

User-inserted image

In AIML BOT Put in java script:Audio.say(getVar("$BotResponse"));

User-inserted image

Save that’s it, good luck

EzAng