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

Without tags

$text

 

With tags

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/

https://www.cereproc.com/files/CereVoiceCloudGuide.pdf

 

<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>


Do not forget to replace xml:lang="de" with the appropriate language.

Offline Generation Command

Up to Portal Release 3.17 with Cereproc V4

%USERDIR3%bin\Cereproc\Cereproc_Generate.cmd $speaker "$infile" "$outfile" "%TEMPDIR%"

Offline Generation Command

From Portal Release 3.18 with Cereproc V4

For 8kHz Voices:

%USERDIR3%bin\Cereproc\v4\Cereproc_Generate_8000.cmd $speaker "$infile" "$outfile" "%TEMPDIR%"

For 48kHz Voices:

%USERDIR3%bin\Cereproc\v4\Cereproc_Generate_48000_to_8000.cmd $speaker "$infile" "$outfile" "%TEMPDIR%"

Offline Generation Command

From Portal Release 3.18 with Cereproc V5

For 8kHz Voices:

%USERDIR3%bin\Cereproc\v5\Cereproc_Generate_8000.cmd $speaker "$infile" "$outfile" "%TEMPDIR%"

For 48kHz Voices:

%USERDIR3%bin\Cereproc\v5\Cereproc_Generate_48000_to_8000.cmd $speaker "$infile" "$outfile" "%TEMPDIR%"

 

Using the TTS

Create a new prompt, and an empty file in the prompt in the appropriate language. Once it is created, when using the Edit function, TTS may be specified.