TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Will Speech Syntax Markup Language (SSML) Become the New HTML?

8 点作者 ExactoKnight超过 7 年前
Was playing around with Amazon Echo and was struck by Amazon&#x27;s documentation for Speech Synthesis Markup Language.<p>As I read these incredibly clear API docs for creating and contextualizing how to read out nuanced pronunciation... I have become convinced that syntax like this is the future. https:&#x2F;&#x2F;developer.amazon.com&#x2F;docs&#x2F;custom-skills&#x2F;speech-synthesis-markup-language-ssml-reference.html

3 条评论

dragonwriter超过 7 年前
It&#x27;s Speech <i>Synthesis</i> Markup Language, and, no, it won&#x27;t be the next HTML; it&#x27;s got a narrower niche, and most of the semantic and presentational support it provides for rendering speech is already provided between HTML and the CSS Speech Module.<p>SSML and related technologies (VoiceXML, for instance) are great for dedicated speech applications, but they aren&#x27;t positioned to replace HTML.
tyingq超过 7 年前
Is it really that different from, say, VoiceXML, which has been around since the 90&#x27;s?<p><a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;VoiceXML" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;VoiceXML</a>
评论 #15892122 未加载
bengunnink超过 7 年前
So, an XML-like language is the future of XML-like HTML?