VolumeValet is a convenient Android app for controlling your PC's volume from your phone over the local network.
Report Bug ·
Request Feature
Table of Contents
Whether you're watching a movie, playing a game, or just listening to music, VolumeValet makes it easy to adjust the volume without adjust the volume of your PC without having to reach for the physical controls. Try VolumeValet today and experience the convenience of controlling your PC's volume from your Android phone!
- Ability to adjust the volume of your PC from your Android phone over the local network.
- Quick mute and unmute functionality.
- Control media playback (pause, play, next, previous).
- Easily connect with PC using QR code.
- Add-free UI.
- Download the apk or build the app locally.
- Start the server on PC. See VolumeValet-Server for details.
- Scan the QR or enter the address and port manually.
- Press the Connect button.
- You are connected!
Before anything, be sure to have a working flutter sdk setup.If not installed, go to Install - Flutter.
- Clone the repo
$ git clone https://github.com/kshitij-ra/VolumeValet.git
- Extract the file and cd to the repo folder.
- Run the following in the terminal
$ flutter pub get
$ flutter build apk --debug
- Install the built.
- Option to scan QR to connect.
- Adopt Material3 Design.
- Control playback (pause, play, next, previous).
- Integration with Android's accessibility features for users with visual or motor impairments.
- Option to adjust individual channel volumes for systems with multiple speakers or headphones.
- Integration with Android's voice assistant, allowing for hands-free volume control.
- Compatibility for other operating systems.
- Option to control volume using the volume keys of android device.
- Create webapp.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Kshitij Radotra - @kradotra - kshitijradotra@gmail.com
Project Link: https://github.com/kshitij-ra/VolumeValet