I find Text to Speech very useful but one problem is the way it generates silence. Ideally TTS should have a method to control the amount of silence inserted per line. Sometimes I have more than one sentence per line in the TTS window. When the text is rendered the silence between each phrase is the same. This makes it impossible to use Auto Region to create regions per line. Currently, I can manually add extra silence to allow auto region to work per line but this is time consuming.
Is it possible to create a script that will add, say, half a second of silence between every other phrase? A phrase is measured as having silence less than 800 ms between word chunks. I'm wondering if it is possible to amend the word regions script. I find C# difficult to use. If it is possible any pointers would be appreciated. Thanks.