Merge pull request #1036 from tabascoeye/patch-1
turning noise suppresion back on
This commit is contained in:
commit
b56e4b5674
@ -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…
Reference in New Issue
Block a user