admin管理员组

文章数量:1404568

I am creating a asp c# application ( 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

  1. Record the sound of user's response in their own voice and save at server side.
  2. I want to Identify the microphone is attached on users machine or not and give message to user if microphone is not attached with his/her machine.

I tried running sample suggested by at - .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

  • Do not want to use flash player and Silverlight.

I am creating a asp c# application ( 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

  1. Record the sound of user's response in their own voice and save at server side.
  2. I want to Identify the microphone is attached on users machine or not and give message to user if microphone is not attached with his/her machine.

I tried running sample suggested by at - http://webaudiodemos.appspot./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

  • Do not want to use flash player and Silverlight.
Share Improve this question edited Feb 7, 2014 at 9:49 Tej Kiran asked Feb 5, 2014 at 7:55 Tej KiranTej Kiran 2,2485 gold badges23 silver badges44 bronze badges 0
Add a ment  | 

1 Answer 1

Reset to default 3

Try this Capturing Audio & Video in HTML5

And you can check this Web RTC Demos - https://www.webrtc-experiment./

本文标签: cASPNET SoundAudio RecordingStack Overflow