Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Speech SAPI says "Blah"

Status
Not open for further replies.

abs2003

MIS
Aug 31, 2004
80
US
I am taking advantage of .NET framework 1.1 speech component. No matter what I try to get it to say, it only says "Blah"? Just like retarted computer.
 
I downloaded the Speech Lib SDK from Microsoft, added a reference to it, and use the following code:

Code:
    Dim sApi As New SpeechLib.SpVoice()
    sApi.Speak(TextBox1.Text)
    sApi = Nothing

Works fine for me.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
ThatRickGuy,
Thankyou. I know it should be very simple to use. I think something is wring with my Speech lib. Do you have the link to download it?
 
The problem was probably which voice you used.

If you use voice 1 2 or 3 it is understandable
voice 4 = bla bla bla - unless it is stating a number like 1 or 34.

It is very good at simple sounds. but most words don't come out as anything other than bla

Rob
 
they actually make it say blah when it doesn't understand the word? wow. developers DO have a sense of humor.

Main Language: Visual Basic .NET
Development Enviroment: Visual Studio .NET 2003
 
No matter what text I feed to it - plain English word, it still says blah. I'm downloading the SDK right now. I will re-install and re-try it. Application like this makes me miss my decade old Comodore 64.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top