Closed MPW1412 closed 9 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
That would need to be implemented in the HFP driver. The app doesn't control that.
But yes, you can execute a command:
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?