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 implement a pause/continue system. Is there any way to do it with the current version of TTS, without having to create a playable file?
Thanks for this session.
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 JinhongMicrosoft
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)- dlopes10Copper 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.
- dlopes10Copper ContributorUp