Your comments

Hello Vitaliy - 

This may be obvious - but before considering other options note that your page must be delivered by a web server for this to work.

Can you please post a link to your test page where the problem can be seen?

Looking at your page I would be able to advise further.

Best regards,

Gil

The SitePal Team

Hello Vitaliy!

If you are referring to the option of assigning "multiple audios" to your Scene - then please note that this option is designed to randomly select *one* of the audios during playback. 

This can be useful if you want to introduce variability to your website visitors' experience. 

So, for example, a user might hear a different welcome message every time they come to your website.

But, if your intention is to speak the audios in sequence, then that's not the way to do it.

To do so, you would need to use our API to speak the audios in sequence.

To do so - assign 'none' as youe Scene's audio - and use the 'sayAudio' api calls in sequence (or 'sayText' if using TTS audio).

Here is a useful example - please look at the source code of this page to see how several audios are spoken in sequence. 

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

Hope this helps,

Gil

Suggest to take a look at our support page, there are API examples there.  See the example demonstrating how to use the "sayAudio" function.

Hope this helps,

Gil

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");

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

Hello Vitaliy!


You may add your SitePal characters to multiple pages on your websites. You can add the same character to multiple pages, or you can create and add different characters - as appropriate for your implementation.


There is no limit to the number of characters you can embed. But your license limits you to use the characters only on websites that you (or your company) owns. So, for example, if a web designer/producer wants to setup SitePal characters on several of her client's websites, each client/company must have a SitePal account of their own.

Hope this helps,

Regards,

Gil

Hi Vitaliy!

90 seconds is the limit for SitePal  audios. Not just uploaded audios, but also recorded audios and text-to-speech.

If your audio is longer - you can split it into two or more shorter audios, and you can play them back in sequence using our API. Calling "sayAudio" repeatedly will automatically queue your audios to be spoken in sequence.

If your audio is not longer than 90 seconds - but is larger than 4.8MB (though that should not be the case) - please send us your audios to support@sitepal.com and we will upload them to your account for you.

Hope this helps!

Best regards,

Gil

The SitePal Team