Openai Dall-E Image icon Openai Dall-E Image Generate and modify images with DALL·E 2 inside Synthiam ARC robots-create images from text or camera input via API and control commands. Try it →

Release 2013.03.12.00

Desktop — Windows

ARC Release

ARC (Autonomous Robot Control) is Synthiam's flagship desktop robot programming platform. Build, program, and control any robot with powerful AI, 500+ plugins, and a visual no-code interface — all from your PC.

🤖 500+ Robot Plugins
🧠 AI & Machine Learning
☁️ Synthiam Cloud
🖥️ Windows 10 or 11

Change Release Notes

There has been a lot of talk recently about adding conversational A.I. to your robot. Many years ago, I created a learning A.I. called Synthia. I appreciate the interest in Synthia, however she'd require a bit of work to go public. So, a few of you have mentioned PandoraBots - which is an online bot hosting service.

This release introduces a PandoraBot Control, found under the Speech category when adding controls. Please use the ? to read details on how this control works, and the issues with speech recognition. There is also an Example Project you may load to review functionality.

If you create your own Bot, you may also add speech commands that are specific to your robot. If you review the example that I had included, you will notice that "Move servo Left" will execute EZ-Script. Any response that includes EZ-Script can be surrounded by [ and ]. The help page will explain more:)

  • New Control: PandoraBot Artificial Intelligence

User-inserted image


ARC Downloads

ARC

FREE
$0 always free
  • 1 third-party plugin skill per project
  • Trial cloud services
  • Personal, DIY & education use
  • Updated every 6–12 months
Recommended

ARC

PRO
$8.99 per month
  • Use on 2+ PCs simultaneously
  • Unlimited robot skills
  • Cloud backup & revision history
  • Weekly features & bug fixes
  • Business use permitted

ARC

RUNTIME
$0 always free
  • Load & run any ARC project
  • Read-only mode
  • Unlimited robot skills
  • Includes early access fixes & features
  • Minimum requirements: Windows 10 or higher, 2 GB RAM, 500 MB free disk space.
  • Recommended: Windows 10 or higher, 8 GB RAM, 1 GB free disk space.
  • Prices are in USD.
  • More about each edition: Download & install guide.
  • Latest changes: Release notes.

Compare Editions

Feature
ARC
FREE
ARC
PRO
Get ARC Free View Plans
Usage Personal · DIY · Education Personal · DIY · Education · Business
Early access to new features & fixes
Simultaneous microcontroller connections * 1 255
Robot skills * 20 Unlimited
Skill Store plugins * 1 Unlimited
Cognitive services usage ** 10 / day 6,000 / day
Auto-positions gait actions * 40 Unlimited
Speech recognition phrases * 10 Unlimited
Camera devices * 1 Unlimited
Vision resolution max 320×240 Unlimited
Interface builder * 2 Unlimited
Cloud project size 128 MB
Cloud project revision history
Create Exosphere requests 50 / month
Exosphere API access Contact Us
Volume license discounts Contact Us
Get ARC Free View Plans

* Per robot project

** 1,000 per cognitive type: vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech


ARC Pro

Upgrade to ARC Pro

ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.

#33  

Yeah, I meant Sapi 5.x, not Sapi5.

Alan

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#35  

It comes shipped with Windows 7 and 8. You already have the latest version if running Windows 7 or Windows 8 with all current updates.

Google for tips on improving accuracy of speech recognition.

#36  

For the very best speech recognition (at least in English, but many other languages supported, I can only speak to their English accuracy though) you would want Dragon Naturally Speaking: https://www.nuance.com/dragon/whats-new-version-12/index.htm

It is not cheap though...

Training the built in recognition on Windows 7 is still pretty good with no added cost.

Alan

#37  

I have DRAGON naturally speaking,its very good software Second on a very good microphone is andrea USB-SA its rated one of the best microphones with a microphone array and noise cancelling circuit

ALSO design special male/female filter circuit to go with it

#38  

can dj make sound control use one stereo mic and one mono: the mono for noise cancellation, and the stereo for reporting the angle of the sound. and have sound profiles so the robot can determine the sound of someone in its database ,and mood detection.

#39  

Noise cancellation is best done in hardware. Software on a PC would be too slow to consistently process, so getting a very good noise cancelling microphone would be best.

For directional recognition, you would need multiple sound cards, or USB microphones, since they appear as separate sound devices. It might be doable in software, but I still think there are probably hardware solutions that would be more accurate. Maybe @robotmaker could design a sound direction finder circuit that could send a signal to one of the EZB analog ports to indicate direction of sounds within a given (possibly adjustable?) frequency range? (ie, you might want your robot to turn to face whoever is talking, where I might want it to turn towards a dog whistle).

What do you say @robotmaker? You up for the challenge?

Alan