0
Answered

Can I download my Talking avatar source code?

Vitaliy Vozniy 4 years ago in SitePal Bronze updated by Gil Sideman 4 years ago 4

Can I download my Talking Avatar source code?

If it is possible , can I run it as local?

sorry for disturbing you.

Answer

Answer
Under review

Hi Vitaliy - 

The avatar code cannot be downloaded and run from your local or from your servers.

If you need an offline version of our characters, please consider video generation, which is available with the Gold and Platinum annual plans. This can be useful if you are creating offline media such as tutorial videos, games, or youtube content.

Hope this helps,

Gil

The SitePal Team

Answer
Under review

Hi Vitaliy - 

The avatar code cannot be downloaded and run from your local or from your servers.

If you need an offline version of our characters, please consider video generation, which is available with the Gold and Platinum annual plans. This can be useful if you are creating offline media such as tutorial videos, games, or youtube content.

Hope this helps,

Gil

The SitePal Team

Thank you.

And I have one question , too.

As you said,I uploaded several audio files on only one character.

How can I auto play continuously ?

Regards.

You would need to use the API fir that - add Javascript code to the page to play the audios in sequence. 

for example this code will play the two audios named "audio1" and "audio2" in sequence: 

     sayAudio("audio1");

     sayAudio("audio2");