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

0
Answered

Change voice assigned to audio clip dynamically/via javascript

achr 4 years ago in SitePal Studio updated 4 years ago 3

Hello,

Through the web-app setup, I can obviously choose from a list of voices to assign to my 'audio setup'.

Is there a way to choose which voice to use for an audio segment through the javascript API? 

Thank you.

Answer
Gil Sideman 4 years ago

Yes, using successive calls to the 'sayText' API call you can have your character speak several audios in sequence, each with a different voice.

We have a great technical example of that here - 

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

Click on the "Speak Greeting" link under the character to hear the character speak in 5 different voices in sequence.

Hope this helps,

Gil 

The SitePal Team