HeyGen-Official / InteractiveAvatarNextJSDemo

MIT License
92 stars 98 forks source link

Changing voices has no effect #11

Open AGTGreg opened 2 months ago

AGTGreg commented 2 months ago

I wanted to test how I can change the voice of the avatar. So I edited InteractiveAvatar.tsx like this:

try {
      console.log(`Starting new avatar session with avatar ID: ${avatarId} and voice ID: ${voiceID}`);
      const res = await avatar.current.createStartAvatar({
        quality: AvatarQuality.Low,
        avatarName: avatarId,
        knowledgeId: knowledgeId,
        voice:{voiceId: voiceID}
      });
...

I got voice IDs from here The avatar still responds in its original voice. Is this a bug or is it something that I do wrong?

PS: I am using a trial token

dentro-innovation commented 2 months ago

I got the same problem

kc-dreamconception commented 1 month ago

Same issue with a paid account