vad: use exponential smoothing to avoid sudden changes

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-17 13:11:53 -07:00
parent f2cefeeedc
commit a5d246ec0c
3 changed files with 17 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ from dotenv import load_dotenv
load_dotenv(override=True)
logger.remove(0)
logger.add(sys.stderr, level="TRACE")
logger.add(sys.stderr, level="DEBUG")
async def main(room_url: str, token):