mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-03 06:08:29 +00:00
✨(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:
committed by
aleb_the_flash
parent
e71bc093bd
commit
fb92e5b79f
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user