Discussions
Renaming audio file from text to speech
almost 2 years ago by Sam Schoon
Currently I am using this line to try and get an audio file from my text
my_obj_Titles = apiaudio.Orchestrator.create_audio(scriptText=Titles[i], voice="eric")
Is there any way so I can rename the file because the rest of my script depends on consistent file naming and the random characters of text the file gets does not help. Thank you in advance!