How to avoid hissing sound in the end of silent WAV file generated by TTS.synthesizetofile

50 Views Asked by At

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!

0

There are 0 best solutions below