i'm having difficulty with the setup, i've followed all your instructions. but i dont see the filter when i go to my obs
How did you unpack the plugin? I looked at it and unpacked it and it worked fine.
Questions: Where did you unpack it? Did you unpack into an install of OBS Studio (rather than a portable install)?
If you are unpacking it into an install, for example, C:\Program Files\obs-studio, as packed, it will not work. It's using the latest preferred location, which is located at %PROGRAMDATA%\obs-studio\plugins, on most systems, this would expand out to C:\ProgramData\obs-studio\plugins.
If you unpacked into a portable install, the layout will not work. You can still use it, but you need to arrange the files differently.
As packed, the tree looks like this with the plugins anchored in C:\ProgramData\obs-studio\plugins:
Code:
(C:\ProgramData\obs-studio\plugins\) simple-pitchshift +--> bin\64ibt
|
+--> data\locale
To use an install (in this instance, anchored in C:\Program Files\obs-studio), the tree needs to look like this:
Code:
(C:\Program files\obs-studio\) +--> obs-plugins\64-bit
|
+--> data\obs-plugins\simple-pitchshift\locale
I am going to do a how-to for how to use the preferred way of installing plugins at some point because a lot of people don't apparently know how this works.
So you know, portable installs of OBS Studio do not use plugins located in %PROGRAMDATA%\obs-studio\plugins
If you are using a portable install, it's similar to above, but replace C:\Program Files\obs-studio with the path to where obs-studio is located, e.g. D:\Testing\obs-studio.
Hope this helps.
--Katt. =^.^=