How to add the Speech Synthesis Settings robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the Audio category tab.
- Press the Speech Synthesis Settings icon to add the robot skill to your project.
Don't have a robot yet?
Follow the Getting Started Guide to build a robot and use the Speech Synthesis Settings robot skill.
How to use the Speech Synthesis Settings robot skill
Use this robot skill to adjust the speech settings and audio effects for spoken speech synthesis on EZB index #0.
Main Window

1. Voice Drop-down
This drop-down contains a selection of installed voices.
2. Emphasis Drop-down
This drop-down contains a selection of speech emphasis levels.
3. Rate Drop-down
This drop-down contains a selection of speeds for the emphasis of speech. Do note that the "Rate" will have no effect unless "Emphasis" is configured to "Not set."
4. Volume Slider
This slider sets the volume percentage for the text-to-speech output (1-100% range).
5. Speed Effect
This uses a bit stretching algorithm to resample the audio speech, which can speed up or slow it down. Using this provides some neat effects. A value of 50, for example, will be half of the original speed. A value of 100 is the original speed. A value higher than 100 will increase the speed.
5. Effects
The effects section has several built-in effects for the audio speech. Some effects will alter the pitch, add delay, or even aa dd flanger. You can customize speech voices to have different effects using the effects for the speech synthesis settings robot skill.
6. Copy Values To Script
Creates a script of ControlCommand for every effect parameter that has been modified. Even though the effect settings are saved with a project, this will give you insight into how to adjust the values programmatically. Pressing this button will copy the generated script to your clipboard. Pasting these control commands into an init script allows you to adjust or restore the desired custom speech settings.
Related Tutorials
tutorial

Breaking Out The Sound From The V4 Ezb
Hi all, EDIT: the below post has been changed to reflect changes to correct wrong information and show the successes I...
tutorial

Cepstral Voice Effects
For anyone who uses, or wants to use "Cepstral" voices, you may be aware that they also supply sound effects with the...
tutorial

Make Robot Talk
Demonstration how to use the Speech Synthesis Control to make your robot talk.
tutorial

Speech Synthesis Markup Language (SSML)
This tutorial demonstrates how to modify speech synthesis in real-time within your text.
tutorial

Tutorial On Fixing Voice Synthesis Problem With Windows 8.1...
This is a tutorial to help those of you having issues with speech synthesis working within EZ-Builder on a Windows 8.1...
Related Robots
Related Questions
question

2 Versions Of This Speech Settings?
Just wondering why I only get a small window with no effects, but the skill web page shows larger window with many...
question

Geschwindigkeit Der Sprachausgabe Dauerhaft Speichern!
Die Geschwindigkeit der Sprachausgabe lässt sich im Skill Speech Settings in Prozent einstellen. Wie kann man den...
question

Inconsistent Speed Speech Settings After Installing Cepstral...
After installing some Ceptral voices and adjusting some Windows settings, speech synthesis through ARC is suddenly much...
question

Use Voice Recognition For Unsupported Languages
I am working on a science project and I have had good contact with problems but there is one problem I cannot do well -...
Upgrade to ARC Pro
Your robot can be more than a simple automated machine with the power of ARC Pro!
I haven't tried this skill yet. I was just watching his video and notices all the other setting tabs.
First, please ensure that you have the latest version of ARC installed. You mentioned that you have version 2022 02.22.00, which should be the latest version as of now.
If you're still experiencing the issue, it's possible that there may be a bug or compatibility issue with your specific hardware (EZ-B IoTiny). In this case, I recommend reaching out to the Synthiam support team directly for further assistance. They can help troubleshoot the issue and provide any necessary updates or fixes. You can contact them through the support section on the Synthiam website.
I apologize for any inconvenience this may have caused, and I hope you're able to resolve the volume adjustment issue soon.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
Please note that this uses a bit stretching algorithm to resample the audio speech, which can speed up or slow it down. Using this provides some neat effects.
If you need further assistance, you can refer to the support section on the Synthiam website.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
1) You can adjust the "rate" which will change the speed. This can be set using a controlcommand
2) You can adjust the speed but it doesn't seem to save. And i noticed there isn't a ControlCommand() for it. So, i'll have to put that in for an update. Stay tuned
1) The speed uses an algorithm to stretch or compress audio without changing the pitch. It’s done as an effect and not native to the speech synthesis engine
2) the rate is a parameter built into the speech synthesis engine. Some voices may be produced differently because it’ll be part of the synthesis.