Update streamlabs_polly.py

Potential fix for #691
pull/731/head
Jason 2 years ago committed by GitHub
parent acfcf2adc8
commit f9e0c9a2f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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):

Loading…
Cancel
Save