Speak (UDP)
Send a message with text-to-speech (TTS) using Speaker.bot via UDP

Speak (UDP) Dialog
Parameters
Voice Alias
Text required
The name of the voice alias to use
Pass Through Bad Word Filter
Toggle
Toggle the bad word filter on or off
Message
Text required
The message content to send to Speaker.bot
Variables
Name | Type | Description |
---|---|---|
No data |
C# Usage
public int TtsSpeak(string voiceAlias, string message, bool badWordFilter = false)
CPH.TtsSpeak(voiceAlias, message);
CPH.TtsSpeak(voiceAlias, message, badWordFilter);