Discussions
Issue with Norwegian Language Support in Avatar API
Hi Heygen team,
We've noticed a change in behavior with the avatar speech output. Previously, setting the language parameter to "no" in the createStartAvatar API call resulted in proper Norwegian speech output. However, recently, the same configuration results in the avatar speaking Danish instead.
Here is a simplified version of the code we're using:
await this.avatar.createStartAvatar({
quality: AvatarQuality.High,
avatarName: avatarId,
knowledgeId: knowledgeId,
voice: {
voiceId: '7Q8brHnS8h5oVQ7Ya1B0',
rate: 1,
emotion: voiceEmotion
},
language: "no",
disableIdleTimeout: false
});
Could you please confirm if there have been any recent updates or changes to the language or voice mapping in your API?
We'd appreciate any guidance on how to restore proper Norwegian speech behavior. Thanks