Review of "Sound Visualizer" version 6

Details Page Preview

A Real Time Sound Visualizer Based On Gstreamer

Extension Homepage
https://gitlab.com/raihan2000/visualizer

No comments.

Diff Against

Files

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

All Versions

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

Previous Reviews on this Version

JustPerfection rejected
1. You forgot to remove line 110 `prefs.js`. 2. The timeout removal should be happening before the creating. For example, before line 164 `visual.js`: ```js if (this._mainTimeoutId) { GLib.Source.remove(this._mainTimeoutId); } ``` You have 4 timeouts in that file. Please do that for all of them.