The SpeechOut widget receives text and performs speech synthesis to output audio. It supports multiple voices and languages.
Instructions
1 Connect
Connect the trigger input to the first inlet. When the value from this input goes above the threshold, speech synthesis will start. When the input value goes below the threshold, synthesis will stop only if autocancel is checked in the more section.
Connect optional text input to the second inlet. Text received from the second inlet will then be synthesized, either when the input in the top inlet goes above the threshold, OR immediately when text is received if the autoplay checkbox in the more section is checked.
2 Configure the widget
In the more section, set the following:
- voice – sets the voice to be used in speech synthesis – note that specific voices are required for many languages.
- language – sets the language to be spoken
- threshold – sets the level the input must reach for speech synthesis to start
- autoplay – when checked, speech synthesis will start immediately when text is received by the second inlet.
- autocancel – normally, the widget will speak the entire text, even if the first input drops below the threshold. if autocancel is checked synthesis will stop immediately if the input drops below the threshold.
- text box – this is the text to be synthesized text. You can manually edit this, or it will can be set by sending text to the second inlet.
3 Start Synthesis
Set the level of the input above the threshold and speech synthesis will start.
- By default, the text entered in the more text box is spoken by the widget
- If text is input to the second inlet, that is the text that will be spoken
- If autoplay is checked, the text will be spoken as soon as it is received – an input above threshold is not necessary
4 Example
This example patch shows how multiple SpeechOut widgets can be used to generate varied responses to inputs. It uses the SpeechIn and IfThen widgets.
Download:Â speechOut.ntk