mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-02-19 17:29:59 +00:00
[client] audio: add latency tuning parameter
This adds a new `audio:bufferLatency` option which allows the user to adjust the amount of buffering LG does over the absolute bare minimum. By default, this is set large enough to absorb typical timing jitter from Spice. Users may reduce this if they care more about latency than audio quality.
This commit is contained in:
committed by
Geoffrey McRae
parent
9908b737b0
commit
7c2d493bb5
@@ -201,6 +201,7 @@ struct AppParams
|
||||
bool showCursorDot;
|
||||
|
||||
int audioPeriodSize;
|
||||
int audioBufferLatency;
|
||||
};
|
||||
|
||||
struct CBRequest
|
||||
|
||||
Reference in New Issue
Block a user