0
Answered

How to play two audio on one Character continuously?

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

Hello

I uploaded my two audio files on One Character.

I have to these two audios on this Character continuously.

How can I do?

Under review

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