Created Audio condition (markdown)

WarmUpTill 2022-04-08 21:39:14 +02:00
parent 132fdfdc49
commit 5b99e72e23

31
Audio-condition.md Normal file

@ -0,0 +1,31 @@
The "Audio" macro condition allows you to check the volume of an audio source.
This includes both how "loud" or "quiet" an audio source is on your stream or recording and which volume level you have configured for an audio source.
The audio source to check can be selected at (1) and the type of check to be used at (2).
![AudioCheckType](https://user-images.githubusercontent.com/19472752/162514561-2f653ebb-0977-4b3e-bacb-863619b0bd8f.PNG)
## Output volume
This type of check will allow you to check how "loud" an audio source is.
You can select whether the output volume needs to be *above* or *below* a configured threshold at (1).
The volume threshold itself can be configured at (2).
![OutputVolume](https://user-images.githubusercontent.com/19472752/162512981-7b204e79-1c34-4b34-a89b-5c57ec57ab75.PNG)
Note that the volume of the selected audio source is checked *after* all filters are applied.
## Configured volume level
This type of check will allow you to perform actions based on the *configured* volume level - meaning the position of the volume slider of an audio source and not the actual volume output.
![Mixer](https://user-images.githubusercontent.com/19472752/162510407-c66e8fad-9283-4d05-bd09-039d0b4a289f.PNG)
The type of condition check can be selected at (1).
![VolumeLevel](https://user-images.githubusercontent.com/19472752/162511095-1c9d3411-cc18-4a19-af31-1792e517842c.PNG)
Supported check types are:
* Whether an audio source's configured volume level is above, below, or exactly at a specific value
* Whether an audio source is muted or unmuted