What you need:
If your microphone is muted
display this text
Setup:
There will be two macros in Advanced Scene Switcher, one for showing the text & another for hiding.
Here is the macro to show the text:
Condition: If Audio { Configured volume level of <microphone source> is muted }
Action: Scene item visibility { On <scene> Show <text source> }
The macro for hiding text is the same, but muted changes to unmuted & Show changes to Hide.
Condition: If Audio { Configured volume level of <microphone source> is unmuted}
Action: Scene item visibility { On <scene> Hide <text source> }
Hopefully this is helpful, there are probably tons of ways to do this, but this was quick and works well.
thanks to Warmuptill for the great plugin
- OBS Studio 29.1.3 or greater
- Advanced Scene Switcher 1.23.1 or greater
If your microphone is muted
display this text
Setup:
There will be two macros in Advanced Scene Switcher, one for showing the text & another for hiding.
Here is the macro to show the text:
Condition: If Audio { Configured volume level of <microphone source> is muted }
Action: Scene item visibility { On <scene> Show <text source> }
The macro for hiding text is the same, but muted changes to unmuted & Show changes to Hide.
Condition: If Audio { Configured volume level of <microphone source> is unmuted}
Action: Scene item visibility { On <scene> Hide <text source> }
Hopefully this is helpful, there are probably tons of ways to do this, but this was quick and works well.
thanks to Warmuptill for the great plugin