web application to sample microphone input

chorb

Golden Member
Oct 7, 2005
1,272
0
0
Assuming the end user has no special software, would it be possible to write a web application (any language) that could read/record the microphone input from a computer? This would only be done through a web browser.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
I'm fairly certain you're going to need something to bridge the web browser to the mic input.
 

WannaFly

Platinum Member
Jan 14, 2003
2,811
1
0
You'd need some control to do it, ActiveX, or flash, but i dont know the possibility of uploading that to a server or anything.
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
Flash, assuming they have their Flash settings right to allow access to the microphone. Otherwise an ActiveX control or possibly a Java applet.
 

drebo

Diamond Member
Feb 24, 2006
7,034
1
81
Flash, Java, or ActiveX are your best bet. I think Silverlight (it's marketed as a competitor for Flash) will do this, too, but I'm not all that up to speed on it.

Streaming it back to the server, depending on how ingenious you are, may require an application to be running on the server.
 

chorb

Golden Member
Oct 7, 2005
1,272
0
0
Originally posted by: Markbnj
Or they are thinking of a web-based video/audio conferencing app? ;)

The purpose would be more for this idea, no spy/malware.