User Tools

Site Tools


en:actions:actiontexttospeech

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actiontexttospeech [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Text to speech ======
 +This action reads some text using speech synthesis. It uses the text to speech features provided by the operating system, so its quality can vary.
  
 +[//Added in Actiona 3.10.0.//]
 +
 +===== Standard parameters =====
 +==== Input parameters ====
 +== Text ==
 +The text to read.
 +== Volume ==
 +The text to speech volume. Ranges from 0 to 100%.
 +== Language ==
 +The language to use when reading the text. Displayed languages are those available on your operating system. Another user might not have the same languages installed.
 +== Wait until speech finished ==
 +Stops the execution of this action until the speech synthesis has finished.
 +
 +===== Advanced parameters =====
 +==== Input parameters ====
 +== Playback rate ==
 +The playback rate. Ranges from 0 to 200%.
 +== Pitch ==
 +The pitch. Ranges from 0 to 200%.
 +
 +===== Exceptions =====
 +
 +  * [[en:actions:exceptions#Bad parameter|Bad parameter]]
 +  * [[en:actions:exceptions#Code error|Code error]]
 +  * [[en:actions:exceptions#timeout|Timeout]]