Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play a short sound when the microphone is muted or activated (two different sounds) #43

Closed
matomosh opened this issue May 30, 2024 · 1 comment

Comments

@matomosh
Copy link

I found this utility very convenient for managing the microphone directly from the play/pause button of my Bluetooth earphones connected to the PC while I am on a call on MS Teams. And it would be even more useful if it also had a short sound feedback to know when the microphone is activated or muted when you are away from the screen. Good job

@Anc813
Copy link
Owner

Anc813 commented May 30, 2024

@matomosh please see #2
This is already implemented

But You need to create sound files by youself
Create "on.wav" sound file with unmute sound (when mic is being turned on) and place it in same folder where "MicMute.exe" is located.
Create "off.wav" sound file with unmute sound (when mic is being turned off) and place it in same folder where "MicMute.exe" is located.
These sounds will be also played when the program starts.

You should find sounds somewhere (for example discord sounds in mp3 files can be found here)
And then convert them to WAV format using some online converter (for example https://online-audio-converter.com/)

If You like discord sounds - just download and unpack this zip archive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants