(frontend) add the AudioTab component

First draft, it lacks important features, as a visual indicator when
the mic is active, and a trigger to test the audio output.

I made some heuristics (e.g. default output/input, etc..) to ship a
first version of this setting tabs that should work good enough to
create value for our current users.

Please refer to the inline comments.
This commit is contained in:
lebaudantoine
2024-08-20 10:31:48 +02:00
committed by aleb_the_flash
parent 74b296aa37
commit 4d5aec9a49
6 changed files with 132 additions and 4 deletions
+11
View File
@@ -6,6 +6,17 @@
"nameLabel": "",
"authentication": ""
},
"audio": {
"microphone": {
"heading": "",
"label": ""
},
"speakers": {
"heading": "",
"label": ""
},
"permissionsRequired": ""
},
"dialog": {
"heading": ""
},