Skip to content

Commit dac99a0

Browse files
authored
Note requirements for Speak speechFile
Added note about enabling 'Save TTS audio to file' option and parameters.
1 parent 92ca2a0 commit dac99a0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • streamerbot/3.api/1.sub-actions/speakerbot

streamerbot/3.api/1.sub-actions/speakerbot/speak.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ variables:
77
type: bool
88
value: true
99
- name: speechFile
10-
description: The file containing the speech audio, or `null` if it doesn't exist
10+
description: |
11+
The file containing the speech audio, or `null` if it doesn't exist.
12+
13+
**Note**: The "Save TTS audio to file" option must be enabled in the Speaker.bot settings, and either the "Silent" or "Delay" parameters.
1114
type: string
1215
- name: duration
1316
description: The duration of the speech, when the delay option is used
@@ -39,4 +42,4 @@ variables:
3942
::field{name="Message" type=Text required}
4043
The message content to send to Speaker.bot.
4144
::
42-
::
45+
::

0 commit comments

Comments
 (0)