vote up 1 vote down star

How can I record voice from an ASP.NET application and upload to server? Is it possible with APS.NET AJAX?

flag

1 Answer

vote up 1 vote down

It is not possible to record audio in a web browser with plain old JavaScript and HTML (including ASP.NET or any other server-side language or platform). You would think it would be possible using Flash, but it is not possible, at least not yet. The closest thing I have found is a Java applet for recording sound.

link|flag
Recording audio with Flash is certainly possible, because there flash voice/video chat services. – Kalmi Nov 6 at 9:35
I should qualify that: it is not currently possible to record audio in the flash client without using special server software. Please see getmicrophone.com for details. – Barnabas Kendall Nov 6 at 20:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.