如何使用java脚本控制Windows录音机

发布于 2024-07-21 06:12:18 字数 95 浏览 4 评论 0原文

我正在做一些事情,要求我必须控制 Windows 录音机,例如开始录音、停止录音和保存录制的声音。 如何控制它。 还有一件事我不想看到录音机窗口。 我将感激谁给出答案..

I am making some thing that requires that I have to control windows sound recorder like starting recording and stopping recording and saving the recorded sound. how to control that. One thing more I don't want to see the recorder window. I will be grateful to who give the answer..

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

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

发布评论

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

评论(4

南街女流氓 2024-07-28 06:12:18

如果您打算通过浏览器来实现此目的,则不能。 JavaScript 没有执行任何这些操作的权限,因为这将是一个很大的安全漏洞。 您也许可以通过嵌入对象访问记录器,但我从未尝试过这一点,所以我不确定。

If you intend to make this through a browser, you can't. JavaScript doesn't have the permission to do any of those actions, since it would be a big security hole. You might be able to access the recorder through an embedded object, but I have never tried this, so I don't know for sure.

_失温 2024-07-28 06:12:18

扩展Machine所说的,为什么不尝试Flash,我确信它有能力使用录音机。

Expanding on what Machine said, why not try Flash, I'm sure that has the ability to use recorder.

雨落星ぅ辰 2024-07-28 06:12:18

我正在制作仅使用 javascript 的 Firefox 扩展。 我可以打开录音机,但无法开始/停止录音并且正在显示窗口。 这是主要问题

I am making an extension of Firefox that uses only javascript. I am able to open sound recorder but not able to start/stop recording and the window is displaying. this is the main problem

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