sbool dm_removeSoundSource(VF1 source) { fO out = dm_audioOutputModule(); if (out == null) ret false with print("Audio Output module not found"); call(dm_getModule(out), 'removeSource, source); true; }