fix perfomance

This commit is contained in:
_Bastler 2021-05-13 15:56:51 +02:00
parent 6e9b2e8d31
commit e329c39741

View File

@ -20,7 +20,7 @@ const audioConstraint: boolean|MediaTrackConstraints = {
//TODO: make these values configurable in the game settings menu and store them in localstorage
autoGainControl: false,
echoCancellation: true,
noiseSuppression: true
noiseSuppression: false
};
export type UpdatedLocalStreamCallback = (media: MediaStream|null) => void;