Add VU meters, CPU usage, and system stats to the top bar #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The UI top bar only shows basic info. No real-time audio level (VU meter), CPU load, or system stats.
The state endpoint already returns: input_level, output_level, cpu_percent, sample_rate, wifi, bluetooth.
Design:
Labels: enhancement, ux, visual
Fixed. The SPA now includes:
VUMetercomponent with 12-segment LED-style displaystate.cpu_percent)See
ui/src/App.tsx—VUMeter()function and status bar implementation.