wbolster / nothing-to-say

gnome shell extension to only unmute the microphone when you have something to say
GNU General Public License v2.0
249 stars 23 forks source link

Enable only push-to-talk or separate push-to-talk and mute #34

Open xoxoMarzy opened 3 years ago

xoxoMarzy commented 3 years ago

Is there a way to enable only push-to-talk? Or seperate muting and push-to-talk?

Sometimes you press only shortly - two people start talking at the same time, or you only one word ...- this unmutes you completely and you have to press it again.

wbolster commented 3 years ago

no, this is not currently possible.

i am not even sure if this would be possible at all. 🤔 the extension only gets a single ‘activate’ signal when the global shortcut is pressed. push-to-talk works by checking multiple of these ‘activate’ signals in a short time frame.