Australia
Asked

Mobile App - Blockly Sound Bug

Hi Everyone,

We have been using the mobile app (iOS) with our EZ-Robots and have found that the Blockly text to speech blocks won't run through the robot.

The 'Say (PC)' block will successfully convert the text to speech and play that through the iOS device's speakers, but the 'Say (EZ)' block does not.

Is there a way around this?

I appreciate your help.


Related Hardware JD Humanoid
Related Control Output Audio from EZ-B

ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

PRO
USA
#1   — Edited

Hi, here is the mobile app link  https://synthiam.com/Community/Tutorials/Mobile-App-Developer-Tutorial-16305

https://synthiam.com/Community/Tutorials/55?courseId=1

or

create a mobile app https://synthiam.com/Community/Tutorials/68?courseId=1

In ARC we just use:

SayEZB("whatever")

SayEZBWait("whatever")

or  Java

Audio.sayEZB("whatever");

Audio.sayEZBWait("whatever");

EzAng

PRO
Synthiam
#2  

Sayezb is not supported on mobile due to limitations of mobile device operating systems.