From 5b99e72e23efb6f372cc4f87e94c2c6fe4583f0e Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Fri, 8 Apr 2022 21:39:14 +0200 Subject: [PATCH] Created Audio condition (markdown) --- Audio-condition.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Audio-condition.md diff --git a/Audio-condition.md b/Audio-condition.md new file mode 100644 index 0000000..80d25e5 --- /dev/null +++ b/Audio-condition.md @@ -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