Enable audio recording on my webpage

  • Thread starter Thread starter rockdale
  • Start date Start date
R

rockdale

Hi, all:

I need to implement a recording functionality on my asp.net webpage.
the rough idea is user click a button, then I start recording what the
user speaked and then save it as a wave file on server side.
I did some research on web but found only
Microsoft.Web.UI.SpeechControls. Is that the right way to do what I
want to do. I am pretty new on speech controls. Any suggestion and more
info are appreeciated.

Thanks a lot
-rockdale
 
Is the activeX means that non-IE web browser users can not use this
functionality?

I am wondering how those push-to-talk customer service web site work?

Thanks
 
Is the activeX means that non-IE web browser users can not use this
functionality?

Yes - if you want something cross-browser, you'd need to look at a Java
applet...
 
Back
Top