An Azure service that integrates speech processing into apps and services.
My issue is with the latest Dragon voices. The pause works on the old voices, but the new Dragon voices do not pause.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The text to speech renderer fails to apply the "break" markup in the Audio Content Creation interface of the Speech Studio. I haven't tried other markup.
Yesterday, it didn't work with RyanMultinationalNeural, but worked with AndrewNeural. Now it doesn't work with either.
<speak xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" xmlns:emo="http://www.w3.org/2009/10/emotionml" version="1.0" xml:lang="en-US"><voice name="en-US-AndrewNeural">
<break time="2s" />
<p>Hello everyone. My nam0e is John Doe.</p>
<break time="2s" />
<p>I’m a security professional working in the security industry since 1990. I started my career at the Bay in loss prevention and investigations.</p>
<break time="2s" />
<p>I obtained a degree in Security Risk Management from the University of Portsmouth in 2017. </p>
<break time="3s" />
</voice></speak>
An Azure service that integrates speech processing into apps and services.
My issue is with the latest Dragon voices. The pause works on the old voices, but the new Dragon voices do not pause.
Exceedingly frustrated that Microsoft broke their code and won't fix it.
Workaround: put a period after the break tag:
<break time="2s" />.
Exceedingly frustrated that Microsoft broke their code and won't fix it.
Workaround: put a period after the break tag.
<break time="2s" />.