From f9e0c9a2f87a93c946c0a2e4787b6617992da0f7 Mon Sep 17 00:00:00 2001 From: Jason <66544866+JasonLovesDoggo@users.noreply.github.com> Date: Sat, 25 Jun 2022 16:20:50 -0400 Subject: [PATCH] Update streamlabs_polly.py Potential fix for #691 --- TTS/streamlabs_polly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/streamlabs_polly.py b/TTS/streamlabs_polly.py index 500cb16..8a24364 100644 --- a/TTS/streamlabs_polly.py +++ b/TTS/streamlabs_polly.py @@ -28,7 +28,7 @@ voices = [ class StreamlabsPolly: def __init__(self): self.url = "https://streamlabs.com/polly/speak" - self.max_chars = 550 + self.max_chars = 349 self.voices = voices def run(self, text, filepath, random_voice: bool = False):