Code: Select all
var audioContext = new AudioContext();
var audioInput = null, inputPoint = null, audioRecorder = null;
$(document).ready(function(){
// recording stuff
});
< /code>
HTML: < /p>
Recording
Record
Code: Select all
var audioContext = new AudioContext();
var audioInput = null, inputPoint = null, audioRecorder = null;
$(document).ready(function(){
// recording stuff
});
< /code>
HTML: < /p>
Recording
Record