How does Windows sapi activex tts works?
Where to download and how does windows sapi activex tts works, including some ideas like AudioOutputStream and SynchronousSpeakTimeout?
Where to download and how does windows sapi activex tts works, including some ideas like AudioOutputStream and SynchronousSpeakTimeout?
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:
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
Â