feat: use pro voice

This commit is contained in:
Ayo Ayco 2025-09-03 22:20:19 +02:00
parent a5387b7849
commit 26c4fadd2f

View file

@ -25,7 +25,7 @@ name = '.'.join(file_name.split('.')[:-1])
file = open(file_path, "r") file = open(file_path, "r")
text = file.read() text = file.read()
generator = pipeline(text, voice=voices['asmr']) generator = pipeline(text, voice=voices['pro'])
output_files = [] output_files = []
length = 0 length = 0