Increase buffer size to around 24K.
This commit is contained in:
parent
5df7f34ee8
commit
3bb4c8fec5
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user