I am using TTS.synthesizetofile() to generate a silent wav file for my project!
The text played is series of ssml code with break inserted by following tags:
<speak version="1.1" ><break time="1500ms" /></speak>
However, the generated files have a very feeble hissing sound in the end of generated wav file.
Any idea on how to avoid it would be really helpful!