录音机问题

发布于 2024-11-30 18:25:01 字数 76 浏览 2 评论 0原文

寻找一个免费的录音机,以便用户能够自己录音,并将记录上传到服务器(通过 Rails)。

我可以用什么东西来实现这个目标吗?

looking for a free audio recorder so user will be able to record him self and the record will be uploaded to the server (by Rails).

Is there something I can use to achieve this?

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

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

发布评论

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

评论(1

苏佲洛 2024-12-07 18:25:01

这并不容易。目前还没有现成的解决方案。您应该设置自己的媒体服务器,然后将声音传递给它(我相信通过 Flash),在服务器上记录该声音,然后存储在服务器上的某个位置。

http://www.red5.org/

UPD

类似问题:如何使用PHP、FLASH录制语音文件

It is not so easy. There is no ready solution. You should setup your own media server, then pass to it sound (via Flash, I believe), record this sound on server and then store somewhere on server.

http://www.red5.org/

UPD

Similar question: How to record voice files using PHP, FLASH

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