An open API service indexing awesome lists of open source software.

https://github.com/sjellipses/default-audio-mute-control

Default audio devices mute control library and sample programs (console & GUI) for Windows.
https://github.com/sjellipses/default-audio-mute-control

audio c cpp csharp mute windows wpf

Last synced: 3 months ago
JSON representation

Default audio devices mute control library and sample programs (console & GUI) for Windows.

Awesome Lists containing this project

README

          

# default-audio-mute-control

Default audio devices mute control library and sample programs (console & GUI) for Windows.

## libdefault_audio_mute_control

#### Build

##### MSVC:

1. Go to Developer Command Prompt for VS or Developer PowerShell for VS
2. run build_MSVC.bat

##### MinGW:

1. run build_MinGW.bat

## MuteControlGUI

![MuteControlGUI](./README/MuteControlGUI.png)

#### Dependencies

1. [.NET Framework SDK 4.8.0](https://dotnet.microsoft.com/zh-cn/download/dotnet-framework/net48)
2. [ModernWpf](https://github.com/Kinnara/ModernWpf)

#### Build

1. dotnet build -c Release -r win-x64
1. copy libdefault-audio-mute-control.dll to .\bin\Release\net480\win-x64