diff --git a/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js b/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js index 1f7c83d73..a75dbe102 100644 --- a/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js +++ b/guacamole-common-js/src/main/webapp/modules/AudioRecorder.js @@ -124,7 +124,7 @@ Guacamole.RawAudioRecorder = function RawAudioRecorder(stream, mimetype) { * @constant * @type {Number} */ - var BUFFER_SIZE = 512; + var BUFFER_SIZE = 2048; /** * The window size to use when applying Lanczos interpolation, commonly