GUACAMOLE-25: Increase audio recording buffer to 2048 bytes.

This commit is contained in:
Michael Jumper
2016-05-02 01:48:16 -07:00
parent c137312963
commit efa6bf3c72

View File

@@ -124,7 +124,7 @@ Guacamole.RawAudioRecorder = function RawAudioRecorder(stream, mimetype) {
* @constant * @constant
* @type {Number} * @type {Number}
*/ */
var BUFFER_SIZE = 512; var BUFFER_SIZE = 2048;
/** /**
* The window size to use when applying Lanczos interpolation, commonly * The window size to use when applying Lanczos interpolation, commonly