Increase buffer size to around 24K.

This commit is contained in:
Michael Jumper 2013-08-10 01:50:42 -07:00
parent 5df7f34ee8
commit 3bb4c8fec5

View File

@ -45,9 +45,9 @@
/** /**
* The minimum number of PCM bytes to wait for before flushing an audio * The minimum number of PCM bytes to wait for before flushing an audio
* packet. * packet. The current value is 24K, which works out to be around 140ms.
*/ */
#define GUAC_VNC_PCM_WRITE_RATE 10240 #define GUAC_VNC_PCM_WRITE_RATE 24576
/** /**
* Rate of audio to stream, in Hz. * Rate of audio to stream, in Hz.