Real-time audio visualizer for the top bar
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
New features: - Vu Meter(Analog) - LED Bars - Regular Visualizer + The extension is extremely lightweight — sub-1MB memory, zero measurable CPU impact. The Cairo migration didn't introduce any overhead compared to the old St.Bin approach (if anything it's leaner since we went from 32+ actors to 1)
Use `console.*` instead of `log()`. Logs should be only available on debug mode. For debug use `console.debug()` instead of `console.log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging)