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

say function to avatar

AND ITALIA 3 years ago in SitePal Platinum updated by Gil Sideman 3 years ago 4

Hello,

I'm try to send an method to the scene, but JS say me is not a function.

This is an example: https://jsfiddle.net/moku23/05ycdsvr/5/

Answer
Gil Sideman 3 years ago

Hello!

There is no function called say me or sayme or say.

There are three main speech functions that you should become familiar with - 

1. sayAudio - to speak previously uploaded or recorded audios

2. sayText - for realtime Text-to-Speech audio

3. sayAI - for user interaction with your SitePal Bot (or 3rd party bot)

To become more familiiar with using our API I recommend reading the introduction section in our Client API reference document on our support page.

Here is a direct link - 

https://www.sitepal.com/docs/vhost_API_Reference.pdf


On our support page - www.sitepal.com/support - you will also find links to dozens of technical examples demonstrating how to use our API. Please peruse those examples, and feel free to copy their source code to your own page to get started.

Regarding the test page you shared above - In your page you are trying to call the function saySilent (please look un in the reference doc what it does). But it will not work before your character has loaded. 

You should use the callback function vh_sceneLoaded to find out when it is safe to call the API.

Finally, if you have specific questions - please send us a note to support@sitepal.com - and we will be happy to look into and advise.

I hope this helps,

Gil

ps. great character!

0
Under review

inserting scene into mac powerpoint

jpastorurban 3 years ago in SitePal Silver updated by Gil Sideman 3 years ago 1

How do I insert a scene into powerpoint for mac? I cannot find the sitepal plugin and other plug ins do not work

0
Under review

Safari Browser | Audio Requires User Input NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.Error!!!

Sami Nazzal 3 years ago in SitePal Gold updated by Gil Sideman 3 years ago 3

We're getting this issue only on the safari browser


Audio Requires User Input NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.Error!!!


The user already interacted with DOM. Also, we've disabled scene controls like play and pause.  How can we fix it

0

Sitepal Avatar Dynamic Dimension

Lakshmi Narayanan 3 years ago in SitePal Gold 0

I have embedded sitepal into my project Website. However, I have issues when I try to resize my browser window and the sitepal avatar dimensions remain the same, causing it to overlay/underlay with other elements in the webpage. Can you please point me towards the right direction to solve / Workaround this issue?

Thanks in advance!

0
Answered

Sitepal Avatar Dynamic Dimension

Lakshmi Narayanan 3 years ago in SitePal Studio updated 3 years ago 3

I have embedded sitepal into my project Website. However, I have issues when I try to resize my browser window and the sitepal avatar dimensions remain the same, causing it to overlay/underlay with other elements in the webpage. Can you please point me towards the right direction to solve / Workaround this issue?

Thanks in advance!

0
Answered

How do I add an avatar to my PowerPoint

Sally 3 years ago updated by Gil Sideman 3 years ago 2
0

Thank you!

Diana 4 years ago updated by Gil Sideman 4 years ago 1

Big, big shoutout to Gil, Pranjal and the rest of the team for providing exceptional service and problem-solving to assist me with my project. I would definitely recommend SitePal to others.  Thank you again! 

Answer
Gil Sideman 4 years ago


There may have been a momentary problem, but we are not aware of any recent downtime that may explain this. 

We will investigate further.

Do you still see a problem on your website?

If you do - please send a note to support@sitepal.com & include the link to your page where the problem can be seen, and we will advise asap.

btw - the URL you listed works for me (you need to remove the ID3Only param to get the audio) - see - 

https://cache.oddcast.com/tts/gen.php?EID=3&LID=1&VID=3&TXT=%2C%20in%20paris&IS_UTF8=1&EXT=mp3&FNAME=&ACC=5883747&API=&SESSION=&CS=9ffa642912606cdf9ed0800e03e57368

Regards,

Gil

The SitePal Team

0
Answered

Is there an example to call sayText() js function from react component?

Eric Xiao 4 years ago in SitePal Gold updated 4 years ago 9
Answer
Gil Sideman 4 years ago

Hi Eric - 


Yes there is, on the SitePal support page:

www.sitepal.com/support

Here is a direct link to the example:

https://sitepal.com/api/examples/react/index.html


And a direct link to the accompanying documentation, please review:

https://sitepal.com/docs/Embed_SitePal_in_JS_Frameworks.pdf


Hope this helps, lmk if any questions.

Regards,

Gil