https://github.com/volvofixthis/airpods-mute
AirPods toggle mic support
https://github.com/volvofixthis/airpods-mute
airpods airpodspro asahilinux microphone mute pipewire wireplumber
Last synced: 3 months ago
JSON representation
AirPods toggle mic support
- Host: GitHub
- URL: https://github.com/volvofixthis/airpods-mute
- Owner: volvofixthis
- Created: 2024-05-25T23:17:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T14:27:02.000Z (about 2 years ago)
- Last Synced: 2025-03-25T01:52:38.667Z (about 1 year ago)
- Topics: airpods, airpodspro, asahilinux, microphone, mute, pipewire, wireplumber
- Language: Makefile
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What is it?
This daemon is used to control system microphone via AirPods button.
You need to double click button to toggle mute.
This will work in HFP/HSP profile. For example if you are in a Zoom/slack/WhatApp call,
so you can click button on your AirPods to mute yourself.
This is POC, but it works very well ;)
### Install
```bash
make install
```
### Deps
You need to install amixer and mpg123.
#### Fedora
```bash
sudo dnf install alsa-utils mpg123
```