A Real Time Sound Visualizer Based On Gstreamer
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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.