services(cartesia): added CartesiaHttpTTSService

This commit is contained in:
Aleix Conchillo Flaqué
2024-09-18 22:46:13 -07:00
parent fbf6eef68f
commit 8224538372
3 changed files with 89 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ Website = "https://pipecat.ai"
[project.optional-dependencies]
anthropic = [ "anthropic~=0.34.0" ]
azure = [ "azure-cognitiveservices-speech~=1.40.0" ]
cartesia = [ "websockets~=12.0" ]
cartesia = [ "cartesia~=1.0.13", "websockets~=12.0" ]
daily = [ "daily-python~=0.10.1" ]
deepgram = [ "deepgram-sdk~=3.5.0" ]
elevenlabs = [ "websockets~=12.0" ]