Browse Source

Whispeak allow save audio in mono - refs BT#14921

Angel Fernando Quiroz Campos 6 năm trước cách đây
mục cha
commit
978a89642b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'
                 });