Search code examples
asp.netvoice-recording

ASP.NET: Record Sound From A Web App?


I'm contemplating adding a voice recording to some posts on my site. I'm wondering if there is an ASP.NET library out there that will allow me to:

  1. Press a button to start recording
  2. Record what I'm saying through my comp's built in microphone
  3. Save the file as a .wav or some other popular sound file

As of now, I will be the sole user of this function, but it would still be nice to have in my bag of tricks in case I want to pull it out later for a client.


Solution

  • You solution will involve a flash componet (outside of rendering the markup that invokes the flash component). The ASP.NET stack won't be able to do it. Silverlight doesn't seem able to do it.

    Here is how.