More sticky local speaker detection
parent
8d55cd5d1a
commit
384f0cf1e4
|
|
@ -1008,7 +1008,7 @@ export default class RoomClient
|
||||||
play : false,
|
play : false,
|
||||||
interval : 5,
|
interval : 5,
|
||||||
threshold : store.getState().settings.noiseThreshold,
|
threshold : store.getState().settings.noiseThreshold,
|
||||||
history : 30
|
history : 300
|
||||||
});
|
});
|
||||||
this._hark.lastVolume = -100;
|
this._hark.lastVolume = -100;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue