From efa6bf3c72000af95ae91a939442ab40205aa779 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 2 May 2016 01:48:16 -0700 Subject: [PATCH] GUACAMOLE-25: Increase audio recording buffer to 2048 bytes. --- guacamole-common-js/src/main/webapp/modules/AudioRecorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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