KokoroTTSService: use kokoro-onnx instead of kokoro

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-31 17:18:34 -08:00
parent bdc9e7e2e4
commit 95689cc81c
6 changed files with 89 additions and 679 deletions

View File

@@ -75,7 +75,7 @@ heygen = [ "livekit>=1.0.13", "pipecat-ai[websockets-base]" ]
hume = [ "hume>=0.11.2" ]
inworld = []
koala = [ "pvkoala~=2.0.3" ]
kokoro = [ "kokoro>=0.9.4,<1", "requests>=2.32.5,<3" ]
kokoro = [ "kokoro-onnx>=0.5.0,<1", "requests>=2.32.5,<3" ]
krisp = [ "pipecat-ai-krisp~=0.4.0" ]
langchain = [ "langchain~=0.3.20", "langchain-community~=0.3.20", "langchain-openai~=0.3.9" ]
livekit = [ "livekit~=1.0.13", "livekit-api~=1.0.5", "tenacity>=8.2.3,<10.0.0", "pyjwt>=2.10.1" ]