You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
withopen(f'{x}.wav', 'wb') asf:
forchunkinclient.tts("Can you tell me your account email or, ah your phone number?", options):
ifnotchunk:
breakprint(type(chunk))
f.write(chunk)
However it does not terminate the script after the audio has finished generating, how can I detect when the audio is done generating and stop?
Thank you!
Hi,
I'm using this code:
However it does not terminate the script after the audio has finished generating, how can I detect when the audio is done generating and stop?
Thank you!
cc @NCarrollPlay @mahmoudfelfel