- Supported Bit Versions
- 32-bit, 64-bit
- Source Code URL
- https://github.com/univrsal/spectralizer
- Minimum OBS Studio Version
- 24.0.0
- Supported Platforms
- Windows, Linux
This plugin allows you to create a audio visualization of obs audio sources.
Windows
There's now also an installer, which does this automatically and provides an uninstaller if you want to remove the plugin again.
There's a .deb installer for debian based distros, as well as an AUR package for Arch based distros. If neither of those apply to you, you can install the prebuilt binaries:
- 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 folder "plugin" from the zip archive in the directory you just opened
- Merge the files
- Spectralizer should now show up as a source option in obs-studio
There's a .deb installer for debian based distros, as well as an AUR package for Arch based distros. If neither of those apply to you, you can install the prebuilt binaries:
- Install fftw over your package manager
- Unzip the archive
$ unzip ~/Downloads/spectralizer.* -d ~/Downloads/spectralizer
- Navigate to your obs config
$ cd ~/.config/obs-studio/
- Create a folder for the plugin
$ mkdir -p plugins/spectralizer
- Copy the folders contents of the folder plugin into the new folder
$ mv ~/Downloads/spectralizer/plugin/* ./
- Spectralizer should now show up as a source option in obs-studio