-3

I need to record audio and save to a location.

I google for this but I get some links which are not working. and some of them I downloaded and tested but no luck.

I can use HTML5, PHP, javascript, jquery for this.

I think someone can help me to suggest some working links.

Deepu Sasidharan
  • 4,763
  • 8
  • 32
  • 84
  • http://stackoverflow.com/questions/27220859/record-audio-from-user-and-save-to-server may help – Edison May 04 '17 at 06:54
  • http://stackoverflow.com/questions/16413063/html5-record-audio-to-file – informer May 04 '17 at 06:55
  • You can use ```MediaRecorder API ``` for this. Ref - https://developers.google.com/web/updates/2016/01/mediarecorder – Suresh May 04 '17 at 06:56
  • 1
    Please take the [tour](http://stackoverflow.com/tour), have a look around, and read through the [help center](http://stackoverflow.com/help), in particular [How do I ask a good question?](http://stackoverflow.com/help/how-to-ask) Make an effort to solve the problem. If you run into a specific issue doing so, post a question with your attempt (including all the relevant code), saying what isn't working, and explaining your research so far. – Rory McCrossan May 04 '17 at 06:59

1 Answers1

0

The easiest way to accomplish that is by using webrtc. https://www.webrtc-experiment.com/RecordRTC/

remember that this requires https when uploaded on live server.

Vandolph Reyes
  • 603
  • 6
  • 16