Clase SpeechSynthesisVisemeEventArgs
class SpeechSynthesisVisemeEventArgs
: public EventArgs
Clase para argumentos de evento viseme de síntesis de voz. Se agregó en la versión 1.16.0.
Miembros
ResultId
Sintaxis: public const std::string & ResultId;
Identificador de resultado único. Se agregó en la versión 1.25.0.
AudioOffset
Sintaxis: public uint64_t AudioOffset;
Desplazamiento de audio, en tics (100 nanosegundos).
VisemeId
Sintaxis: public uint32_t VisemeId;
Id. de viseme.
Animación
Sintaxis: public const std::string & Animation;
Animación, podría ser svg u otro formato.
SpeechSynthesisVisemeEventArgs
Sintaxis: public inline explicit SpeechSynthesisVisemeEventArgs ( SPXEVENTHANDLE hevent );
Constructor.
Parámetros
hevent
Identificador de eventos
~SpeechSynthesisVisemeEventArgs
Sintaxis: public inline virtual ~SpeechSynthesisVisemeEventArgs ( );