You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EarTrumpet seems to be the only app in the market that :
1- applies the choice of output device per app, to Windows Volume Mixer settings
2- persists even if EarTrumpet is closed (thanks to point 1)
Which makes it right now the best app in the market (on top of all other perks).
Being able to trigger these choices via command line would be amazing as it would allow for programmatic changes...
example of a command line would be : EarTrumpet.exe --set vlc.exe "CABLE-C Input (VB-Audio Cable C)"
I guess it would need two additional command lines (to not touch the GUI and separate that feature for cli users only) :
1- to list out the apps filename that can be used with the set command (e.g. indeed, "VLC Media Player" as displayed in EarTrumpet GUI, would be vlc.exe, this would solve for other apps that have variable "title" like Chrome if playing a video etc.). This would be obtained via another command (e.g. EarTrumpet.exe --list-apps)
2- to list out the device's list (e.g. "CABLE-C Input (VB-Audio Cable C)"). This would be obtained via another command (e.g. EarTrumpet.exe --list-devices)
Note: issue with NirSoft tools is that it either doesnt change Windows Mixer settings properly, or doesn't allow per app control. EarTrumpt seems the only way to go, but it's missing that CLI aspect.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
EarTrumpet seems to be the only app in the market that :
1- applies the choice of output device per app, to Windows Volume Mixer settings
2- persists even if EarTrumpet is closed (thanks to point 1)
Which makes it right now the best app in the market (on top of all other perks).
Being able to trigger these choices via command line would be amazing as it would allow for programmatic changes...
example of a command line would be :
EarTrumpet.exe --set vlc.exe "CABLE-C Input (VB-Audio Cable C)"I guess it would need two additional command lines (to not touch the GUI and separate that feature for cli users only) :
1- to list out the apps filename that can be used with the
setcommand (e.g. indeed, "VLC Media Player" as displayed in EarTrumpet GUI, would be vlc.exe, this would solve for other apps that have variable "title" like Chrome if playing a video etc.). This would be obtained via another command (e.g.EarTrumpet.exe --list-apps)2- to list out the device's list (e.g. "CABLE-C Input (VB-Audio Cable C)"). This would be obtained via another command (e.g.
EarTrumpet.exe --list-devices)Note: issue with NirSoft tools is that it either doesnt change Windows Mixer settings properly, or doesn't allow per app control. EarTrumpt seems the only way to go, but it's missing that CLI aspect.
Beta Was this translation helpful? Give feedback.
All reactions