Some META tags allow you to include Speakeasy functionality into a page. You must have the Speakeasy packages installed in order for the Client to use Speakeasy tags. If no Speakeasy package is installed, the Velocity Client will ignore Speakeasy tags.
The SpeechFromText or TextToSpeech META tags play the string specified in the "content" attribute. For example:
<meta http-equiv="SpeechFromText" content="I will speak this sentence.">
The SpeechSetting META tag changes one or more values for Speakeasy. For example, the following META tag will change the Text-to-Speech settings for language and voice:
<meta http-equiv="SpeechSetting" content="tts_language=American English, tts_voice=Tom">