LookingGlass/client
Chris Spencer 72033f3822 [client] audio: reduce hardcoded minimum latency
The current minimum target latency is partially based upon the default qemu
behaviour whereby audio packets are delivered in a sawtooth pattern, with
packet timestamps drifting between 5ms above and below the measured clock.
This 5ms error is baked into the minimum target latency to avoid
underrunning.

This sawtooth pattern can be reduced by specifying a lower timer period in
the qemu configuration, so remove it from the hardcoded minimum latency and
add it to the default configurable buffer latency instead. This allows
users that have configured their VM appropriately to reduce the overall
latency.
2022-02-28 11:52:16 +11:00
..
audiodevs [client] audio: make the requested audio device period size configurable 2022-02-25 20:41:47 +11:00
cmake [client] cmake: make MakeObject use relative paths 2021-08-11 02:42:12 +10:00
displayservers [client] allow building with -Wstrict-prototypes 2022-02-25 20:38:44 +11:00
include [client] audio: make the requested audio device period size configurable 2022-02-25 20:41:47 +11:00
renderers [client] egl: use texture sampler for desktop 2022-02-08 15:34:54 +11:00
src [client] audio: reduce hardcoded minimum latency 2022-02-28 11:52:16 +11:00
CMakeLists.txt [client] x11: Add inline icon 2022-02-09 12:07:55 +11:00
DEBUGGING.md [doc] Fix formatting 2018-05-23 08:46:03 +10:00