如何通过Chrome的HTML5功能录制语音?

发布于 2024-12-13 09:16:31 字数 154 浏览 2 评论 0原文

Chrome 11 支持通过 进行录音 但是传递给服务器的是什么?格式是什么?

有服务器示例代码吗? 还有……如何播放录制的文件?

谢谢。

Chrome 11 supports voice recording by <intput type="text" x-webkit-speech />
But what's passed to server ? what's the format ?

Any server sample code ?
And ... how to playback the recorded file ?

Thanks.

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

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

发布评论

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

评论(1

戴着白色围巾的女孩 2024-12-20 09:16:31

据我所知,Google Chrome 不支持语音录制,但支持语音识别,并且语音识别是在服务器端完成的。

因此,除非您编辑 chromium 源代码,否则您无法录制语音并稍后播放,但它仅适用于浏览器的修改版本。

As far as I know, Google Chrome doesn't support voice recording, but speech recognition and the speech recognition is done server-side.

Therefore you can't record the voice and play it later, unless you edit the chromium source code, but it will work only on modified version of the browser.

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