multiple independent scenes with Speak Text-To-Speech Audio via API
I want to use multiple avatars/scenes on one page and add Speak Text-To-Speech Audio individually using API or other controls. I cannot find any example of it, except conversation one. But conversation one is not my case.
Thanks
Hello!
Each SitePal Scene, when embedded into your page, is embedded in a "Portal", which is our name for the "embedded placeholder" defined by the embed code, in which your Scene is loaded.
So when you embed a SitePal Scene into your web page, first comes the Portal, which then loads the specified Scene.
In most cases you do not need to know or care about this distinction between Scene and Portal, but in some cases you do.
One such case is when you want to hide ("unload") the Scene from your page, or replace it with another. You can do that by instructing the Portal to unload or load a Scene.
The other case is when there are multiple Scenes embedded in your web page, and you need to address them individually with API calls. The Portal is an addressable object. When the embed code first loads into your page, you can get the Portal ID as a return value from the embed function. Then use that value to direct API calls to the Portal.
This is done using the 'setPortal' call. When you call 'setPortal' - you are letting us know that all further API function calls should be directed at that Portal. This includes 'sayText' & 'sayAudio' calls.
That's how we implemented the SitePal conversation example, and that is also the answer to your question.
Please see this example - https://sitepal.com/api/examples/conversation.html
and take note how the Portal ID is initially retrieved when the embed code loads, and how 'setPortal' is called whenever it is the next character's turn to talk.
So even though you may not be looking to implement a conversation - this example is entirely relevant to your question.
For more information please see the section: "Portals & Embedding Multiple Characters on a Page" in the API reference - https://www.sitepal.com/docs/vhost_API_Reference.pdf (on page 6), and see the API calls related to Portals, documented on p.26.
I hope this is clear & helpful.
Regards,
Gil
The SitePal Team
Can we pass link/url of a MP3 directly in sayAudio() API call?
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,
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
Hello!
This problem was fixed yesterday. Please try again now & if you still see a problem please send us a note to support@sitepal.com.
Regards,
Gil
The SitePal Team
SitePal avatar is not responsive while it is zoomed in and Zoomed out in browser
Hello Team my concern regarding the site pal avatar is , even after making SitePal avatar responsive while zooming in and zooming out the avatar is non responsive . It would be great if i get any reply on this query
Hello Tejashwini,
This issue has been identified and fixed. We've verified the fix on your own test page.
Please clear your browser cache before checking.
Thanks for your patience.
Regards,
Gil
How to Locate my Library?
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.
Hello!
To locate your character library:
Select the Models tab in the editor - and then "my library".
Hope this helps,
Regards
Gil
Customer support service by UserEcho