Skip to content

Releases: tfurci/maw-muter

v4.0.0

03 Feb 12:52
Compare
Choose a tag to compare

Version v4.0.0 Release

Added

  • More Commands:

    • mute: Unchanged - Mutes the specified application.

      • Usage: maw-muter.exe mute [application.exe]
    • mute-other: Mutes other applications besides the specified one.

      • Usage: maw-muter.exe mute-other [application.exe]
    • mute-more: Mutes all instances of the specified executable.

      • Usage: maw-muter.exe mute-more [application.exe]
    • list: Displays all programs and their current mute state.

      • Usage: maw-muter.exe list
    • excluded: Displays applications excluded from muting.

      • Usage: maw-muter.exe excluded

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

Miscellaneous

  • Improved overall stability and performance.

MAW-MUTER v3.0.0

18 Nov 21:58
Compare
Choose a tag to compare

This release should fix false positives by some AV's

MAW-MUTER v2.0.0

18 Nov 21:04
Compare
Choose a tag to compare
Add version output

MAW-MUTER v1.0.0

01 Nov 14:30
Compare
Choose a tag to compare

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.