-
-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: User configurable audio mute #3703
Conversation
3djc
commented
Jun 21, 2023
What is the downside of muting, or "why can't we enable muting by default"? |
Muting adds audio latency, especially important if you are gliding with vario for exemple |
I would suggest repurposing the unused 'spare4' bit variable for 'audioMuteEnable' instead of adding a new entry. |
Cannot agree more ! Done |
@elecpower , fyi: #3710 |
I would have sworn when I changed branches of this before it said it was going to pull in two other commits it shouldn't have, but they're not there now 🤷 |
ce5994d
to
865d34a
Compare
* CPN: user configurable audio mute in radio settings. Supports PR #3703 * make checkbox only visible for radios with AUDIO_MUTE_GPIO pin: - All color lcd radios (including NV14) except Horus X12S - TX12, TX12MK2, ZORRO, BOXER, T8, TLITE, TPRO, LR3PRO, COMMANDO8
* feat: User configurable audio mute (#3703 port to main) * chore: Add translations
* CPN: user configurable audio mute in radio settings. Supports PR #3703 * make checkbox only visible for radios with AUDIO_MUTE_GPIO pin: - All color lcd radios (including NV14) except Horus X12S - TX12, TX12MK2, ZORRO, BOXER, T8, TLITE, TPRO, LR3PRO, COMMANDO8
* feat(cpn): User configurable audio mute in radio settings (#3710) * CPN: user configurable audio mute in radio settings. Supports PR #3703 * make checkbox only visible for radios with AUDIO_MUTE_GPIO pin: - All color lcd radios (including NV14) except Horus X12S - TX12, TX12MK2, ZORRO, BOXER, T8, TLITE, TPRO, LR3PRO, COMMANDO8 * chore: Add Companion translations --------- Co-authored-by: Michael <[email protected]>