Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -322,7 +322,8 @@
|
|
322 |
audio: {
|
323 |
echoCancellation: true, // Enable echo cancellation
|
324 |
noiseSuppression: true, // Optional: Enable noise suppression
|
325 |
-
autoGainControl: true // Optional: Enable auto gain control
|
|
|
326 |
}
|
327 |
});
|
328 |
|
|
|
322 |
audio: {
|
323 |
echoCancellation: true, // Enable echo cancellation
|
324 |
noiseSuppression: true, // Optional: Enable noise suppression
|
325 |
+
autoGainControl: true, // Optional: Enable auto gain control
|
326 |
+
voiceIsolation: true // Enable voice isolation if supported
|
327 |
}
|
328 |
});
|
329 |
|