Releases: tfurci/maw-muter
Releases · tfurci/maw-muter
v4.0.0
Version v4.0.0 Release
Added
-
More Commands:
-
mute
: Unchanged - Mutes the specified application.- Usage:
maw-muter.exe mute [application.exe]
- Usage:
-
mute-other
: Mutes other applications besides the specified one.- Usage:
maw-muter.exe mute-other [application.exe]
- Usage:
-
mute-more
: Mutes all instances of the specified executable.- Usage:
maw-muter.exe mute-more [application.exe]
- Usage:
-
list
: Displays all programs and their current mute state.- Usage:
maw-muter.exe list
- Usage:
-
excluded
: Displays applications excluded from muting.- Usage:
maw-muter.exe excluded
- Usage:
-
Updated
- Exclusions:
- Now you can exclude specific applications from muting and see the excluded apps using the
excluded
command.- Usage: Make a
mme.txt
file in same folder as maw-muter and then add application.exe in each line to exclude from muting
- Usage: Make a
- Now you can exclude specific applications from muting and see the excluded apps using the
Miscellaneous
- Improved overall stability and performance.
MAW-MUTER v3.0.0
This release should fix false positives by some AV's
MAW-MUTER v2.0.0
Add version output
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.