/sound-mute

🔇 Mute system sounds in windows.

Primary LanguagePHPMIT LicenseMIT

SoundMute

release license

A simple program to mute system sounds written in php 7.4.

The program for operation downloads and uses the Nirsoft SoundVolumeView software and a modified php-shellcommand library.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo.

    git clone https://github.com/manythingsatonce/SoundMute
  2. Install Peachpie .NET Templates.

    dotnet new -i Peachpie.Templates::*
  3. Compile PHP code.

    dotnet publish -c Release -r win-x64 -o app
  4. *To start work

    dotnet run

How to get in touch?

If you have a problem, write to me in a private message or open issue here.