diff --git a/TTS/streamlabs_polly.py b/TTS/streamlabs_polly.py index 8a24364..500cb16 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 = 349 + self.max_chars = 550 self.voices = voices def run(self, text, filepath, random_voice: bool = False):