@ -57,6 +57,7 @@ function record() {
* Start recording a sound.
**/
userStartAudio();
getAudioContext().resume();
if (microphone.enabled === true) {
recorder.record(recording);
}