We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 83,138 times

Contents

Downloads

Related Categories

Text-To-Speech - Introduction

alexreg

Introduction

This tutorial will show you how to create a very simple program that will actually speak! You will need to download the text-to-speech control from the Microsoft Speech website. With this package you can also use speech recognition.

Step 1 - Adding the Controls

Firstly add a new Standard EXE project. Then change the projects name to TextToSpeech. Change the forms name to frmSpeak. Add the Direct Text-to-Speech control to the form by right clicking on the toolbox and then selecting components. Click on the Microsoft Direct Text-to-Speech item and then click OK.

   Draw the Text-to-speech control on the form and set its name property to spkSpeak and its visible property to false. Next add 10 buttons. Set their names to btnNumbers and their captions to one greater than their index. Then add a text box and change its name to txtText, its text property to nothing and its multiline property to true. Add a button below the text box. Set its name to btnSpeak and its caption to Speak.

Currently programs in VB, QBasic, ASP, PHP, SQL, HTML, CSS, VBScript and some Java/JavaScript. Learning VB.NET.

Comments

  • Re: [1910] Text-To-Speech

    Posted by neal2087 on 24 Mar 2007

    thanx for all the info u guys gave this helped me to learn how to use  the text-to-speech component
    the only thin i wanted to know was that how to make the lips move cause i had seen those li...

  • Re: [1910] Text-To-Speech

    Posted by clementchau105 on 14 Dec 2006

    hi,


    I would like to ask if it is possible to convert the text to spoken voice and save it inside a audio file such as .wav


    Thanks in advance

  • Posted by Nolan on 04 Aug 2005

    HI there you need install the text to speech engine and the Microsoft Reader.
    [url="http://www.microsoft.com/reader/developers/downloads/tts.asp"]Text -to-Speech Engine installer and Microsoft Reader...

  • Posted by jjrr007 on 31 Jul 2005

    I have installed all prerequisites, added the speech Active X control to the project and installed the voice feature. The updated VB.NET 2003 is available at:

    http://cybereshop.lmhost2.com/frmSpeak...

  • Please help fix Vb code

    Posted by jjrr007 on 30 Jul 2005

    I am using using the VB project available at:
    http://www.developerfusion.co.uk/show/1910/1/redir/

    I downloaded the Visual Studio File and run the file from Visual Studio.NET 2003 (it upgrades auto...