How to use a 3rd party TTS in Voice Agent #1067
Replies: 7 comments
-
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
@GabrielCNogueira could you provide me with a request ID so I can take a look in our logs? Also could you copy / paste your entire |
Beta Was this translation helpful? Give feedback.
-
@jpvajda Forgive but I was not able to figure out how to get the request ID from the javascript SDK. Though upon further testing, it seems to be an issue with Cartesia, the voice returned when I set the provider to "cartesia" is similar but slightly different from "aura-asteria-en". Here is my full configuration:
I have a voice_id set, but I don't know if I can share it. Changing the ID to different voices also seems to have no effect. |
Beta Was this translation helpful? Give feedback.
-
@jpvajda I figured out the issue while playing with Cartesia's API: If you run this curl, without "language" set, it generates the audio in Portuguese with an English accent:
Though if you add
Is there a way to set this in Deepgram? I tried adding |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I need Voice Agent to speak Portuguese and, as Deepgram's TTS does not currently supports it, I'm trying to use Cartesia (as listed in the https://developers.deepgram.com/docs/voice-agent-tts-models)
I replaced the speak.model by this:
But I still get the default aura-asteria-en model in the response.
Is there some other configuration I need to do?
Beta Was this translation helpful? Give feedback.
All reactions