Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
再会。
如何在 asp.net mvc 上异步写入麦克风声音?
需要将用户发出的声音录制到麦克风中 - 语音消息。您能否讲述一些有趣的销售示例或有关该主题的文章?
ASP.NET 和 MVC 是服务器端,无法访问客户端计算机上的麦克风。
但在客户端,您可以使用以下方法访问麦克风:
这些是我给你的最好的建议。
关于异步我真的不明白你想要什么。