-
Play Sound
Plays a specified sound. Identifier: play_sound Attributes sound: Contains a string identifying the sound that should be played. Either a predefined sound or an asset can be used to reference media (e.g., MP3, WAV). Required: Yes Default value: Empty loop: Plays a sound in an endless loop. To stop the sound, see…
-
Stop Sound
Stops the currently playing sound. Identifier: stop_sound Example <stop_sound id="stop_sound"/>
-
Text to Speech
Creates speech output based on a text. Identifier: text_to_speech Elements input: Contains the text input that is converted into speech output. input_to_resolve: Contains the text input that is first evaluated by the WF engine before it is converted into speech output. Examples To convert the location of the current pick…