add ai-coustics VAD

This commit is contained in:
Corvin Jaedicke
2025-11-13 14:20:35 +01:00
parent 3c76917c1e
commit a7b2052b38
5 changed files with 261 additions and 40 deletions

View File

@@ -128,6 +128,7 @@ dev = [
"setuptools~=78.1.1",
"setuptools_scm~=8.3.1",
"python-dotenv>=1.0.1,<2.0.0",
"pipecat-ai[aic,daily,deepgram,local-smart-turn-v3,openai,runner,silero,webrtc]",
]
docs = [
@@ -205,3 +206,6 @@ convention = "google"
command_line = "--module pytest"
source = [ "src" ]
omit = [ "*/tests/*" ]
[tool.uv.sources]
pipecat-ai = { workspace = true }