are there any ASP.NET with Voice Recording sample codes?

后端 未结 4 1949
庸人自扰
庸人自扰 2021-01-03 10:46

I am wondering if there is any codes sample for ASP.NET with Voice recording.

Ok, Basically, i want to create a web page that allow user to click a record button and

4条回答
  •  無奈伤痛
    2021-01-03 11:21

    ASP.net is a Server-Side Technology, but voice recording is done Client side. So regardless if you use ASP.net, PHP, Ruby on Rails or Cobol, you can't do it directly.

    What you need is a Client-Side Application that works together with the Server Side to accomplish this. I do not know if Silverlight can do Microphone recording, but Flash can. This is apparently quite easy using the Flash Media Interactive Server, but normally you should be able to do this without, i.e. just by having a Flash Application doing the recording and then Uploading it to the server.

提交回复
热议问题