0

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.

Asaf
  • 8,106
  • 19
  • 66
  • 116

2 Answers2

1

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.

Community
  • 1
  • 1
Ry-
  • 218,210
  • 55
  • 464
  • 476
  • My hatred towards flash is so great that I'm going to ask you: is it possible to do it with a Java Applet? – Asaf Apr 16 '11 at 09:22
  • Most likely, but I have never used Java, so I don't know. A quick Google search couldn't find any examples for me, unfortunately. – Ry- Apr 16 '11 at 19:52
0

@Asaf well to add to already given flash solutions ,

Shashank Singh
  • 568
  • 7
  • 19
  • I've tried to play with Red5 a while back, it took a couple of weeks to get it working and even then - the quality was pretty bad. – Asaf Jul 26 '11 at 07:35
  • yeah red5 has pretty steep learning curve but its way ahead of other projects like [1] Mammoth http://mammothserver.org/ [2]PyAMF http://www.pyamf.org/index.html – Shashank Singh Sep 04 '11 at 19:08