OBS Audio Status
The OBS Audio Status data node retrieves the audio status of a specific OBS input, including its current volume level and muted state. The output is an object containing audio properties. Use this to monitor microphone or desktop audio state, or to make flow decisions based on whether an input is muted.
Outputs
| Name | Type | Description |
|---|---|---|
Status | object | An object containing audio properties such as volume and muted state |
Configuration
- Input: The name of the OBS audio input to query (e.g., "Mic/Aux", "Desktop Audio").
Example
You want to display a "MUTED" indicator on your overlay whenever your microphone is muted in OBS. Configure the node with your mic input name, then use an Extract node to pull the muted field from the status object. Connect that boolean value to a conditional display effect that shows or hides the muted indicator.