Forum Discussion
dlopes10
Feb 10, 2021Copper Contributor
Pausing speech
Hello, my name is Dylan and I'm developing a TTS prototype without creating any .wav file. Just like your website demo, I currently have a start/stop button. However, it would be interesting to imp...
- Feb 10, 2021
Depending on how long the audio is, you could do a in-memory stream, but you would still need the start/stop button.
Check out the In-memory stream section of the Getting Started guide. (You can switch languages at the top of the page)
Jenn Jinhong
Feb 10, 2021Former Employee
Depending on how long the audio is, you could do a in-memory stream, but you would still need the start/stop button.
Check out the In-memory stream section of the Getting Started guide. (You can switch languages at the top of the page)
- dlopes10Feb 10, 2021Copper ContributorOk, that's a good point. Thanks a lot.
And yes, the idea is to keep the start/stop button. However, I would like to add a new button that starts the speech from the beginning so that the Stop button could be replaced by a STOP/Continue button, instead of a Start/Stop.