Discussions

Ask a Question
Back to All

Renaming audio file from text to speech

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!