Visit https://github.com/ToxMox/ToxMoxMicFreezer for documentation and info.
This is a signed single exe, no installer needed. Place in the directory of your choice and simply run the app.
Please report any issues.
Changes in v1.0.1
fix: Throttle audio meter UI updates to prevent lag on high refresh rate monitors
- Added UI update throttling at 30 FPS (33ms intervals) to MainWindowOrchestratorService
- Audio level updates are now batched and applied via DispatcherTimer
- Prevents UI thread saturation when monitor refresh rate exceeds 60Hz
- Maintains smooth visual appearance while reducing CPU usage
- Added proper cleanup of timer resources on application exit
- Bumped version to 1.0.1
This fix ensures consistent audio meter performance across all monitor refresh rates (60Hz, 120Hz, 240Hz+)