(frontend) add noise reduction toggle setting with beta label

Implement settings option to enable/disable noise suppression with clear
beta indicator. Label will be removed after production battle-testing.

Note: Settings styling needs polish, will address in future commits.
This commit is contained in:
lebaudantoine
2025-06-09 18:08:05 +02:00
committed by aleb_the_flash
parent e71bc093bd
commit fb92e5b79f
7 changed files with 86 additions and 4 deletions
@@ -12,6 +12,14 @@
"label": "Wählen Sie Ihre Audioeingabe",
"disabled": "Mikrofon deaktiviert"
},
"noiseReduction": {
"label": "Rauschunterdrückung",
"heading": "Rauschunterdrückung",
"ariaLabel": {
"enable": "Rauschunterdrückung aktivieren",
"disable": "Rauschunterdrückung deaktivieren"
}
},
"speakers": {
"heading": "Lautsprecher",
"label": "Wählen Sie Ihre Audioausgabe",