Skip to content

MAW-MUTER v1.0.0

Compare
Choose a tag to compare
@tfurci tfurci released this 01 Nov 14:30
· 32 commits to main since this release

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:

  1. To list all active audio processes, use the following command:

maw-muter.exe list

  1. 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.