Plugin for the OBS-Studio to capture sound of specific application.
- Copy
data
andobs-plugins
folder into yourobs-studio
directory. - Launch the OBS, and add
WASAPICapture
source in your scene. - Select application you want to capture the sound.
- Clone obs-studio repository first.
- Clone this repository into the
obs-studio/plugins
directory. - Open
obs-studio/plugins/CMakeLists.txt
, then append a lineadd_subdirectory(win-wasapi-capture)
just before the lineelseif(APPLE)
. - Generate obs-studio solution with cmake (See https://github.com/jp9000/obs-studio/wiki/Install-Instructions).
- Build with generated solution.
GPLv3