Add AWS Polly TTS support

This commit is contained in:
Mark Backman
2024-09-26 09:31:09 -04:00
parent d11daee31a
commit 6a6ea251ae
6 changed files with 252 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ Website = "https://pipecat.ai"
[project.optional-dependencies]
anthropic = [ "anthropic~=0.34.0" ]
aws = [ "boto3~=1.35.27" ]
azure = [ "azure-cognitiveservices-speech~=1.40.0" ]
cartesia = [ "cartesia~=1.0.13", "websockets~=12.0" ]
daily = [ "daily-python~=0.10.1" ]