Review of "SoundBar" version 6

Details Page Preview

Real-time audio visualizer for the top bar

Extension Homepage
https://gitlab.com/karthickk/gnome-shell-extension-soundbar

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
9 Active
8 Active
7 Active
6 Rejected
5 Rejected
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

karthickk posted a review
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)
JustPerfection rejected
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)