svoid dm_muteOrUnmuteSystemAudioSource(S name, bool mute) { O mod = dm_requireModule("#1020375/ListAudioSources"); dm_callModule(mod, mute ? 'muteSource : 'unmuteSource, dm_callModule(mod, 'findSourceByName, name)); }