set AWS Polly max_chars to 3000

pull/1105/head
adrianaryaputra 3 years ago
parent 2cfd20b566
commit 58705a3a08

@ -26,7 +26,7 @@ voices = [
class AWSPolly: class AWSPolly:
def __init__(self): def __init__(self):
self.max_chars = 0 self.max_chars = 3000
self.voices = voices self.voices = voices
def run(self, text, filepath, random_voice: bool = False): def run(self, text, filepath, random_voice: bool = False):

Loading…
Cancel
Save