Speak (UDP)

Send a message with text-to-speech (TTS) using Speaker.bot via UDP
Speak (UDP) Dialog
Speak (UDP) Dialog
Read more in Guide > Integrations > Speakerbot

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

NameTypeDescription
No data

C# Usage

public int TtsSpeak(string voiceAlias, string message, bool badWordFilter = false)