docs/_data/Help/Add-OBSGainFilter.json
{ "Synopsis": "Sets a Gain filter.", "Description": "Adds or Changes a Gain Filter on an OBS Input. \nThis allows you to make the audio louder or softer.", "Parameters": [ { "Name": null, "Type": null, "Description": "", "Required": false, "Position": 0, "Aliases": null, "DefaultValue": null, "Globbing": false, "PipelineInput": null, "variableLength": false } ], "Notes": [ null ], "CommandType": "Function", "Component": [ null ], "Inputs": [ null ], "Outputs": [ null ], "Links": [], "Examples": [ { "Title": "EXAMPLE 1", "Markdown": "", "Code": "Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg | \n Set-OBSGainFilter -Gain 1.1 # Gains Audio by 1.1 decibels" } ] } |