An Azure service that integrates speech processing into apps and services.
Hi Brasil Treinamentos Atendente 02
Azure Speech Studio previously treated each block of text separated by blank lines as independent paragraphs. This meant each block produced its own audio segment without requiring SSML. This behavior changed recently: Speech Studio now merges all blocks into a single continuous paragraph, even when blank lines exist. This is confirmed in the Microsoft Q&A thread describing the exact same regression.
There is no official Microsoft documentation stating that this was an intentional product update. The Q&A post shows that the community is treating it as an unexpected change. There is no announcement, no release note, and no configuration flag indicating that paragraph handling was redesigned. Therefore, the current evidence points to an unintentional behavioral change (likely a regression)
blank lines are no longer honored as paragraph breaks, the only guaranteed way to force separation is by using explicit SSML tags, such as:
-
<p>…</p>for paragraphs -
<break time="Xms"/>for pauses
The thread confirms SSML is now required to ensure paragraph‑level separation when using Speech Studio.
Azure Speech Studio’s Text‑to‑Speech engine no longer treats blank lines as paragraph separators, causing previously working multi‑block scripts to merge into one continuous audio output. Microsoft has not documented this as an intentional update, no setting exists to restore prior behavior, and SSML is now required to reliably define paragraphs. Based on the verified Q&A report, this is most consistent with an unintentional regression rather than a new feature design
References
Azure Text to Speech https://learn.microsoft.com/azure/ai-services/speech-service/text-to-speech
SSML support in Azure Speech https://learn.microsoft.com/azure/ai-services/speech-service/speech-synthesis-markup
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!