atlury commited on
Commit
5ab44b8
·
verified ·
1 Parent(s): ff399f8

Update index.html

Browse files
Files changed (1) hide show
  1. 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