2

Corollary questions:

  • What is the location of the file?
  • Can it be used to deactivate the microphone?

This is for a Dell Latitude laptop.

thnx-236659
  • 145
  • 4

1 Answers1

6

You can use "pulseaudo" to achieve this purpose:

amixer -D pulse set Capture nocap

turns your mic off.

You can simply put it anywhere which will be run at start up, e.g: .profile.

If you want to turn it "on" again use:

amixer -D pulse set Capture cap

and for toggling between on and off:

amixer -D pulse set Capture toggle
Ravexina
  • 55,668
  • 25
  • 164
  • 183