Skip to content

Chgv99/web-remote-volume-control

 
 

Repository files navigation

Web Remote Volume Control

An app that allows you to adjust sound volume of your Android device from any device that has a web browser.

TODOHow to

This project is a fork of Tanaka42's WebRemoteVolumeControl that implements a couple more features such as:

  • Volume slider
  • Volume percentage indicator

In the near future, the app will:

  • Update the volume indicator and slider dynamically (even if you turn up the volume from the main device itself)
  • Allow mute

In the far future, it's been planned to implement a couple more functions that will give the app a "detached multimedia controller" touch, such as:

  • Play/Pause button (as if you were using bluetooth headphones)
  • Skip button
  • Show multimedia playing
  • Brightness control

The implementation of these last features depends on Android's API, so that means that these functions are bound to change, or might not be implemented.

TODO

Done
  • Implement volume indicator
  • Finish implementing slider
  • Fix increase-decrease
  • Make volume indicator and slider update on slider release
  • Make volume indicator and slider update on page load/reload
  • Add option to choose preferred sound stream
    • #1 awaiting crash tests
  • Make audio update dynamically with slider drag
  • Make volume indicator and slider update with volume changes on origin device
  • Mute button
  • Fix interface distribution
    • App
    • Web

How To

This document is incomplete for the moment. For a quick how to use I encourage you to read the original instructions, which will do for the most part.


Contact me on Twitter

Packages

No packages published

Languages

  • Java 77.0%
  • HTML 23.0%