Windows Release 2016.10.18.00

(Autonomous Robot Control Software)
Make robots with the easiest robot programming software. Experience user-friendly features that make any robot easy to program.

Change Release Notes


ARC Downloads

ARC Free

Free

  • Includes one free 3rd party plugin robot skill per project
  • Trial cloud services
  • Free with trial limitations

For schools, personal use & organizations. This edition is updated every 6-12 months.

Recommended

ARC Pro

Only $8.99/mo

  • 2 or more PCs simultaneously
  • Includes unlimited skills
  • Cloud backup
  • And much more

Experience the latest features and bug fixes weekly. A Pro subscription is required to use this edition.

Runtime

Free

  • Load and run any ARC project
  • Operates in read-only mode
  • Unlimited robot skills
  • Early access fixes & features

Have you finished programming your robot? Use this to run existing ARC projects for free*.

  • Minimum requirements are Windows 10 or higher with 2+gb ram and 500+MB free space.
  • Recommended requirements are Windows 10 or higher with 8+gb ram and 1000+MB free space.
  • ARC Free known-issues can be viewed by clicking here.
  • Get more information about each ARC edition by clicking here.
  • See what's new in the latest versions with Release notes.

Compare Editions

Feature ARC
FREE
ARC
PRO
  Get ARC for Free View Plans
Usage Personal
DIY
Education
Personal
DIY
Education
Business
Early access to new features & fixes Yes
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 recongition phrases* 10 Unlimited
Camera devices* 1 Unlimited
Vision resolution max 320x240 Unlimited
Interface builder* 2 Unlimited
Cloud project size 128 MB
Cloud project revision history Yes
Create Exosphere requests 50/month
Exosphere API access Contact Us
Volume license discounts Contact Us
  Get ARC for 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

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

PRO
USA
#25  

Not related, but an example of the SSML executed via SAPI API

Note: There is no limitation to use voices outside your system settings:

SSML voice match:

  1. Match by name if specified

  2. Match by Culture, Gender, Age, Variant Index Variant Index is used when there are more voices sharing the same attributes: e.g. Culture, Gender, Age

An example:


<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
  <voice gender="female" age="30">
    <s xml:lang="en-GB">
      Welcome to the United Kingdom!<break />Zira, i see this is your first time.
    </s>
  </voice>
  <voice gender="female" age="30" variant="3">
    <s xml:lang="en-US">yes it is, I'm so excited.</s>
  </voice>
  <voice gender="female" age="30">
    <s xml:lang="en-GB">
      and you Mr. David<break />are you here for Business reasons ?
    </s>
  </voice>
  <voice gender="male" age="30">
    <s xml:lang="en-US">does business means shopping ?</s>
  </voice>
  <voice gender="female" age="30">
    <s xml:lang="en-GB">Mr. Richard were you Born ?</s>
  </voice>
  <voice gender="male" age="30">
    <s xml:lang="en-CA">i was born and raised in Waterloo, Canada.</s>
  </voice>
  <voice gender="female" age="30">
    <s xml:lang="en-GB">Mrs. Catherine i see you are from Australia, how are you related?</s>
  </voice>
  <voice gender="female" age="30">
    <s xml:lang="en-AU">I'm David's half-sister, raised in Melbourne, and I'm Richard's wife.</s>
  </voice>
  <voice gender="female" age="30">
    <s xml:lang="en-GB">are you with them too ?</s>
  </voice>
  <voice gender="male" age="30">
    <s xml:lang="en-IN">no, no, My name is Ravi and i'm from India</s>
  </voice>
  <voice gender="female" age="30">
    <s xml:lang="en-IN">Ravi can you tell the officer we are in hurry.</s>
  </voice>
  <voice gender="male" age="30" variant="3">
    <s xml:lang="en-GB">Why is taking too long ?</s>
  </voice>
</speak> 

The above ssml does not specify the voices names it uses the variant to match another voice with the same attributes.

The wave generated from the above ssml: You can hear the accents: American, British, Canadian, Australian and Indian.

multiple_voices_and_cultures.zip

#26  

@DJ,

I don't know if this would be higher level of effort, but how about turning the speech settings object into an open-source plug-in so PTP can fix it to work in all regions (or share the source of the object with him and let him fix it for you).

It is working fine for me now because I am in the US, anf even though my Cepstral voice is an English accent, it is apparently a US voice, but our international friends are still having issues.

Alan

PRO
Synthiam
#27  

Please read my previous comments in this thread - according to microsoft documentation the SelectVoice() does that.

PRO
United Kingdom
#28  

Clearly, SelectVoice() does not work for the English-UK region, so I guess in this region we are screwed. Hopefully PTP will come up with something for the UK.

Tony

PRO
Synthiam
#29  

Tony, try this test app and tell me which of the two speech tests works for you

TONY DOWNLOAD THIS: SpeakingTest.zip

[feature]

  1. Extract the files to your desktop or some location

  2. Enter the Speaking Test folder from the extracted location

  3. Double click to execute the "Test Speech Voices.exe" application

  4. Use the drop downs and SPEAK Buttons to try each of the 2 tests and tell me which one works as you expect [/feature]


And for PTP to understand the two tests, here is the source code: TestSpeechVoices.zip

PRO
United Kingdom
#30  

DJ, I get Cereproc William (voice I generally use for TTS) on test 1 and I get the female voice on test 2 - this is with Hazel selected on both. I can change both test voices to William using the drop downs which then gives the William TTS.

So as the app starts I get William on test 1 and female on test 2 while it is Hazel on both drop downs.

Hope this helps.

Tony

PRO
Synthiam
#31  

Can you explain differently? I don't understand

Which of the two tests works as you expect?

PRO
United Kingdom
#32  

On app start both tests have Hazel on the drop down.

Pressing test 1 - I get William Pressing test 2 - I get female (possibly Hazel?)

Now if I select William on both drop downs.

Pressing test 1 - I get William Pressing test 2 - I get William

I am not sure how to interpret these findings? On default (Hazel selected) test 1 gives me the William TTS that I want to use with ARC and test 2 (with Hazel selected) I get the female TTS. So I guess test 2 gets the TTS gender right, whilst test 1 gives me William when Hazel is selected (and Hazel cannot be selected)?

Tony