A simple command-line utility for controlling the Windows system volume.
- Display current system volume
- Set system volume (0-100%)
- Quiet mode for script integration
- Help system with usage instructions
- Ensure you have .NET 6.0 or later installed
- Download the latest release from the Releases page
- Place the executable wherever you like (no installation required)
# Show current volume
volume
# Set volume to 50%
volume 50
# Silently set volume to 75%
volume 75 -q
# Show help
volume -h
- No arguments: Displays current volume
0-100
: Sets volume to specified percentage-q, --quiet, /quiet
: Suppress output-h, --help, /help
: Show usage instructions
- Windows 10 or later
- .NET 6.0 or later
- NAudio NuGet package
- Clone the repository:
git clone https://github\.com/yourusername/VolumeControl\.git
- Build the solution:
dotnet build
- NAudio - For audio device control
- System.Runtime.InteropServices - For Windows API integration
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIThttps://choosealicense c ˙ om/licenses/mit/
- Silver Star Brands
- NAudio library contributors
- Windows Core Audio API
- 1.0.0
- Initial release
- Basic volume control functionality
- Command-line interface