Change Release Notes
Remove StartVoice() from prompt builder since it overwrote SetVoice() as per PTP's email suggestion (https://www.ez-robot.com/Community/Forum/Thread?threadId=9743)
SetVolume() allows ez-b index (https://www.ez-robot.com/Community/Forum/Thread?threadId=9698)
display the battery voltage and temperature of the ez-b when connection occurs in status window
updated error message when importing Auto Position that doesn't match current configuration
ARC Downloads
ARC
FREE- 1 third-party plugin skill per project
- Trial cloud services
- Personal, DIY & education use
- Updated every 6–12 months
ARC
PRO- Use on 2+ PCs simultaneously
- Unlimited robot skills
- Cloud backup & revision history
- Weekly features & bug fixes
- Business use permitted
ARC
RUNTIME- 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.
- ARC Free known issues: view here.
- 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
Upgrade to ARC Pro
ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.

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:
Match by name if specified
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:
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
@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
Please read my previous comments in this thread - according to microsoft documentation the SelectVoice() does that.
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
Tony, try this test app and tell me which of the two speech tests works for you
TONY DOWNLOAD THIS: SpeakingTest.zip
[feature]
Extract the files to your desktop or some location
Enter the Speaking Test folder from the extracted location
Double click to execute the "Test Speech Voices.exe" application
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
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
Can you explain differently? I don't understand
Which of the two tests works as you expect?
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