AudioSwitcher_v1 icon indicating copy to clipboard operation
AudioSwitcher_v1 copied to clipboard

mic mute hotkey

Open update0 opened this issue 9 years ago • 1 comments

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 ?

update0 avatar Feb 22 '16 14:02 update0

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();

xenolightning avatar Feb 22 '16 21:02 xenolightning