audio-share-discord-linux icon indicating copy to clipboard operation
audio-share-discord-linux copied to clipboard

microphone stopped working.

Open Parkourist opened this issue 3 years ago • 4 comments

Parkourist avatar Nov 15 '21 21:11 Parkourist

How do I delete 💀💀💀💀💀 i cant be bothered

Parkourist avatar Nov 15 '21 22:11 Parkourist

This issue can be closed. I'm not sure if only the owner of the repo can do it, but I'm pretty sure there is a way to close this issue

Amulek1416 avatar Dec 24 '21 18:12 Amulek1416

My mic fully stopped working as well, how do I reverse the process or whatever?

Edesem avatar Dec 29 '21 00:12 Edesem

@Parkourist I figured out how to fix the problem. Looking at the source code, what the script does is it uses pactl to mute your mic, you can undo by first typing pactl list sources and it will show all your input audio sources, find which number source the microphone you chose was, 0, 1, 2, 3, etc. then type pactl get-source-mute # (replace hashtag with source number) and all this tells you if the microphone is muted or not as confirmation, you can also just read the status from the pactl list sources tab. If you confirm the microphone is muted then you can pactl set-source-mute # 0 the 0 is to turn off while 1 would mean to turn on mute. Hope this helps you

Edesem avatar Dec 29 '21 21:12 Edesem