FireFox 扩展中的 Flash 对象

发布于 2024-12-26 10:07:26 字数 192 浏览 1 评论 0原文

我想在我的 FireFox 扩展中实现语音识别。我尝试使用 http://www.speechapi.com/ 但扩展从未向我显示 Flash 对象侧边栏面板。 ¿是否可以在 Firefox 扩展中添加 Flash 对象来访问麦克风?

提前致谢

I want to implement a voice recognition in my FireFox extension. I trying with http://www.speechapi.com/ but the extension never shows me the flash object in the sidebar panel. ¿Is possible add a flash object in a firefox extension to get acces to the microphone?

Thanks in advance

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

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

发布评论

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

评论(1

怪我鬧 2025-01-02 10:07:26

不,这是不可能的。 SpeechAPI 不适合您。

您只需录制声音并调用 CMUSphinx 核心

http://cmusphinx.sourceforge.net

No, it's not possible. SpeechAPI is not for you.

You can use embedded speech recognizer in your extension just by recording sound and calling CMUSphinx core

http://cmusphinx.sourceforge.net

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