SET VOICE keyword

Defines a voice to use for text-to-speech. Must be called before using VOICE. Can be called multiple times in the program to alternate multiple voice/languages.

Syntax

SET VOICE "key"

Parameters

  • key: key of voice to use (required)

Example

SET VOICE "monica"
SET VOICE "sonia"

Go back to list of Keywords.