Update DeepgramTTSService to use Deepgram's Websocket TTS API

This commit is contained in:
Mark Backman
2025-11-21 14:07:07 -05:00
parent 6f527e509e
commit 6d93b8e9d8
4 changed files with 216 additions and 35 deletions

View File

@@ -55,7 +55,7 @@ azure = [ "azure-cognitiveservices-speech~=1.42.0"]
cartesia = [ "cartesia~=2.0.3", "pipecat-ai[websockets-base]" ]
cerebras = []
daily = [ "daily-python~=0.22.0" ]
deepgram = [ "deepgram-sdk~=4.7.0" ]
deepgram = [ "deepgram-sdk~=4.7.0", "pipecat-ai[websockets-base]" ]
deepseek = []
elevenlabs = [ "pipecat-ai[websockets-base]" ]
fal = [ "fal-client~=0.5.9" ]