Microsoft Direct Text To Speach Component No sound Heard

loyal

Well-known member
Joined
Jul 29, 2003
Messages
102
hi all

Ive tried to use speach component by adding its reference

into my application but no sound heard and no expection ?


code into my button and text = "Hello"

Code:
Dim sp As New ACTIVEVOICEPROJECTLib.DirectSS()

        sp.Speed = 200
        Try
            sp.Speak(Me.txtSpeak.Text)

        Catch ex As Exception
            MessageBox.Show(ex.Message)

        End Try
 
well it works now Ive installed both of

Microsoft Speech API & Microsoft Text 2 Speech Engine

Thanks
 
Back
Top