CMF Buds: Support more ANC modes

Some Buds support additional ANC modes "medium" and "adaptive".
Add them to the available modes.

- Buds 2 Plus
- Ear(a) (see #3994)

Likely also applies to other models.
This commit is contained in:
Dominik Riebeling
2026-05-02 19:50:44 +02:00
committed by José Rebelo
parent 5ba0f6bf71
commit aaf5b3011f
13 changed files with 59 additions and 0 deletions
+2
View File
@@ -3210,6 +3210,8 @@
<string name="prefs_ambient_settings_title">Ambient Sound Options</string>
<string name="prefs_active_noise_cancelling">Active Noise Cancelling</string>
<string name="prefs_active_noise_cancelling_light">Light Active Noise Cancelling</string>
<string name="prefs_active_noise_cancelling_medium">Medium Active Noise Cancelling</string>
<string name="prefs_active_noise_cancelling_adaptive">Adaptive Noise Cancelling</string>
<string name="prefs_active_noise_cancelling_transparency">Transparency</string>
<string name="prefs_active_noise_cancelling_level">Active Noise Cancelling Level</string>
<string name="prefs_active_noise_cancelling_level_high">High</string>