网站上的开源麦克风采集
我正在寻找一种在网站上捕获麦克风的解决方案。
我真的希望它是开源的和/或至少免费的(如果我必须安装特殊的服务器或其他什么)
声音质量是这里最重要的问题。
I'm looking for a solution of capturing a Microphone on a website.
I would really like it to be open source and/or at least free (if I have to install a special server or what/not)
Quality of sound is the most important issue here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
已经有人问过:是否可以使用 HTML5 录制声音?< /a>
目前还没有真正的 HTML/JavaScript 解决方案。不过,可以使用 Flash 来完成。如果您想这样做,这里有一个很好的示例和教程。
This has already been asked: Is it possible to record sound with HTML5?
There is no real HTML/JavaScript solution yet. It can be done with Flash, however. If you want to do that, here's a good example and tutorial.
@Asaf 很好地添加到已经给出的闪存解决方案中,
Flash
http://sziebert.net/posts/server-side-stream-recording-已更新/。此解决方案使用 Red5 和 flash( getMicrophone() 调用 http://livedocs.adobe。 com/flash/9.0/main/00001866.html ) .
Silve Light 还具有声音捕捉功能。参考: https://twitter.com/chuckstar/status/10541469193
Java 中有一个示例工作代码,可以在 Ogg 文件 Fomrat 中录制声音,但我不确定它是否可以在网站上工作 http://code.google.com/p/mind-listening/source/browse/trunk/freemind/mind-listening/jorbis-0.0.15.jar?spec=svn37&r=37< /a>
@Asaf well to add to already given flash solutions ,
Flash
http://sziebert.net/posts/server-side-stream-recording-updated/ . This solution uses Red5 and flash ( getMicrophone() call http://livedocs.adobe.com/flash/9.0/main/00001866.html ) .
Silve Light also has Sound Capturing facility . ref: https://twitter.com/chuckstar/status/10541469193
There is a sample working code in Java which can record sound in Ogg file Fomrat , but i am not sure if it can work on websites http://code.google.com/p/mind-listening/source/browse/trunk/freemind/mind-listening/jorbis-0.0.15.jar?spec=svn37&r=37