mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
6f6816b99fc87a8594c8f5492c27be9e7e1dd8f0
Avoid querying playback timing on every graph cycle. Refresh backend latency only when audio diagnostics request it, and defer callback errors for reporting from non-realtime contexts. Move microphone delivery to a bounded SPSC queue drained by a sender thread. This keeps PureSpice locking and socket writes out of the PipeWire capture callback while bounding overload behavior. Validate and recycle capture buffers before enqueueing their contents. These changes improve deadline margin when using small period sizes.
Looking Glass
An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
- Project Website: https://looking-glass.io
- Documentation: https://looking-glass.io/docs
Documentation
❕❕❕ IMPORTANT ❕❕❕
This project contains submodules that must be checked out if building from the git repository! If you are not a developer and just want to compile Looking Glass, please download the source archive from the website instead:
https://looking-glass.io/downloads
Source code for the documentation can be found in the /doc directory.
You may view this locally as HTML by running make html with python3-sphinx
and python3-sphinx-rtd-theme installed.
Languages
C
81.3%
C++
14.9%
CMake
2%
NSIS
0.8%
GLSL
0.6%
Other
0.4%