Skip to content

Commit

Permalink
Fixing filters documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed May 28, 2023
1 parent c216a9f commit adcefb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Add-OBSGainFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This allows you to make the audio louder or softer.
#### EXAMPLE 1
```PowerShell
Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg |
Set-OBSGainFilter -HorizontalSpeed 100 -VerticalSpeed 100
Set-OBSGainFilter -Gain 1.1 # Gains Audio by 1.1 decibels
```


Expand All @@ -37,7 +37,7 @@ Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg |
### Parameters
#### **Gain**

The horizontal Gain speed.
The Audio Gain, in decibels.



Expand Down

0 comments on commit adcefb3

Please sign in to comment.