Discussions
Question about Repeat Functionality in LiveAvatar API
I understand that the service is gradually transitioning from Interactive Avatar to LiveAvatar.
In Interactive Avatar, there was a repeat functionality, and I would like to use a similar capability in LiveAvatar as well.
However, after reviewing the LiveAvatar API reference below, I could not find any explicit support for a repeat feature:
https://docs.liveavatar.com/reference/create_session_token_v1_sessions_token_post
On the other hand, when I checked the Custom Mode Events documentation, I noticed the following event:
https://docs.liveavatar.com/docs/custom-mode-events
{ "type": "agent.speak", "audio": }
From my understanding, this allows us to pass arbitrary audio data and have the avatar speak that audio.
Could you please confirm whether this mechanism can be considered a replacement or alternative for the repeat functionality that was available in Interactive Avatar?
In other words, is the recommended approach in LiveAvatar to handle repeat behavior by re-sending audio data via agent.speak, or is there another planned or existing feature that better matches the original repeat functionality?