sbool dm_isSystemAudioSourceMuted(S name) { O mod = dm_requireModule("#1020375/ListAudioSources"); ret dm_callModule(mod, 'isSourceMuted, dm_callModule(mod, 'findSourceByName, name)); }