SitePal’s community support is here to offer support, solve problems, share ideas, and update our customers about the latest from SitePal!
0
Not a bug

Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.sitepal.com

ajaysamgir 4 years ago in SitePal Gold updated 4 years ago 2

I have html page locally, where i want embed the persona character with Audio message. but I am getting CORB error while opening local file in browser.

I tried with embeded code as well as link

Answer
Gil Sideman 4 years ago

Hello! 

The page must be loaded from a web server. If you are developing locally, a local web server is fine. Many developers use Apache - I'd recommend that but many other options.

Hope this is helpful

Best regards,

Gil

The SitePal Team

0
Answered

My account Expire

Illia Horenko 4 years ago updated 4 years ago 4

Hi, Mr.Gil

Happy New Year!

I asked you about the 60 bit per rate video generation.

You said me that if your team couldn't make this video until this month, you would refund my money.

Sorry, but please let me know your development state.

Regards.

Answer
Gil Sideman 4 years ago

Hello Illia - 


Regretfully the video generation implementation cannot generate 60 fps at present.


The solution to enable 60 fps requires some re-engineering & is not available at present.

We're ready to cancel your subscription & provide a refund if that is your preference.

Please send a note to support@sitepal.com - with a link to this thread - and we will take care of it for you.

All the best,

Gil


0
Answered

Multiple avatars independently on one page ?

Frank E 4 years ago updated by Gil Sideman 4 years ago 5

Hello,

I would like to use multiple avatars on one page and control them individually using the API, is that a problem ? Is there maybe an example for this ?

Thanks so much,

Frank

Answer
Gil Sideman 4 years ago

Hello Frank!

This is entirely doable, and we have two examples on the support pages that showcase exactly that - 

On the advanced examples page - look for "SitePal Conversation":

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

However - I would advise you to wait for about a week, as we are just about to release an update which would greatly simplify api access to multiple characters on the page.

In the examples noted above - we demonstrate how to control each character via the API. This is accomplished by loading each character into its own iframe, which enables the characters to be individually addressed / called.

Needless to say this makes page design and maintenance a bit more cumbersome than it otherwise would be.

In the upcoming update, we add new built in addressing capabilities to the API - which will make it possible to embed your characters into the same page, without using an individual iframe for each, and access each of them individually via the API.

When we launch this update, we will provide new examples that demonstrate the new method.

Hope this helps,

Gil

The SitePal Team

0
Answered

900 characters in text to video

Al at TheCypressBuilding com 4 years ago in SitePal Silver updated by Gil Sideman 4 years ago 2

Is it possible to have my model to be able to say MORE than 900 characters in a post? And if so, how? I need her to be able to say more. 

Answer
Gil Sideman 4 years ago

Hello!

While each audio can be up to 900 characters long, it is simple enough to queue multiple audios for sequential playback, thereby overcoming this limitations.

Calling the API function sayText repeatedly, automatically queues several audios for playback.


The following technical examples demonstrate this technique - please feel free to review and adapt  the code from these pages if helpful.

example 1

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

example 2

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

Hope this helps,

Regards,

Gil

0

Did you see this site what has made the high quality video.?

Illia Horenko 5 years ago 0

HI, Mr.Gil.

I have found this site what is making the avatar video.

The video quality is very good.

Please check this video.

https://we.tl/t-MiluOsgxP6

I have sent your the messages to you via your mail.

But you haven't responded.

I hope your answer.

 Warm  regards.

0
Answered

VIdeo bit rate

Illia Horenko 5 years ago in SitePal Gold updated 5 years ago 20

I have generated the video.

This bit frame is 24 fps.  I want to show this on television.

So I need 60 fps video. This is the reason why I am using this SitePal.com account.

Please help me.

 I am waiting for your reply.

0
Answered

play upon load

dell allen 5 years ago in SitePal Gold updated by Gil Sideman 5 years ago 2

is it possible to play upon loading a series of scenes -- without showing the play -pause button?

Answer
Gil Sideman 5 years ago

Hello!

There are several options I'd like to suggest.

First - to remove controls from the SitePal Scene, uncheck "display controls" option when grabbing your embed code.


To play a series of Scenes -


a. We offer an enterprise level version of the SitePal product called the "Avatar Studio" that includes the ability to create sequences of Scenes, which can play in sequence (with or without controls).

If this is of interest - please send a note to sales@sitepal.com for pricing & info.

b. Using the Client API you can play a sequence of audios - either recorded audios (using 'sayAudio' function) or TTS audios (using 'sayText' function). It is quite simple to do - as our player supports queing of pending playback requests.

This is not exactly what you asked - but it may be good enough.

Hope this helps.

Regards,

Gil

The SitePal Team

0
Answered

Multiple Audio

conteudo 5 years ago in SitePal Platinum updated by Gil Sideman 5 years ago 2

Is it possible to program a scene to always play multiple audio (text-by-speech) in an exact order?

Answer
Gil Sideman 5 years ago

Yes, you can easily do so using the API.

As you make successive calls to "sayText" they can be queud for playback in sequence.


There is no limit to how many audios you can queue in this way.


Here's a good technical example:

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


Hope this is helpful,

Best regards,

Gil

The SitePal Team

0

Subtitle

conteudo 5 years ago in SitePal Platinum 0

Please, is it possible to generate subtitles embed to the videos from the text-to-speech?

0
Completed

Make play button visible

peterweiss 5 years ago in SitePal Bronze updated by Gil Sideman 5 years ago 2

Can the play arrow be visible always? Not just on roll over?

Answer
Gil Sideman 5 years ago

Hi Peter!

At the moment that's not possible.

The default behavior is that play button appears when cursor is in motion over the character. Button remains visible for a few seconds and then fades if cursor is motionless.

I've added this to our product wish list - we'll look into enabling the play button to remain visible, perhaps through adding a new embed attribute, but due to our development schedule this may take some time. 

Regards,

Gil