Extension Icon

Toggle Audio Input (Microphone)

Extension to mute/unmute audio input (Microphone)
AvatarQuentin Dommerc
1,185 Installs

Toggle Audio Input (microphone)

A Raycast extension to mute/unmute audio input (microphone)

commands.png

The extension has a command to directly mute/unmute the audio input, but there's also a menu bar extension showing if it's either muted or not, and lets you click on the menu item to toggle its state.

Notes

Zoom users

You have to disable the "Automatically adjust microphone volume" in the audio settings otherwise Zoom will unmute the microphone everytime

Zoom audio settings

Development

Open the project in your IDE of choice (❤️Jetbrains) and install the dependencies via:

$ npm install

To run and test extension locally:

$ npm run dev

Project structure

Inside the /src directory you will find the source files for this extension.

DirectoryDescription
src/The Raycast commands
src/sharedShared functions