Re-enable noise supression
It's massively useful. In the long run we should make it configurable and save it in local storage.
This commit is contained in:
parent
03884eabca
commit
7ab3d827ba
@ -23,7 +23,7 @@ const audioConstraint: MediaTrackConstraints = {
|
||||
// TODO: Make these values configurable in the game settings menu and store them in local storage
|
||||
autoGainControl: false,
|
||||
echoCancellation: true,
|
||||
noiseSuppression: false
|
||||
noiseSuppression: true
|
||||
};
|
||||
|
||||
export type UpdatedLocalStreamCallback = (media: MediaStream|null) => void;
|
||||
|
Loading…
x
Reference in New Issue
Block a user