how to change the volume of all sound effects in monogame code example
Example: how to change the volume of all sound effects in monogame
using Microsoft.Xna.Framework.Audio;
SoundEffect.MasterVolume = volumeLevel;
using Microsoft.Xna.Framework.Audio;
SoundEffect.MasterVolume = volumeLevel;