phandasm / waveform

Audio spectral analysis plugin for OBS
https://obsproject.com/forum/resources/waveform.1423/
GNU General Public License v3.0
512 stars 35 forks source link

plugin just doesn't show up in obs #62

Closed reissecup closed 7 months ago

reissecup commented 7 months ago

the plugin doesn't show up in obs on my linux manjaro pc or on my windows laptop.

phandasm commented 7 months ago

Tested with OBS 30 on Win 11 and Fedora 38 without issue, make sure you installed correctly.

reissecup commented 7 months ago

it turned out on windows i just had to update obs, but for manjaro i reinstalled and it still isn't showing up

phandasm commented 7 months ago

Are you getting OBS from the package manager or from flatpak? If you're using flatpak then you need to install waveform from flatpak as well. If you're using the package manager then you might need to figure out where OBS looks for its plugins on your distro and make sure waveform is actually installed there.

By default make install puts waveform in ~/.config/obs-studio/plugins for source build, which should be correct for most distros, but only for the user running the install command.

reissecup commented 7 months ago

found out that i had to install it with yay

phandasm commented 7 months ago

Glad you got it sorted out