WELCOME TO MY DIGITAL GARDEN & TECHNICAL ARCHIVE READ MORE →
> atem-audio-mapping.exe

Output Types

Updated XML

How to use the generator #

Routing audio inside Blackmagic's ATEM Software Control can be incredibly tedious once you're past a handful of MADI or AES/EBU sources — every output has to be mapped by hand, and it's easy to lose track of which input is actually feeding which channel. This tool loads the raw XML audio-mapping file straight from the ATEM software and gives you a filterable, sortable view of every output, plus a full source-by-output matrix you can edit directly.

Paste the exported XML into the box above, hit Load Audio Mapping, and the tool will parse the <Profile> and populate both the output list and the mapping table. If you don't have a file handy, use Load ATEM Constellation 8K audiomapping to load a sample profile and try the tool out.

Reading the mapping table

Switch to the "Audio Mapping Table" tab to see every source plotted against every output. Each column is one output, each row is one source — the filled radio button marks which source currently feeds that output. Clicking a different radio button updates the underlying XML immediately, and the textarea at the bottom reflects the change so you can copy it straight back into your production config.

Tip: use the output-type filter chips (MADI1, AUX1, AUX2, ...) to narrow the table down to a single bank of outputs before you start reassigning sources — it's much easier to audit sixteen channels at a time than all ninety-six at once.

Exporting your changes

Once you're happy with the mapping, copy the contents of the XML textarea back into your ATEM configuration. A minimal output entry looks like this:

<Output id="1" name="Aux1 1/2" sourceId="2001" />

Just make sure the sourceId matches one of the <Source> entries defined earlier in the same profile, or the ATEM software will reject the import.