什么是 VoiceXML?

发布于 2024-08-24 13:49:39 字数 185 浏览 3 评论 0原文

在寻找一种通过 flash 使用语音识别的方法时,我遇到了 VoiceXML。我已经阅读了 W3C 的描述,但仍然有一些很大的疑问。

我可以简单地创建一个 vxml 文档并将其放在我的网络服务器上吗?有什么要求?

它会起作用吗?

我可以通过互联网使用麦克风输入吗?

我似乎无法找到直接的答案。

While looking for a way to use speech recognition with flash I crossed paths with VoiceXML. I've gone through the W3C description of it but still I got a few big doubts.

Can I simply create a vxml doc and place it on my webserver? what are the requirements?

Will it work?

Can I input with a microphone over the internet?

I cant seem to find a direct answer to it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ぶ宁プ宁ぶ 2024-08-31 13:49:39

您需要相当于一个知道如何处理 VoiceXML 的浏览器。

我在电信行业工作,因此这通常意味着通过旧式电话连接之一或通过 VoIP 连接到公共电话网络的软件。该领域有许多商业解决方案和一些开源解决方案。

还有一些其他实现,例如 Opera 和无障碍领域的一些研究计划,但我还没有看到它们取得太多进展。

我不会将 VoiceXML 视为实现语音识别的最简单方法。也就是说,没有简单的方法,也没有很多免费/开源解决方案。 Microsoft 平台上最简单的途径是查看 Microsoft 的 SAPI 层以及它们提供的免费、最小的 ASR。在 Linux 方面,请查看 CMU Sphinx

You need the equivalent of a browser that knows how to process VoiceXML.

I work in telecom industry, so that usually means software that connects to the public phone network through either one of the old style telephony connections or via VoIP. There are many commercial and some open source solutions in this area.

There are some other implementations, like Opera and some research initiatives in the accessibility area, but I haven't seen them gather much ground.

I wouldn't look at VoiceXML as the easiest way to approach speech recognition. That said, there aren't easy ways nor many free/open source solutions. The easiest path on a Microsoft platform would be to look at Microsoft's SAPI layer and the free, minimal ASR they provide. On the Linux side, check out CMU Sphinx.

太阳男子 2024-08-31 13:49:39

VoiceXML 是一种标记旨在通过语音(通常是电话)传送的内容的方法。就像 HTML 是您在 Web 浏览器上显示内容的格式一样,VoiceXML 是您将其传送到手机的方式。

VoiceXML 本身不能进行语音识别。但许多 VoiceXML 提供商还将语音识别(也称为 ASR)引擎与其 VoiceXML 平台捆绑在一起。

如果您正在寻找一种方法来将来自计算机上麦克风的语音输入识别到某种桌面应用程序中,那么 VoiceXML 可能不是您所需要的。

维基百科有一些语音识别软件的列表 http://en.wikipedia.org/wiki/List_of_speech_recognition_software< /a>

如果您确实想了解有关 VoiceXML 的更多信息,请访问 http://vxml.org/

VoiceXML is a way of marking up content that is intended to be delivered over voice, usually the telephone. Just like HTML is how you format content you want to display over a web browser, VoiceXML is how you deliver it to the phone.

VoiceXML by itself won't do speech recognition. But many of the VoiceXML providers out there also bundle a speech recognition (also known as ASR) engine with their VoiceXML platform.

If you are looking for a way to recognize voice input coming from a microphone on your computer into some sort of desktop application, then VoiceXML probably isn't what you're looking for.

Wikipedia has a list of some speech recognition software at http://en.wikipedia.org/wiki/List_of_speech_recognition_software

If you do want to learn more about VoiceXML, there's some good documentation at http://vxml.org/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文