We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6068f commit a6aafc1Copy full SHA for a6aafc1
1 file changed
Commands/Sources/Set-OBSAudioOutputSource.ps1
@@ -123,6 +123,7 @@ function Set-OBSAudioOutputSource {
123
inputName = $myParameters["Name"]
124
inputKind = "wasapi_output_capture"
125
inputSettings = $myParameterData
126
+ NoResponse = $myParameters["NoResponse"]
127
}
128
# If -SceneItemEnabled was passed,
129
if ($myParameters.Contains('SceneItemEnabled')) {
0 commit comments