mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-25: Increase audio recording buffer to 2048 bytes.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user