From dac99a03e940883cfef031d1e108ffd213f1e554 Mon Sep 17 00:00:00 2001 From: WhazzItToYa Date: Mon, 25 May 2026 12:55:41 -0700 Subject: [PATCH] Note requirements for Speak speechFile Added note about enabling 'Save TTS audio to file' option and parameters. --- streamerbot/3.api/1.sub-actions/speakerbot/speak.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/streamerbot/3.api/1.sub-actions/speakerbot/speak.md b/streamerbot/3.api/1.sub-actions/speakerbot/speak.md index 2984620e..a2ff0cc0 100755 --- a/streamerbot/3.api/1.sub-actions/speakerbot/speak.md +++ b/streamerbot/3.api/1.sub-actions/speakerbot/speak.md @@ -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 @@ -39,4 +42,4 @@ variables: ::field{name="Message" type=Text required} The message content to send to Speaker.bot. :: -:: \ No newline at end of file +::