Plugin for the OBS-Studio to capture sound of specific application.
- Copy
dataandobs-pluginsfolder into yourobs-studiodirectory. - Launch the OBS, and add
WASAPICapturesource in your scene. - Select application you want to capture the sound.
- Clone obs-studio repository first.
- Clone this repository into the
obs-studio/pluginsdirectory. - 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