Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions streamerbot/3.api/1.sub-actions/speakerbot/speak.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ variables:
type: bool
value: true
- name: speechFile
description: The file containing the speech audio, or `null` if it doesn't exist
description: |
The file containing the speech audio, or `null` if it doesn't exist.

**Note**: The "Save TTS audio to file" option must be enabled in the Speaker.bot settings, and either the "Silent" or "Delay" parameters.
type: string
- name: duration
description: The duration of the speech, when the delay option is used
Expand Down Expand Up @@ -39,4 +42,4 @@ variables:
::field{name="Message" type=Text required}
The message content to send to Speaker.bot.
::
::
::
Loading