refactor: merge main into config-file
ref: N25B-236
This commit is contained in:
@@ -95,6 +95,8 @@ async def lifespan(app: FastAPI):
|
||||
|
||||
_temp_vad_agent = VADAgent(settings.zmq_settings.vad_agent_address, False)
|
||||
await _temp_vad_agent.start()
|
||||
logger.info("VAD agent started, now making ready...")
|
||||
await _temp_vad_agent.streaming_behaviour.reset()
|
||||
|
||||
yield
|
||||
|
||||
|
||||
Reference in New Issue
Block a user