Is there a way to encode timed pauses in the TTS audio file output?
I’d like to generate guided meditations with 2-3 minute pauses
Is there a way to encode timed pauses in the TTS audio file output?
I’d like to generate guided meditations with 2-3 minute pauses
Hi @ben21
Welcome to the OpenAI dev forum.
In my knowledge, pauses for that long duration can be implemented by code.
Simply generate two separate files and then append a pause after the first one before concatenating the second one.
Thanks for the welcome and the advice sps! I have started with this workaround