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.
- Host: GitHub
- URL: https://github.com/sjellipses/default-audio-mute-control
- Owner: SJEllipses
- License: mit
- Created: 2025-09-30T12:16:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-30T14:01:12.000Z (9 months ago)
- Last Synced: 2025-09-30T16:06:39.235Z (9 months ago)
- Topics: audio, c, cpp, csharp, mute, windows, wpf
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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

#### 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