MAW-MUTER v1.0.0
MAW-Muter
Introduction
MAW-Muter is an initial release of a C# application that can be used to control and mute active audio sessions.
It is mainly used in combo with my MuteActiveWindow
Usage
To use MAW-Muter, follow the commands below:
- To list all active audio processes, use the following command:
maw-muter.exe list
- To mute or unmute a specific application, use the following command:
maw-muter.exe mute "app.exe"
Make sure to provide the appropriate process name when using the 'mute' command.