Merge pull request #516 from pipecat-ai/mb/google-tts

Add Google TTS
This commit is contained in:
Mark Backman
2024-09-30 12:25:16 -04:00
committed by GitHub
5 changed files with 305 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ elevenlabs = [ "websockets~=12.0" ]
examples = [ "python-dotenv~=1.0.1", "flask~=3.0.3", "flask_cors~=4.0.1" ]
fal = [ "fal-client~=0.4.1" ]
gladia = [ "websockets~=12.0" ]
google = [ "google-generativeai~=0.7.2" ]
google = [ "google-generativeai~=0.7.2", "google-cloud-texttospeech~=2.17.2" ]
gstreamer = [ "pygobject~=3.48.2" ]
fireworks = [ "openai~=1.37.2" ]
langchain = [ "langchain~=0.2.14", "langchain-community~=0.2.12", "langchain-openai~=0.1.20" ]