timschneeb / GalaxyBudsClient

Unofficial Galaxy Buds Manager for Windows, macOS, Linux, and Android
GNU General Public License v3.0
3.61k stars 191 forks source link

[REQ][Galaxy Buds Pro 2] Mute Mic during call #432

Closed MPW1412 closed 9 months ago

MPW1412 commented 11 months ago

I've only recently discovered, that Samsung didn't think of a way to mute the mic(s) of the Galaxy Buds Pro 2 during a call.

I wonder, if there's a possibility to implement this as a function for the touch pad and assign it to a long press event during HFP?

And if that's not possible, would it be possible to execute a command on the host to mute the mic in pulseaudio?

pactl set-source-mute @DEFAULT_SOURCE@ toggle
timschneeb commented 9 months ago

That would need to be implemented in the HFP driver. The app doesn't control that.

But yes, you can execute a command:

  1. Create a script file with your command and make it executable
  2. In the app, you can select the 'Custom action...' menu entry for the touchpad action
  3. Then select 'Run external program' as the custom action and select your script