Resource icon

Mute Indicator v1.0.0

dmadison

New Member
dmadison submitted a new resource:

Mute Indicator - Set a physical indicator whenever an audio source is muted.

This is a Python script for OBS Studio that tracks the 'mute' state of an audio source. When the source is muted or unmuted, the script sends that state as a string over serial to a microcontroller to set a physical indicator.

Version 1.0.0 includes the microcontroller (Arduino) code for three indicators:
* LED Light (w/ 3D printed mount)
* LED Strip
* Servo flag

See the GitHub repository for download links.

Read more about this resource...
 

lvoov

New Member
how would the code look for two audio input sources separate indicators? In case someone uses 2 diffrent mics interchangably.
 

dmadison

New Member
With separate sources and separate indicators you should be able to import the script twice and then work with each independently. You shouldn't need to modify the code at all.
 

emptyhaven

New Member
Hi, sorry for bothering you two years later. My problem is a "me" thing, tbh: I don't have the means to construct an indicator. Is there a way I can work around this and have an indicator on my screen instead?
 

dmadison

New Member
Hi, sorry for bothering you two years later. My problem is a "me" thing, tbh: I don't have the means to construct an indicator. Is there a way I can work around this and have an indicator on my screen instead?
Not with this script, unfortunately.
 
Top