Browse Source

Whispeak allow save audio in mono - refs BT#14921

Angel Fernando Quiroz Campos 6 years ago
parent
commit
978a89642b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugin/whispeakauth/assets/js/RecordAudio.js

+ 1 - 0
plugin/whispeakauth/assets/js/RecordAudio.js

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