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)
dlopes10
Feb 10, 2021Copper Contributor
Up