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

import voices or changing them to match teens

JNJ 7 years ago updated by Gil Sideman 7 years ago 10

Is it possible to import voices into Site Pal. None of the voices match any of the child or teen avatars. If not, what can I change to make the current voices sound like a teen/child? If I change the pitch, the voices sound robotic.

Answer
Gil Sideman 7 years ago

Hi JNJ -

You can't import voices - but you can get good results with pitch & rate adjustment by using SSML prosody tags in the text. They don't work the same way for all voices, best when used with engine 3 female voices.

Here are some examples - try these & let me know what you think.


1. Voice: Ashley - 3,1,6 <prosody pitch="+100%" rate="-5%"> My mom says too much chocolate is not good for you. So I won't give you any. </prosody>

2. Voice: Bridget - 3,1,4 <prosody pitch="+100%" rate="-5%"> My mom says too much chocolate is not good for you. So I won't give you any. </prosody>
3. Voice: Bridget - 3,1,4 <prosody pitch="+50%" rate="+5%"> My mom says too much chocolate is not good for you. So I won't give you any. </prosody>
4. Voice: Julie - 3,1,3 <prosody pitch="+50%" rate="-5%"> My mom says too much chocolate is not good for you. So I won't give you any. </prosody>
5. Voice: Julie - 3,1,3 <prosody pitch="+20%" rate="+5%"> My mom says too much chocolate is not good for you. So I won't give you any. </prosody>
0
Not a bug

Avatar full body on Safari for Windows ?

Francois 7 years ago updated by Gil Sideman 6 years ago 4

Hello Gil,

I tested thefull body avatar for mobiles on different OS (Windows, iOS, Android) and browsers. Everything works perfectly except for Safari under Windows (latest version 5.1.7 on Windows 7 pro) ?
cordially
François
0
Not a bug

All my avatars on the apps and websites are not loading with an error of charcter unavailable today, my account is platinum and current . Is there an error going on?

shahisoliman 7 years ago updated by Gil Sideman 7 years ago 3

All my avatars on the apps and websites are not loading with an error of charcter unavailable today, my account is platinum and current . Is there an error going on?

Answer
Gil Sideman 7 years ago

You probably have "Secure Playback" turned ON in your account.

When ON, you must specifically approve the domain of your web page which loads your SitePal.

This is a security feature available to prevent theft of your SitePal service.


You have two options -

1. List your domain under the "licensed domains" for your account.

2. Turn OFF secure playback.


Both can be managed from your "Account Info" page.

Hope this helps,

Gil



0
Answered

Dynamic resizing

JNJ 7 years ago updated by Gil Sideman 7 years ago 17

I have embedded a scene into a web page using the AC_VHost_Embed function. To make the page responsive, I need to be able to dynamically change the size of the scene . I have tried replacing the hardcoded height and width data with variables but, that produces an error and the scene never loads.

How can I dynamically change the size of a scene?

Answer
Gil Sideman 7 years ago

Hi -

We've added a new function to the client api - "resize" - the Client API Reference has been updated (on the support page) to include this function. This function allows you to dynamically resize the Scene when the page dimensions change, to support responsive design. Resizing is done dynamically and does not reload the character. We recommend that original aspect ratio be maintained when the Scene is resized. This is not required, but if you want to maintain the same relative position of the character within the Scene frame, you should retain the same aspect ratio. Otherwise, character will be re-positioned as best possible.

This had taken a bit longer than anticipated, thanks for your patience.

Let me know if any comments.

Best,

Gil

0
Under review

i need activated, i paid using paypal

jjoeuk45 7 years ago updated by Gil Sideman 7 years ago 4

i sent several email to say i need activated, i paid using paypal how long to activate i thought it was straight away no replies to all my emails

0
Under review

speech to text

Carl Silva 8 years ago updated by Sumit B 8 years ago 1

What is the best method to add speech to text? Any recommendations?

0
Under review

Does the photo face in tech playground still email a preview?

Mr Mahoney 8 years ago updated by Gil Sideman 8 years ago 4

The photo face activity in Tech Playground does not seem to email your creation any more. Can this be fixed?

0

AVATAR EXPERT NEEDED ASAP

#TRAIN WITH THE BEST 8 years ago updated by anonymous 7 years ago 1

I need a gifted person to assist with Avatar presentations on my site, need a character exported to power point,

0
Fixed

Avatars full-body on mobile and Player Volume

François 8 years ago updated by Gil Sideman 8 years ago 10

Hello Gil,

The full-body avatar works perfectly on mobile (iOS Safari and Chrome with ANDROID).
I have the last problem:
The volume of a scene can be set in the scene on the site sitepal.com or fastened with setPlayerVolume (x);

On iOS, the volume always seems to be maximum whatever the scene settings or whatever setPlayerVolume (x);


On ANDROID, the volume is either maximum or nothing: the avatar moves without speaking (the equivalent of setPlayerVolume (0) in my opinion).

cordially

François SCHAAL which recommends Sitepal solution for mobile!


**************************************************************************
Bonjour Gil,
L'avatar full-body fonctionne parfaitement sur mobiles (iOS avec Safari et ANDROID avec CHROME).

J'ai un dernier souci :
Le volume sonore d'une scène peut être paramétré dans la scène sur le site de Sitepal ou fixée avec setPlayerVolume(x);

Sur iOS, le volume sonore semble toujours être au maximum quelque soit les réglages de scène ou l'utilisation de setPlayerVolume(x);

Sur ANDROID, le volume est soit au maximum soit il n'y a rien : l'avatar bouge mais sans son (l'équivalent de setPlayerVolume(0) à mon avis).


Cordialement
François SCHAAL qui recommande la solution Sitepal pour mobiles !
Answer
Gil Sideman 8 years ago

François -

The problem with the audio volume on Android has been fixed.

Please review and verify.

Best,

Gil

0
Under review

Text-to-speech problems in 12 languages

François 8 years ago updated by Gil Sideman 8 years ago 2

Bonjour Gil,

Hello Gil,
As indicated in my email of 6 July 2016:
I have the following problem in HTML5 field with full-body avatars:
All subsequent tests were performed with the same avatar in my account:

In French, the following code works:

<a href='javaScript:vh_sceneLoaded();'>ECOUTER</a><script language="JavaScript">

function vh_sceneLoaded(){
sayText(' <P> La terre est ronde</P>',1,4,2);
}
</script>

In Swedish, the following code does not work: sayText(' <P> jorden är rund</P>',1,9,4);

I tried with other Swedish languages 2,9,1 1,9,1 1,9,4 2,9,4 3,9,4 nothing works!

Canadian French, the following code does not work: sayText(' <P> La terre est ronde</P>',1,4,4);

In Dutch, the following code does not work: sayText(' <P>de aarde is rond</P>',2,11,4);
I tried with the other language codes, nothing works!

In Greek, the following code does not work: sayText(' <P>η γη είναι στρογγυλή</P>'1,8,4);

I tried with the other language codes, nothing works!

In HINDI, the following code does not work: sayText(' <P>पृथ्वी गोल है</P>'1,24,4);

In Hungarian, the following code does not work: sayText(' <P>A Föld gömbölyű</P>'1,29,4);

In Iceland, the following code does not work: sayText(' <P>Jörðin er kringlótt</P>'1,25,4);

In Indonesian, the following code does not work: sayText(' <P>bumi itu bulat</P>'1,28,4);

In Korean, the following code does not work: sayText(' <P>지구는 둥글다</P>'1,13,4);

In Romanian, the following code does not work: sayText(' <P>Pământul este rotund</P>'1,30,4);

In Russian, the following code does not work: sayText(' <P>земля круглая</P>'2,21,4);

In Turkish, the following code does not work: sayText(' <P>dünyanın yuvarlak olduğunu</P>'1,16,4);

That's a lot of languages (12) do not work on PC (IE and Chrome) with full-body avatars!

I am marketing phase of an international application and these bugs disturb me!

Pending an answer,

cordially
François SCHAAL
Answer
Gil Sideman 8 years ago

Hi François -

I tried different languages in our TTS demo - they all seem to work fine.

See -

http://www.oddcast.com/demos/tts/tts_example.php?sitepal


Why are you using the <P> tag in the text to be spoken? What are you trying to achieve?

HTML tags cannot be interpreted with the exception of documented SSML tags, and should not be used. If used, they will either be stripped and ignored, or the result might be unexpected.


Please remove these tags & try again. If you still see a problem - please post a link to your page where the problem can be seen & we will look into it.

Best,

Gil