remove lambda and just use aicoustics for noise cancellation (#65)

This commit is contained in:
Topherhindman
2026-04-13 14:44:00 -07:00
committed by GitHub
parent d5d227ede9
commit 067bc8ec81
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.15"
dependencies = [
"livekit-agents[silero,turn-detector]~=1.5",
"livekit-plugins-noise-cancellation~=0.2",
"livekit-plugins-ai-coustics~=0.2",
"python-dotenv",
]