0
Answered

how do i delay audio start

ray 7 years ago in SitePal Gold updated by Gil Sideman 7 years ago 2

I have more rthan one scvene on one webpage. How do I get the second character to start speaking AFTER the first one finishes

Answer

Answer
Under review

Hi Ray!


You would want to use the API callbacks to coordinate.

Check out the API Reference documentation for vh_talkEnded.


You also need to load the characters into separate iframes to be able to individually control them.


We have a code example doing so - please check it out - 

http://www.oddcast.com/support1/conversation.html


and let me know if any questions.

Best,

Gil


Answer
Under review

Hi Ray!


You would want to use the API callbacks to coordinate.

Check out the API Reference documentation for vh_talkEnded.


You also need to load the characters into separate iframes to be able to individually control them.


We have a code example doing so - please check it out - 

http://www.oddcast.com/support1/conversation.html


and let me know if any questions.

Best,

Gil