0
Answered

Saytext () instruction limit

François 6 years ago updated by Gil Sideman 6 years ago 2

Hello,


In Saytext (txt, ...), txt is limited to 900 characters. (225 characters in Chinese and Japanese language).
But using the Saytext () statement in a JavaScript function [sayText ('..'; sayText ('..'; sayText ('..'; sayText ('..'; ...]
or directly in a link [<a href = "javascript: sayText (), sayText () sayText () sayText () sayText (), ...], is it limited number of Saytext() statements?


cordially

François SCHAAL


*****************************************************************************************************

Bonjour,
Dans Saytext(txt,...), txt est limité à 900 caractères. (225 caractères en langue chinoise et japonaise).
Mais l'utilisation de l'instruction Saytext()  dans une fonction Javascript [sayText('..';sayText('..';sayText('..';sayText('..';...] 
ou directement dans un lien [<a href="javascript:sayText(),sayText()sayText()sayText()sayText(),...] est-elle limitée en nombre d'instructions Saytext() ?
Cordialement

François SCHAAL

Answer

Answer
Under review

Hello François - 

Yes you can call sayText repeatedly (in sequence) to speak a longer text.


Below are a couple of technical examples.


You may need to set the value of the "interrupt mode" to zero (OFF).

When Interrupt Mode is OFF, successive calls to sayText or sayAudio are queued for playback.


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

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

Answer
Under review

Hello François - 

Yes you can call sayText repeatedly (in sequence) to speak a longer text.


Below are a couple of technical examples.


You may need to set the value of the "interrupt mode" to zero (OFF).

When Interrupt Mode is OFF, successive calls to sayText or sayAudio are queued for playback.


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

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