admin管理员组文章数量:1344975
I'm using google cloud text-to-speech, using srt files as an input, I convert the srt to ssml with timestamps plus I'm trying to adjust the speech rate to match the same time as in the srt file.
I ran into a problem that I have no idea on how to figure out why. I successfully managed to change the audio length to match the original, but the speech rate won't change - at least right now - on the example the only one that changes is the second line that gets slowed down.
Does anyone know why is that happening?
<speak>
<s><break time="8000ms"/><prosody rate="47.5%">This is the first subtitle.</prosody><break time="1000ms"/></s>
<s><break time="1000ms"/><prosody rate="34%">Here comes the second line.</prosody><break time="1000ms"/></s>
<s><break time="1000ms"/><prosody rate="39.5%">Now the third segment appears.</prosody><break time="1000ms"/></s>
<s><break time="1000ms"/><prosody rate="35.5%">And this is the fourth one.</prosody><break time="1000ms"/></s>
</speak>
本文标签: google text to speechWhy only the second sentence is being slowed downStack Overflow
版权声明:本文标题:google text to speech - Why only the second sentence is being slowed down? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743766874a2535382.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论