mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Created Audio condition (markdown)
parent
132fdfdc49
commit
5b99e72e23
31
Audio-condition.md
Normal file
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).
|
||||
|
||||

|
||||
|
||||
## 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).
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
The type of condition check can be selected at (1).
|
||||
|
||||

|
||||
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user