obs_audio_routing_map
Check every audio input's tracks, monitoring, sync offset, and balance, then get a list of misrouted sources that need correction.
Instructions
The whole audio routing picture in one call: every input that carries audio, with its tracks, monitoring, sync offset and balance, and an explicit list of what is misrouted. Read-only. Start here when audio is wrong and you do not yet know which source is at fault - the alternative is four requests per input, and the answer is usually a comparison between sources rather than a fact about one of them. It names the failures that a level meter cannot show you: sources on no track (inaudible AND unmeterable), sources off track 1 (they meter but never reach the stream or the recording on the reference machine), monitoring left enabled (doubled, out-of-phase audio via the room microphone), sync offsets stored past the ~960 ms cap where OBS applies nothing, and balances pushed off centre. Inputs with no audio at all are skipped rather than listed as errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| onlyProblems | No | true = return only inputs with at least one note. Default false. |