Discussions
Voices with Streaming Avatars
1 day ago by null
Hello.
I've been implementing a streaming avatar in Heygen. But I'm having an issue with the voices. When I fetch the list of voices, for example, I have "Mateo - Warm" which is supposed to be a Spanish voice and has "support_interactive_avatar" set to true.
However, when I start the avatar session with the following parameters:
sessionData = await avatar.createStartAvatar({
quality: AvatarQuality.High,
avatarName: "Graham_Black_Suit_public",
language: "es",
voice: {
voiceId: "face330a542b4357aa0611779c64c12f",
}
})
It fails, and the same happens with many other voices. Am I doing something wrong? Or is there a separate list of supported voices that I might be unaware of?