Script for mute microphone ?

Hi


I need an apple script to mute microphone


Can u explain that how do i use an apple script and how do i run this for my mac

Posted on Feb 14, 2019 3:02 AM

Reply
Question marked as Top-ranking reply

Posted on Mar 7, 2019 3:51 PM

AppleScript:


tell application "System Events"

	set volume input volume 0

end tell



You may also control input and output volume by using Terminal app.


Press Command–Space bar to show the Spotlight in a search field type Terminal and press enter/return key.


  • To mute microphone, paste this command in Terminal app prompt:


sudo osascript -e "set volume input volume 0"



and press enter/return key.


Enter your Mac's user password, if screen prompts it. 

Password will be hidden during typing. 

Type it and press enter/return key.


2 replies
Question marked as Top-ranking reply

Mar 7, 2019 3:51 PM in response to 3chucky5

AppleScript:


tell application "System Events"

	set volume input volume 0

end tell



You may also control input and output volume by using Terminal app.


Press Command–Space bar to show the Spotlight in a search field type Terminal and press enter/return key.


  • To mute microphone, paste this command in Terminal app prompt:


sudo osascript -e "set volume input volume 0"



and press enter/return key.


Enter your Mac's user password, if screen prompts it. 

Password will be hidden during typing. 

Type it and press enter/return key.


Feb 15, 2019 8:43 AM in response to 3chucky5

Hello 3chucky5,


Thank you for using Apple Support Communities! I understand from the information you provided that you would like to know how to create a script for muting your microphone; I'd like to help.


While we don't have an example of the exact script you're looking for, I can refer you to a link that will explain how to make a script. Here's a resource that could help:


Script Editor User Guide


Hope this helps.


Best Regards.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Script for mute microphone ?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.