Wallpaper Engine

Wallpaper Engine

Simple Audio Visualizer
Showing 1-7 of 7 entries
Update: 31 Oct, 2021 @ 9:31pm

- Added background video option (broken? can't test it properly)
- Added "Pixel-Perfect Image" option so you can render your pixelated gifs beautifully ^^

Update: 16 Sep, 2019 @ 1:29pm

- Changed `'url(file:///...` to `'url("file:///...` so everything is nice and dandy with images within presets (thanks Tim)

Update: 19 Feb, 2017 @ 11:42am

Version 2! Woo!

- Added the ability to offset the visualizer
- Added the ability to scale the visualizer (default is "12")
- basically, it's 1/scale which is the height of "1" (i.e. default is 1/12 of your screen)
- Added an advance smoothing option!
- Optimized it so it wouldn't render every time if no music is playing!

Enjoy!

Update: 6 Feb, 2017 @ 7:51am

Bugfix update v1.1.1

- Actually disable bloom when it's toggled off (sorry!)

Update: 6 Feb, 2017 @ 7:22am

Workshop updates

- Updated preview image
- Added another content image
- Changed category back to "music" (from "abstract"... I thought you could do two :D)

Update: 6 Feb, 2017 @ 6:48am

v1.1 !

Made some performance improvements
- Reduced draw calls to one #beginPath() and #stroke() per line (i.e. one for the top, and one for the bottom)
- Added the ability to change bloom radius
- Added the ability to turn off volume normalization until I cna figure out a better way to make quiet things look quiet and loud things look loud (consistently)
- Made it so rendering was fps limited by Wallpaper Engine's settings; 60 looks the best!

Idea list:
- Make an option to un-limit fps
- Make a "cheap" glow option (i.e. just render out another line that's semi-transarent)

Update: 4 Feb, 2017 @ 1:31pm

Initial