turning noise suppresion back on
turning AGC off was a good idea, disabling noise suppresion with it was not. => should all end up in the "settings" menu in the end
This commit is contained in:
parent
d2b122efe5
commit
627db30410
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const audioConstraint: boolean|MediaTrackConstraints = {
|
||||||
//TODO: make these values configurable in the game settings menu and store them in localstorage
|
//TODO: make these values configurable in the game settings menu and store them in localstorage
|
||||||
autoGainControl: false,
|
autoGainControl: false,
|
||||||
echoCancellation: true,
|
echoCancellation: true,
|
||||||
noiseSuppression: false
|
noiseSuppression: true
|
||||||
};
|
};
|
||||||
|
|
||||||
export type UpdatedLocalStreamCallback = (media: MediaStream|null) => void;
|
export type UpdatedLocalStreamCallback = (media: MediaStream|null) => void;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue