Skip to content

TextToSpeech

aelassas edited this page Nov 12, 2022 · 1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
  <!--
    TextToSpeech is a sequential task that converts text files to speech files (.wav).
    
    The .wav files generated are loaded by this task so that other tasks can select them through the selectFiles option.
  -->
  <Task id="$int" name="TextToSpeech" description="$string" enabled="true|false">
    <!-- 
      The text files loaded by the task having as id $taskId will be converted to speech files (.wav).
    -->
    <Setting name="selectFiles" value="$taskId" />
    <Setting name="selectFiles" value="$taskId" />
    <!-- You can add as many selecteFiles as you want.-->
  </Task>
</Tasks>
Clone this wiki locally