Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SettingValue
ManufacturerCereproc
LanguageAs provided by the TTS voice installed
SexAs provided by the TTS voice installed
Speaker NameType in the EXACT name of the speker here
Generation Template
$text

 

If tags are to be used in the TTS, then the following template can also be used, this allows the use of SSML tags (see https://www.w3.org/TR/speech-synthesis11/).

<speak version="1.0" 
xmlns="http://www.w3.org/2001/10/synthesis"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2001/10/synthesis
http://www.w3.org/TR/speech-synthesis/synthesis.xsd"
xml:lang="de">$text
</speak>

This allows the generation of TTS texts, with tags. For example:

Dies ist ein Test. <prosody rate="+50%">Hier spreche ich ziemlich schnell.</prosody> Hier wieder normal. <prosody rate="-50%">Und hier ziemlich langsam.</prosody>
Offline Generation Command%USERDIR3%bin\Cereproc\Cereproc_Generate.cmd $speaker "$infile" "$outfile" "%TEMPDIR%"

...