mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-02-19 09:19:57 +00:00
[client] audio: make the requested audio device period size configurable
This adds a new `audio:periodSize` option which defaults to 2048 frames. For PipeWire, this controls the `PIPEWIRE_LATENCY` value. For PulseAudio, the controls the target buffer length (`tlength`) value.
This commit is contained in:
committed by
Geoffrey McRae
parent
0dad9b1e76
commit
9908b737b0
@@ -199,6 +199,8 @@ struct AppParams
|
||||
bool autoCapture;
|
||||
bool captureInputOnly;
|
||||
bool showCursorDot;
|
||||
|
||||
int audioPeriodSize;
|
||||
};
|
||||
|
||||
struct CBRequest
|
||||
|
||||
Reference in New Issue
Block a user