Change Release Notes
Remove StartVoice() from prompt builder since it overwrote SetVoice() as per PTP's email suggestion (http://www.ez-robot.com/Community/Forum/Thread?threadId=9743)
SetVolume() allows ez-b index (http://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
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.
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 |
** 1,000 per cognitive type (vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech)
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.
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