We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ca2a0 commit dac99a0Copy full SHA for dac99a0
1 file changed
streamerbot/3.api/1.sub-actions/speakerbot/speak.md
@@ -7,7 +7,10 @@ variables:
7
type: bool
8
value: true
9
- name: speechFile
10
- description: The file containing the speech audio, or `null` if it doesn't exist
+ 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.
14
type: string
15
- name: duration
16
description: The duration of the speech, when the delay option is used
@@ -39,4 +42,4 @@ variables:
39
42
::field{name="Message" type=Text required}
40
43
The message content to send to Speaker.bot.
41
44
::
-::
45
+::
0 commit comments