I have made a C# app with a Speech Synthesis part. I would like to, when the speech narrator thingy is speaking, mute (or lower the volume of) all other applications. This is because, with background music, it can sometimes be tricky to hear the narrator.
How do I do it?
For the rest I've already set up the speak started and completed event handlers.