Skip to content

Android remote control for Windows volume mixer

License

Notifications You must be signed in to change notification settings

rmcclintick/Mixer_Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixer Control (In Progress)

Enables remote control of the windows audio mixer from the android app.

Requires Python

Usage

  1. Run server program with python from a Windows host.
  2. Install/Launch app on android.
  3. Enter the local IP address of the windows host in the "IP Address" textfield in app
  4. Tap refresh --> receive volume faders from server
  5. Adjust faders to control volumes
  6. Tap refresh when the program list changes on the Windows host to update faders.

Screenshots

alt text alt text

What I learned:

  • Basic UI development for Android mobile applications
  • Python UI development with TKinter
  • UDP networking in both Python and Java