开发者

Open Source Mic Capturing on a Website

开发者 https://www.devze.com 2023-02-25 00:37 出处:网络
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)

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.


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 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

  • Java 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
0

精彩评论

暂无评论...
验证码 换一张
取 消