Whispeak allow save audio in mono - refs BT#14921

pull/2715/head
Angel Fernando Quiroz Campos 7 years ago
parent cfc850d613
commit 9eadb01080
  1. 1
      plugin/whispeakauth/assets/js/RecordAudio.js

@ -60,6 +60,7 @@ window.RecordAudio = (function () {
localStream = stream;
recordRTC = RecordRTC(stream, {
recorderType: StereoAudioRecorder,
numberOfAudioChannels: 1,
type: 'audio'
});

Loading…
Cancel
Save