Move back to 550 character limit for Streamlabs Polly

pull/729/head
Callum Leslie 2 years ago
parent 0fa4a3f4df
commit d271159ac9

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

Loading…
Cancel
Save