Spectralizer is a plugin for obs-studio which adds a new source type that can visualize
audio sources.
Installation
First download the latest release from Github.
Releases are available for both linux and windows
Windows
Download the installer which automatically installs the plugin or follow these instructions when downloading the binary zip:
- Open your obs-studio installation folder (eg. Right click on the shortcut
and click
Open file location
)
- Navigate two directories up
- Drop the contents of the zip archive into the directory
- You're done!
Linux
- Unzip the archive
$ unzip ~/Downloads/spectralizer.* -d ~/Downloads/spectralizer
- Navigate to your obs config folder
$ cd ~/.config/obs-studio/
- Create a folder for the plugin
$ mkdir spectralizer
- Copy the folders contents of the folder
plugin
into the new folder
$ mv ~/Downloads/spectralizer/plugin/* ./
- You're done!