how to implement audio recorder in asp.net

后端 未结 2 606
轮回少年
轮回少年 2021-01-22 06:10

I just want to implement audio recording tool in our application.The functionality is as follows.

Record an audio through microphone(voice recording) stop that audio sav

相关标签:
2条回答
  • 2021-01-22 06:46

    ASP.NET on its own is not suited for this kind of application. If you want users to be able to record audio on your website, you could take a look at Silverlight 4.0 (vid).

    See also this question: Recording Audio From Web Page

    If that's not what you need, please explain your intended purpose more clearly.

    0 讨论(0)
  • This should be done in flash or silverlight. This has not a lot to do with c#.

    See http://activeden.net/item/sound-recorder/104191

    0 讨论(0)
提交回复
热议问题