Discussions

Ask a Question
Back to all

Is there a setting to adjust the avatar’s speech speed?

(edited)

I’m currently using heygen/liveavatar-web-sdk version ^0.0.10 with Next.js.

Is there a way to adjust the avatar’s speech speed? The default speaking speed feels a bit too fast.

In avatar_persona, I’m only setting the language to "ja". Both voice_id and context_id are null, and I’m not using any external TTS services such as ElevenLabs.

The other settings are:

  • POST: /v1/sessions/token
  • mode: FULL
  • interactivity_type: CONVERSATION

I already read https://docs.liveavatar.com/docs/configuring-full-mode

I use this setting

avatar_persona: {
language: "ja",
voice_quality: {
speed: 0.4,
},
},

But these setting don't have any effect to the speech speed.

Any guidance would be appreciated. Thank you.