0
Answered

900 characters in text to video

Al at TheCypressBuilding com 3 years ago in SitePal Silver updated by Gil Sideman 3 years ago 2

Is it possible to have my model to be able to say MORE than 900 characters in a post? And if so, how? I need her to be able to say more. 

Answer

Answer
Under review

Hello!

While each audio can be up to 900 characters long, it is simple enough to queue multiple audios for sequential playback, thereby overcoming this limitations.

Calling the API function sayText repeatedly, automatically queues several audios for playback.


The following technical examples demonstrate this technique - please feel free to review and adapt  the code from these pages if helpful.

example 1

http://www.oddcast.com/support1/tts_limit.html

example 2

http://www.oddcast.com/support1/tts_limit1.html

Hope this helps,

Regards,

Gil

Answer
Under review

Hello!

While each audio can be up to 900 characters long, it is simple enough to queue multiple audios for sequential playback, thereby overcoming this limitations.

Calling the API function sayText repeatedly, automatically queues several audios for playback.


The following technical examples demonstrate this technique - please feel free to review and adapt  the code from these pages if helpful.

example 1

http://www.oddcast.com/support1/tts_limit.html

example 2

http://www.oddcast.com/support1/tts_limit1.html

Hope this helps,

Regards,

Gil