phandasm / waveform

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

macos installer doesnt work #35

Open dravpin opened 1 year ago

dravpin commented 1 year ago

the installer makes it through to the end but when you open obs you can add wavefore

phandasm commented 1 year ago

Are you sure you got the right architecture to match your OBS (e.g. x86 waveform with x86 OBS, or ARM waveform with ARM OBS)?

Also, someone else reported this but got it to work by reinstalling OBS: https://github.com/phandasm/waveform/issues/31#issuecomment-1327219344 Not sure what to make of that, but to my knowledge the installer should work.

cmsj commented 1 year ago

I just ran into something similar - I think it might be that OBS isn't looking in /Library/Application Support/obs-studio/plugins/ anymore. I moved waveform.plugin to ~/Library/Application Support/obs-studio/plugins/ and now I can add it as a source.

phandasm commented 1 year ago

Oops, apparently I forgot to fix that for x64. Thanks.