Merge pull request #3370 from pipecat-ai/mb/fix-azure-tts

AzureTTSService cleanup
This commit is contained in:
Mark Backman
2026-01-08 09:34:02 -05:00
committed by GitHub
3 changed files with 81 additions and 37 deletions

View File

@@ -51,7 +51,7 @@ assemblyai = [ "pipecat-ai[websockets-base]" ]
asyncai = [ "pipecat-ai[websockets-base]" ]
aws = [ "aioboto3~=15.5.0", "pipecat-ai[websockets-base]" ]
aws-nova-sonic = [ "aws_sdk_bedrock_runtime~=0.2.0; python_version>='3.12'" ]
azure = [ "azure-cognitiveservices-speech~=1.42.0"]
azure = [ "azure-cognitiveservices-speech~=1.44.0"]
cartesia = [ "cartesia~=2.0.3", "pipecat-ai[websockets-base]" ]
cerebras = []
daily = [ "daily-python~=0.23.0" ]