How does Windows sapi activex tts works?

Asked By 30 points N/A Posted on -
qa-featured

Where to download and how does windows sapi activex tts works, including some ideas like AudioOutputStream and SynchronousSpeakTimeout?

SHARE
Best Answer by Dyer Pearlman
Answered By 60 points N/A #192279

How does Windows sapi activex tts works?

qa-featured

Hi King Lopezs,

I have read  an article in regards with your concern and I think that it would be very  helpful with your problem.

Kindly Click the link below.

CodeGuru Text to Speech Using Windows SAPI

There's a lot of information there that you may need in solving your problem.

You may also like to join the discussion in this forum:

Seven Forums TTS Software not working

Best Answer
Best Answer
Answered By 0 points N/A #192280

How does Windows sapi activex tts works?

qa-featured

Hi King Lopezs,

Download SAPI from the link

SAPI is an API developed by Microsoft Inc.  It is used to allow speech recognition and synthesis with Windows based applications.

This API has uses classes and interfaces to control speech.

The API has the following properties.

AudioOutputStream: This defines the audio output stream

SynchronousSpeakTimeout: This defines the milliseconds that synchronous speak takes to timeout.

Volume: Defines the intensity of sound

Voice: This is the object used by the API

Use the link for a detailed tutorial on how to use SAPI

 

Related Questions