Voice
3 posts tagged with "Voice"
say
The say action use the browser text to speech. It belongs to the speech category within the voice area.
Action Syntax
say "text"
A quoted text string
say $variable
A variable name starting with $
Examples
// Basic Usage
say "text"
// Using Variables
// Display dynamic content from variables
say $speechtext
Action code: 4191115300
Version: 0.6.4-1
Last updated: 2025-06-13
set-voice
The set-voice action sets the voice for the say command. It belongs to the speech category within the voice area.
Action Syntax
set-voice "text"
A quoted text string
set-voice $variable
A variable name starting with $
Examples
// Basic Usage
set-voice "michael"
// Using Variables
// Display dynamic content from variables
set-voice $voicename
Action code: 1873028137
Version: 0.6.4
Last updated: 2025-06-13
set-voice-language
The set-voice-language action sets the voice language. It belongs to the speech category within the voice area.
Action Syntax
set-voice-language "text"
A quoted text string
set-voice-language $variable
A variable name starting with $
Examples
// Basic Usage
set-voice-language "En"
// Using Variables
// Display dynamic content from variables
set-voice-language $value
Action code: 3315247851
Version: 0.6.4
Last updated: 2025-06-13