Simple Pitch Shift

Simple Pitch Shift 0.1.0

AllegroMoltoV

New Member
AllegroMoltoV submitted a new resource:

Simple Pitch Shift - 「半音」スライダー (-12..+12) を操作し、音声のピッチを変更。低遅延を優先したため音質はそこそこ。

v0.1.0 (Initial Release)

OBS Studio 向けの音声フィルタ「シンプルピッチシフト / Simple Pitch Shift」の初回リリースです。
プロパティ UI の 「半音」スライダー (-12..+12) を操作して、音声のピッチを変更できます。低遅延を優先した実装で、リアルタイムの配信や収録に適しています。

image





対応環境

項目対応内容
OSWindows 11(x64)
OBS Studio32.x...

Read more about this resource...
 
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. =^.^=
 
Back
Top