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

I have to buy more minutes for download my video

info 2 years ago in SitePal Gold updated by Gil Sideman 2 years ago 2
Answer
Gil Sideman 2 years ago

Hello!

For prompt assistance please send us a note to support@sitepal.com.

Regards,

Gil

The SitePal Team

0
Answered

Can we pass link/url of a MP3 directly in sayAudio() API call?

Sanjay 2 years ago in SitePal Gold updated by Gil Sideman 2 years ago 2

Hi, I am one of the developer of a client using your platform (Gold Plan). We need help with client side API.

Is it possible to pass url/link of a mp3 directly in sayAudio() API call? We have mp3 files hosted in different places that we want to pass to the avatar during runtime. Is it possible?

Thanks,


Answer
Gil Sideman 2 years ago

Hello Sanjay -

All audio files must first be uploaded to your SitePal account & pre-processed. Pre-processing prepares the file for being "spoken" - by performing lipsync analysis and optimizing audio format for streaming.

We do provide upload audio API functionality with the Server API. This should allow you to first upload an audio, and then speak it with the Client API 'sayText'.

But the conjunction of these two functions may not be fast enough for realtime (you can try) - it would work best if all your audios were pre-uploaded into the account, either manually or programmatically.

Let us know if we can further advise or assist.

Regards,

Gil

The SitePal Team

0
Answered

How to Locate my Library?

The Gumball Princess 2 years ago in SitePal Gold updated 2 years ago 3

Earlier this week I made a Spokesperson complete with text to speech. The link I copied takes me to her. I emailed tech support and they shared a screen shot that's she is there. I can't locate my library to find her.

Answer
Gil Sideman 2 years ago


Hello!

To locate your character library:

Select the Models tab in the editor - and then "my library".

Hope this helps,

Regards

Gil

0
Fixed

Multiple sayText() instructions are not queued even when interruptMode is turned off

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

Multiple sayText() or sayAudio() calls to sitepal are not queued, and the last audio starts playing.
We have the interrupt mode disabled using the setStatus() call.

We have verified that the issue is at Sitepal's end. For quick demonstration, try it here on your API example for Enable/Disable playback queuing.
https://www.sitepal.com/api/examples/setstatus.html

Answer
Gil Sideman 3 years ago

Sami - 

A fix has been deployed for this problem.

Please take a look (you may need to clear your browser cache)

Thanks for alerting us. 

Gil

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

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

Eric Xiao 3 years ago in SitePal Gold updated 3 years ago 9
Answer
Gil Sideman 3 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

0
Not a bug

AC_VHost_Embed distroys entire DOM when called

Sashi 4 years ago in SitePal Gold updated by Gil Sideman 4 years ago 5

I am using Angular 11.   I have a <DIV> with a "onclick" event handler, which calls AC_VHost_Embed()".   When the div is clicked on, the Avatar appears, but ALL THE DOM elements (previoiusly rendered) are removed.   

Answer
Gil Sideman 4 years ago

Sashi - 

Our support team should have gotten back to you with a solution and code example.

I hope the issue is clarified and resolved.


Best,

Gil

ps. The same code example and documentation will be made available on our support page in the next few days.

0
Under review

Unable to login after changing email

Ben Ng 4 years ago in SitePal Gold updated by Gil Sideman 4 years ago 1

Hi,

I have changed the email address of my account. When I tried to login with my new email, it said I have no account or access to any Oddcast product. I have sent email to support for two days, but there is no reply. Please help.


Ben

0
Not a bug

Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.sitepal.com

ajaysamgir 4 years ago in SitePal Gold updated 4 years ago 2

I have html page locally, where i want embed the persona character with Audio message. but I am getting CORB error while opening local file in browser.

I tried with embeded code as well as link

Answer
Gil Sideman 4 years ago

Hello! 

The page must be loaded from a web server. If you are developing locally, a local web server is fine. Many developers use Apache - I'd recommend that but many other options.

Hope this is helpful

Best regards,

Gil

The SitePal Team