本文介绍了asp.net mvc中的录音机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有asp.net mvc应用程序,它检查给定的歌曲(录制的歌曲样本)并给出它的名称。



我需要制作录音机将通过浏览器录制歌曲,并将其发送到我的应用程序和我的应用程序以返回歌曲的名称。



任何想法?

i have asp.net mvc app which check given song (recorded sample of song) and gives the name of it.

I need to make sound recorder which will record song via browser, and to send it to my app and my app to return the name of the song.

Any ideas ?

推荐答案



这篇关于asp.net mvc中的录音机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 15:09