-
Hello, I'm interested in understanding the recommended approach for integrating various Speech-to-Text (STT) and Text-to-Speech (TTS) systems into AI agent workflows using the Google Agent Development Kit (ADK) , Could you provide guidance or best practices on how to achieve this? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
boyangsvl
May 3, 2025
Replies: 1 comment 1 reply
-
Currently what you can do is do the STT and TTS outside, e.g.:
We have some thought about native integration with STT and TTS to make it easier in the future. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
boyangsvl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently what you can do is do the STT and TTS outside, e.g.:
We have some thought about native integration with STT and TTS to make it easier in the future.