An NVDA add-on that allows you to control the audio volume of individual applications directly using keyboard shortcuts.
| NVDA Version | Status | |--------------|--------| | 2025.3.2 | First tested version | | 2019.3 - 2025.3 | Supported (manifest range) |
Users may modify manifest.ini to adjust compatibility range for other NVDA versions.
.nvda-addon release.Enter on the downloaded file or use "Manage add-ons" dialog.Ctrl + NVDA + Y to open the Volume Control dialog.bash
chmod +x build_linux.sh
./build_linux.sh
This downloads Windows binaries for psutil and generates the .nvda-addon package.
For more detailed documentation, see the docs folder: - BUILD_INSTRUCTIONS.md - Detailed build instructions - DEPENDENCIES.md - Information about vendorized libraries - HOW_TO_BUILD.md - Step-by-step build guide - TROUBLESHOOTING.md - Common issues and solutions
This add-on uses:
- pycaw (vendorized as avc_pycaw) for Windows Core Audio API
- psutil with Windows .pyd binary for process information
- NVDA's built-in comtypes for COM interface
For reports on bugs, errors, or feature suggestions, please contact us.
Contact: https://t.me/tierryt2021