audiorouterdev / audio-router

Routes audio from programs to different audio devices.
GNU General Public License v3.0
3.51k stars 420 forks source link

[REQUEST] Launch option set app volume without GUI #135

Open lilgandhi1199 opened 3 years ago

lilgandhi1199 commented 3 years ago

I've never found any app capable of handling this without interacting with the windows taskbar sound mixer terribly slowly and with lots of control clicks and mouse moves (in autohotkey) which could interrupt all kinds of fullscreen apps etc.

This looks like the best chance I'll ever have of adjusting one application programatically. Here's an example of how it could be used!

"Audio Router.exe" vlc.exe 50 could set the volume to 50%

"Audio Router.exe" vlc.exe -15 could lower the volume by 15%

"Audio Router.exe" vlc.exe +15 could raise the volume by 15%

It would be amazing if you could add this implementation and make this quite a powerful tool!