filters(WakeCheckFilter): increase timeout to 3
This commit is contained in:
@@ -32,7 +32,7 @@ class WakeCheckFilter(FrameProcessor):
|
|||||||
self.wake_timer = 0.0
|
self.wake_timer = 0.0
|
||||||
self.accumulator = ""
|
self.accumulator = ""
|
||||||
|
|
||||||
def __init__(self, wake_phrases: list[str], keepalive_timeout: float = 2):
|
def __init__(self, wake_phrases: list[str], keepalive_timeout: float = 3):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self._participant_states = {}
|
self._participant_states = {}
|
||||||
self._keepalive_timeout = keepalive_timeout
|
self._keepalive_timeout = keepalive_timeout
|
||||||
|
|||||||
Reference in New Issue
Block a user