Jump to content

Ajax TTS ActiveX SVG+Javascript


Recommended Posts

Good day, forum users!

As you can see, this is my first post. I'm a student of the University of Brescia (engineering, Italy).

My thesis project is a multimodal Ajax prototype.

All is done, but there is a problem with the sentences reading in the ActiveX modality: it must complete the reading of one sentence before reading the next.

I've read this is a priority problem, but I wasn't able to adjust the priority.

The integration is done in this way:

<object id='speaker' name='ActiveVoice' type='application/x-oleobject' classid='clsid:EEE78591-FE22-11D0-8BEF-0060081841DE'>
</object>

and via Javascript I call:

parent.speaker.Speak(output);

It works, with the issue mentioned above.

Tried the following: adding VTXT as a parameter

parent.speaker.Speak(output, parent.speaker.vtxtsp_VERYHIGH);

with the value translation of the parameter:

parent.speaker.Speak(output, 128.0);

Also tried with StopSpeaking

parent.speaker.StopSpeaking();

No results! It simply stop speaking at all.

Could someone help me?

Thank you to all! You are my last hope (I haven't found any other forum to post in).

Enrico

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...