Releases: LTHPKBTE/mumble-Speaking-Users-Overlay
Releases · LTHPKBTE/mumble-Speaking-Users-Overlay
Release list
v0.1.1
What's New in v0.1.1
- Framerate limiter: Simplified to pure high-resolution waitable timer — removed spin-waiting paths that added complexity with little benefit for overlay use
- Hotkey simplification: Removed the WH_KEYBOARD_LL fallback; the system-level
RegisterHotKeypath has been the only one since v0.1.0 and the hook could contribute to input lag on some configurations - Legacy config upgrade: VSync is now forced off when upgrading from old-format config files, with an in-app warning popup explaining why
- Removed mouse-idle FPS reduction: This mechanism provided marginal benefit and added unnecessary logic to the framerate system
- Documentation updates and wording improvements across technical notes
Installation
- Download
plugin.dllfrom the release assets - Open Mumble Settings → Plugins → Install Plugin
- Select
plugin.dlland enable the plugin
Currently only Windows is officially supported.
v0.1.0
What's New in v0.1.0
- Performance fix: Fixed excessive CPU usage observed on some systems due to GPU driver/VSync busy-wait behavior.
- Hotkey fix: Replaced keyboard hook with system-level hotkey registration, preventing the input lag that the hook could cause in other applications at low overlay frame rates.
- Configurable hotkeys with interactive key capture in settings panel
- Auto-detect monitor refresh rate for optimal FPS settings
Installation
- Download
plugin.dll - Open Mumble Settings → Plugins → Install Plugin
- Select the downloaded file and enable the plugin
Currently only Windows is officially supported.