how to implement audio recorder in asp.net

2019-02-26 06:33发布

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 saving that audio generate embed code for the same audio

I appreciate your suggessions to implement this.

thanks very much

2条回答
时光不老,我们不散
2楼-- · 2019-02-26 06:55

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.

查看更多
我想做一个坏孩纸
3楼-- · 2019-02-26 06:59

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

查看更多
登录 后发表回答