如何在asp.net中实现录音机
我只想在我们的应用程序中实现录音工具。功能如下。
通过麦克风录制音频(录音) 停止该音频 保存该音频 为相同的音频生成嵌入代码
我感谢您实现此目的的建议。
非常感谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ASP.NET 本身并不适合这种类型的应用程序。如果您希望用户能够在您的网站上录制音频,您可以查看 Silverlight 4.0 (vid)。
另请参阅这个问题:
从网页录制音频
如果这不是您所需要的,请详细说明您的预期目的清楚地。
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.
这应该在闪光灯或银光灯下完成。这和c#没有太大关系。
请参阅http://activeden.net/item/sound-recorder/104191
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