AudioSwitcher_v1
AudioSwitcher_v1 copied to clipboard
mic mute hotkey
Hey,
i love this tool its very nice to switch with hotkeys between headphones and speaker... but can you add a microfon mute hotkey to ?
It's really difficult to add in v1.x, but can be easily done in v2.0.
Will add this issue to the feature request for 2.0, so you can track it's progress.
This can also be done via a script in v2.0.
Something along the lines of:
var _ = require('AudioSwitcher')
_.getDefaultDevice('CAPTURE').toggleMute();