SitePal’s community support is here to offer support, solve problems, share ideas, and update our customers about the latest from SitePal!
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



0
Under review

PPT Plugin and Website embedding not possible

Antonios 8 years ago in SitePal Silver updated by Gil Sideman 8 years ago 7

I have the Sitepal Silver account.

I have licensed two wordpress websites: http://cash4yes.com and http://revisarproductos.cash4yes.com

I have installed the PPT plugin.

I am using PPT 2007 and have Windows 10

I am using a Dell laptop. I have highspeed internet connection.

I have read all instructions.

I have created a scene.

When I go to the Publish scene section appears website embedding html but no PPT option.

I used the example html but the scene html code doesn't paste there.

When I paste it in a wp page or post it doesn't appear.

When I access the website a blank space appears where the avatar should be.

I have looked at the sitepal knowledge base, support and forum community: no answers to this issue.

I have done a Google search, but no mention of this situation.

I have noticed that sitepal documentation is over nine (9) years out of date and support and forum posts are several years old, too.

I am using Google Chrome browser.


Anybody knows how to fix this issue?

0

Can i purchase more domains for my AI avatar?

eyeconsult3 8 years ago 0

I see that I can purchase more domains for tts, but what about my AI avatar? Can I purchase more domains for that?

0
Under review

Live Link in Response

eyeconsult3 8 years ago updated by Gil Sideman 8 years ago 1

Is it possible to place a live link in the response so that users can click directly on it in the answer block?

0
Under review

Can i program my AI avatar to only use my voice?

eyeconsult3 8 years ago updated by Gil Sideman 8 years ago 5

I want to be able to use my voice for my AI avatar so that when it answers, it'll be my voice that users hear, whether I've programmed the answer or not. You got what I'm saying?

0
Under review

How to remove play button from Sitepal scene, and play it automatically?

Kashif Soomro 8 years ago in SitePal Silver updated by Gil Sideman 8 years ago 1

Remove play button from sitepal scene

0
Under review

Play button appears on my sitepal avatar, I need to play it automatically. Please guide. Thanks!

Kashif Soomro 8 years ago in SitePal Silver updated by Gil Sideman 8 years ago 1

I want to remove play button from Sitepal Avatar.

0
Under review

brightspace

key T 8 years ago updated by Gil Sideman 8 years ago 1

Can you use sitepal in the brightspace leaning environment. I tried to embed the code and it didn't work

0
Under review

Can you embed your avatar into a Twinery book using html5?

juanita fernando 8 years ago updated by Gil Sideman 8 years ago 1

How can I embed an avatar using html5?

0
Answered

How can i switch to English Pronunciation

758RNahaB4OY8z3e5Iw7 8 years ago in SitePal Gold updated by Gil Sideman 8 years ago 3

Hi,

I have a german speaking avatar, but there are of course many english proper names, that are not spoken correctly by my avatar. Take the example "facebook", it is spoken german by the avatar and that sounds not good and makes no sense. Can i switch for some words to english speaking?


Regards,

Helmut

Answer
Gil Sideman 8 years ago

Hi Helmut -

Yes - it is possible to switch voices in mid-speech, including from one language to another.

You can use SSML tags to do so - as per the following example.


Please try the following example & adapt it for your needs - select voice "Julie" in the sitepal editor - and paste this text in -


I can change my voice while I speak! <voice Name="Bridget">A posh accent if you please</voice>! or speak in a different language! <voice Name="Violeta"> 1 2 3 4 Cinco de mayo </voice>


The above example uses only voices from engine 3 (Julie, Bridget, Violeta). Note that you must use voices from the same "engine" and that only voices from engines 2 and 3 support this functionality. You can find the list of voices per engine in the API Reference document (see appendix)


Hope this helps,

Gil