Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Releases: univrsal/spectralizer

Round corners

28 Jan 19:59
814d999
Compare
Choose a tag to compare

Added rounded corners.









That's it. Nothing else.

Fixed filters

28 Dec 18:04
251d879
Compare
Choose a tag to compare

Readded OBS_SOURCE_CUSTOM_DRAW, which is needed for filters to work.
Fixed some installation paths in cmake.
Fixed Visualizer needing a refresh on startup when using circular mode.

Offset and padding

27 Dec 14:11
36bdd49
Compare
Choose a tag to compare

Added offset and padding option to radial visualizer

For macOS users

You might not be able to run the installer because it's not signed (I'm not forking out 100$ for a company I hate), follow this guide to be able to open it and read the notice at the beginning of the installer.

Radial and wire mode, logarithmic scale

25 Dec 18:34
c26fd92
Compare
Choose a tag to compare

Added a radial mode, which make the bars follow the outside of a circle
Added a wire mode, which displays a line instead of individual bars
Added logarithmic scale option

Big thanks to @LKostyra who took the time to implement this, because I was too stupid for it

For macOS users

You might not be able to run the installer because it's not signed (I'm not forking out 100$ for a company I hate), follow this guide to be able to open it and read the notice at the beginning of the installer.

Fixes and auto scale option

06 Feb 23:24
a796df6
Compare
Choose a tag to compare

Added option to disable automatic volume scaling
Added scale size and scale boost option
Fixed Monstercat filter strength value range
Fixed dead bars at the end of the visualizer

For Linux and Mac users
You have to install the dependencies yourself. This means installing fftw3 over your package manager. Mac users can use the bundled install-mac.sh script which will do this as long as you have brew installed.

Fixes & Linux

22 Oct 22:10
609a19a
Compare
Choose a tag to compare

Fixed inconsitencies when using framerates below 60
Added linux release

1.1b removed log spam

For linux users:
You will need libfftw, for debian based distros simply run: sudo apt install libfftw3-3
Future releases will likely only provide a binary built on Arch Linux and Ubuntu 18.4 LTS

Initial release

17 Oct 18:36
cd9ba00
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Should be mostly stable, but could use some more testing