SitePal’s community support is here to offer support, solve problems, share ideas, and update our customers about the latest from SitePal!
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 4 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 4 years ago in SitePal Gold updated 4 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 4 years ago in SitePal Gold updated by Gil Sideman 4 years ago 2

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

Answer
Gil Sideman 4 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 4 years ago in SitePal Platinum updated by Gil Sideman 4 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 4 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 4 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 4 years ago 2

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

Answer
Gil Sideman 4 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

0
Answered

hello, i already charged support it is free for 15 days, but sitepal already charge me, thin i can't understand, why i can't export or save my work like TTP ? what is the use of my payment ? its thank you? i pay for nothing?

Chacera 17 5 years ago in SitePal Silver updated by Gil Sideman 5 years ago 2

hello, i already charged support it is free for 15 days, but sitepal already charge me, thin i can't understand, why i can't export or save my work like TTP ? what is the use of my payment ? its thank you? i pay for nothing?

Answer
Gil Sideman 5 years ago

Hello!

Please send a note to support@sitepal.com and we will gladly look into it.

Note that SitePal is primarily used as a cloud based solution to be embedded into your website or mobile app.

If you are looking to download video of your speaking character (eg for tutorials, youtube videos etc), you would need a Gold subscription.

Best regards

Gil

The SitePal Team

0
Not a bug

TTS local domain without webserver running?

achr 5 years ago in SitePal Studio updated by Gil Sideman 5 years ago 2

Hello, 

Is there any way I can add a bare local domain to the approved domains on my account; in order to use TTS?

I know 'localhost' and IP addresses are supported, but I am talking about using TTS solely from an HTML file (with js) -> without running on any web-server (whether local or remote).

I have tried my external IP, internal IP, localhost, 127.0.0.1 - none of these work.

Thanks

Answer
Gil Sideman 5 years ago

Hi - 

Your page (in which your sitepal character is embedded) must be delivered by a web server.

But you can easily install a local server. Most developers do.

Hope this helps,

Gil