Open AGTGreg opened 2 months ago
I wanted to test how I can change the voice of the avatar. So I edited InteractiveAvatar.tsx like this:
InteractiveAvatar.tsx
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
I got the same problem
Same issue with a paid account
I wanted to test how I can change the voice of the avatar. So I edited
InteractiveAvatar.tsx
like this: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