Global Mute

Is there a Global Mute?

I want to be able suppress all sound output without individually turning a soun don or off.

Thanks,
r.b

You could set the AudioListener volume:

AudioListener.volume = 0.0;

Thanks.

Can you get as well as set?

r.b