Action
doAction
listVoices
readText
Action: "stop" | "play" | "pause" | "playpause"

Supported TTS control actions

  • Get a list of the installed TTS voice names, by which users can refer to the vocies for use in config

    Returns string[]

    list of voice names

  • Read the text using the borwser's HTML5 TTS API

    Parameters

    • text: string

      the text to read out

    Returns void