0

i need audio recording for my running project.

Is someone know how i can record only voice and store as well?

Will be great if someone suggest some jQuery plugins are provide me code.

Thanks.

sameerali
  • 102
  • 3
  • 12

1 Answers1

0

You can use HTML5 to capture microphone and record voice:

<input type="file" accept="audio/*;capture=microphone">

A good starting point can be: - http://www.html5rocks.com/en/tutorials/getusermedia/intro/ - Also check: HTML5 & getUserMedia - Record Audio & Save to Web Server after Certain Time

Community
  • 1
  • 1
Ahsan
  • 3,845
  • 2
  • 36
  • 36