473,396 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Speech from VB6 app?

Is there an easy way to generate speech from a VB6 application?

I remember seeing a text to speech control some time ago, but I cannot
remember what it was called and how it was installed in to VB6.

Thanks!
Jul 17 '05 #1
3 4951
SAPI (speech API) 5 has a very easy-to-use COM
object for TTS. Using text to speech is almost as easy as writing:
Speak (string to speak)

You can download the SAPI 5.1 SDK from MS. It has
some adequate TTS samples. The tough part is distributing
the TTS support files with your software. It's very big.

SAPI 4 is much smaller but I don't know anything
about how well it works or how easy it is to use.
--
--
Noozer <do*******@me.here> wrote in message
news:8Cdoc.448396$oR5.445235@pd7tw3no...
Is there an easy way to generate speech from a VB6 application?

I remember seeing a text to speech control some time ago, but I cannot
remember what it was called and how it was installed in to VB6.

Thanks!

Jul 17 '05 #2
kpg
"Noozer" <do*******@me.here> wrote in message
news:8Cdoc.448396$oR5.445235@pd7tw3no...
# Name resolution details: file://c:\temp\162015.htm (5/13/2004 8:50:35 AM) # Is there an easy way to generate speech from a VB6 application?

I remember seeing a text to speech control some time ago, but I cannot
remember what it was called and how it was installed in to VB6.

Thanks!

Ref: Microsoft Speech Object Library (sapi.dll)

Public Voice As New SpVoice

Sub Speak(s As String)
On Local Error Resume Next
Voice.Speak s, SVSFlagsAsync
End Sub
Jul 17 '05 #3
On Tue, 11 May 2004 23:47:16 GMT, "Noozer" <do*******@me.here> wrote:
Is there an easy way to generate speech from a VB6 application?

I remember seeing a text to speech control some time ago, but I cannot
remember what it was called and how it was installed in to VB6.

Thanks!

Microsoft Agent does it.
It is a free download from MS.
Search google using microsoft agent as your keywords for sample code
and installation instructions.
It allows you to use animated charactors to do the talking and
gesturing.
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: BrewskiAtBellSouth | last post by:
Is it my imagination or is the stuff in the SASDK overly complex? For example, let's say I'd like to have a one page web application where I enter a name into a text box and have the application...
5
by: Rod | last post by:
About two weeks ago I had an accident and have broken my left elbow and left wrist. For doing things like Word or e-mail (I use Outlook for) I have been using Microsoft's speech recognition and...
1
by: Colin | last post by:
Hello all... I'm working on a small app that uses SAPI with the widely mentioned SpeechLib interface... App is written in VC#... It speaks fine and I can trigger that event perfectly... ...
16
by: ShadowOfTheBeast | last post by:
Hi all, is there any one who have developed an application in c# using a text-speech engine using the Microsoft Speech SDK 5.1 especially using visual studio.net IDE 2003 (v7.1) I seem to get an...
0
by: Sateesh Kumar E C | last post by:
Dear all, I have developed a speech web application using Speech SDK(SASDK) with VisualStudio.NET on Win2003 environment. Users can access this speech web application by using SALT enabled...
1
by: Man From The Moon | last post by:
I'm interesting in coding a Windows app that can produce multiple audio voice effects, given input text. I've been doing some searching for SDKs/APIs, and this is what I've found: the Microsoft...
2
by: Onur | last post by:
Hi.All I'm working on a TTS application. It runs on my local pc (WindowXP pro) without any error. Microsoft Visual Studio .NET 2003, Microsoft .NET Framework SDK v1.1, Microsoft Speech...
1
by: Meena | last post by:
In our company we are trying to add speech recognition to our products. I downloaded the Speech Recognition engine. Now there is a component called Microsoft Direct Speech Recognition in VB.Net...
1
by: Hakan Fatih YILDIRIM | last post by:
Hi List! i am making a project and i want the text in speech mode so idownload a .net speech library from code project.But i have to make the speech in Turkish accent.How can i change the speech...
7
by: HardySpicer | last post by:
I am writing my own recogniser and synthesis software in VB .net. However, every time I get the syntheser to speek something the mic picks it up and thinks it is a command! It is quite bizzar - it...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.