Text-to-speech problems in 12 languages
Bonjour Gil,
In French, the following code works:
<a href='javaScript:vh_sceneLoaded();'>ECOUTER</a><script language="JavaScript">
In Swedish, the following code does not work: sayText(' <P> jorden är rund</P>',1,9,4);
Canadian French, the following code does not work: sayText(' <P> La terre est ronde</P>',1,4,4);
In Greek, the following code does not work: sayText(' <P>η γη είναι στρογγυλή</P>'1,8,4);
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 Indonesian, the following code does not work: sayText(' <P>bumi itu bulat</P>'1,28,4);
In Romanian, the following code does not work: sayText(' <P>Pământul este rotund</P>'1,30,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!
Pending an answer,
Answer
Hello Gil,
I tried to understand: paragraphs <P> </ P> seem no longer managed in Saytext() in full-body avatars.
Under Chrome, Sitepal reads the first word of the last line (or last line-1) from Saytext() . This is certainly a minor bug. My version of Chrome is the latest: 52.0.2743.82 m
*****************************************************************
Bonjour Gil,
Sur Chrome, Sitepal lit le premier mot de la dernière ligne (ou de l'avant dernière ligne) de Saytext du code HTML5. Il s'agit certainement d'un bug mineur.
Je vais tester les autres langues avant de repasser sur Android/iOS !
Bon Week-end
François SCHAAL
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
Customer support service by UserEcho
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