audio-monitoring: Add ability to monitor Outputs
(Note: This commits also modifies the linux-pulseaudio, mac-capture, and win-wasapi plugins) Do not prevent the targeted output device from being monitored if the selected monitor output device is a different one. Closes jp9000/obs-studio#872
This commit is contained in:
@@ -590,7 +590,7 @@ void RegisterWASAPIOutput()
|
||||
info.type = OBS_SOURCE_TYPE_INPUT;
|
||||
info.output_flags = OBS_SOURCE_AUDIO |
|
||||
OBS_SOURCE_DO_NOT_DUPLICATE |
|
||||
OBS_SOURCE_DO_NOT_MONITOR;
|
||||
OBS_SOURCE_DO_NOT_SELF_MONITOR;
|
||||
info.get_name = GetWASAPIOutputName;
|
||||
info.create = CreateWASAPIOutput;
|
||||
info.destroy = DestroyWASAPISource;
|
||||
|
Reference in New Issue
Block a user