Reputation: 2238
I am creating a asp.net c# application (.net framework 4.5 with MVC4) in which I want to record user's response (feedback) in there voice on my question and then save that sound file on my server machine so that we can allow user to play their recorded sound again whenever he/she will want.
I have following problems
I tried running sample suggested by at - http://webaudiodemos.appspot.com/AudioRecorder/index.html
Windows 7 Firefox 26.0 - Not working Windows 7 Chrome Version 31.0.1650.63 m - Working iPad Safari - Not working
I need some solution that works fine on any browser at Windows, mobiles and as well as at iPad
Upvotes: 3
Views: 11252
Reputation: 17182
Try this Capturing Audio & Video in HTML5
And you can check this Web RTC Demos - https://www.webrtc-experiment.com/
Upvotes: 3