• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

web application to sample microphone input

chorb

Golden Member
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.
 
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.
 
Flash, assuming they have their Flash settings right to allow access to the microphone. Otherwise an ActiveX control or possibly a Java applet.
 
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.
 
Why does this question keep coming up? I assume that people want this to be the next piece of spyware?
 
Or they are thinking of a web-based video/audio conferencing app? 😉
 
Back
Top