You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ Plugin Host2 can interface directly with audio and MIDI hardware, OBS audio sour
26
26
- E.g. allows creating new submixes
27
27
- Can be used as 'dummy' source to host Device IO
28
28
29
+
## Installation
30
+
- Download and install [latest release](https://github.com/atkAudio/PluginForObsRelease/releases/latest)
31
+
- Manual/portable installations: extract `.dll|.dylib|.so` from installer and copy it to OBS plugins directory. For example on Linux, extract `atkaudio-pluginforobs.so` from `.deb` file and copy it to `~/.config/obs-studio/plugins/atkaudio-pluginforobs/bin/64bit/`
29
32
30
33
## Build instructions
31
34
Project is based on [OBS Plugin Template](https://github.com/obsproject/obs-plugintemplate) and depends on [JUCE Framework](https://github.com/juce-framework/JUCE). Install JUCE Framework [Minimum System Requirements](https://github.com/juce-framework/JUCE#minimum-system-requirements) and OBS Plugin Template [Supported Build Environment](https://github.com/obsproject/obs-plugintemplate#supported-build-environments) and follow OBS Plugin Template [Quick Start Guide](https://github.com/obsproject/obs-plugintemplate/wiki/Quick-Start-Guide).
@@ -38,4 +41,4 @@ cmake --preset ubuntu-x86_64
38
41
cmake --build --preset ubuntu-x86_64
39
42
```
40
43
Find `atkaudio-pluginforobs.so` and copy it to OBS plugins directory.
41
-
See `CMakePresets.json` for Windows, macOS and other build presets.
44
+
See `CMakePresets.json` for Windows, macOS and other build presets.
0 commit comments