Uploaded by PCVideoResume on Jan 17, 2010
CODE:
Public Class Form1 Dim SAPI Private Sub Button1_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles Button1.Click With SAPI .voice = .getvoices.item(HScrollBar1.Value) 'if you have more voices on your 'PC that the COM object can use .Volume = HScrollBar2.Value '1-100 .Rate = HScrollBar3.Value '1-10 slow -fast End With SAPI.Speak(TextBox1.Text) End Sub Private Sub Button2_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles Button2.Click End End Sub Private Sub Button3_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles Button3.Click TextBox1.Text = "" End Sub Private Sub Form1_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load Dim I As Integer SAPI = CreateObject("sapi.spvoice") 'create object and then setup the properties For Each Voice In SAPI.getvoices
' this code will count the different voices 0= default I = I + 1 Next HScrollBar1.Value = (I - 1) HScrollBar1.Maximum = (I - 1) End Sub
End Class
Category:
Tags:
License:
Standard YouTube License
-
5 likes, 1 dislikes
4:49
How to make a program talk to you in Visual Basic 2008(HD)by VistaSchool3,166 views
1:53
Voice - a Computer Talking Programby BoneCrusher333319,385 views
8:29
Solitaire in vb 2008by PCVideoResume3,082 views
2:51
Visual Basic 2008 Tutorial ... Text To Speechby SnailWrangler8,497 views
5:06
how to make a text-to-speech program using visual basicby thectutorials2,083 views
5:00
Speech Recognition using SAPIby tamizhanraj891 views
12:04
VB.NET Tutorial - Voice Commandsby DuckHouseProductions3,756 views
3:10
How to create speak voice in visual basic 2008.by iosifmahmood1262 views
3:05
Visual Basic 6.0: TextToSpeech (Also in NotePad)by MongooseRoadkill38,594 views
3:28
Tour Stories // I Think I Killed My Youth Pastorby hillsongunitedTV36,981 views
9:49
Beavis VB Game Spriteby PCVideoResume781 views
4:41
Voice Recognition - New Microphone Testby CzSoft1,461 views
2:13
Visual Basic 2008 - Open Sign with voiceby Pad6500 views
5:07
speaking computer tutorialby bubblepopping1132 views
2:53
How To Create A Splash Screen In Visual Basic 2008 ( Voice Tutorial ) High Definition !by pressure714,168 views
5:35
Visual Basic Control Systemby Lipsmoker6,879 views
3:36
How To Make A Text To Speech Program(TTS) In Visual Basic 2008 (Express Editon)by Nicho1995W2,655 views
2:02
Text to speech program made with visual basic 2008 express edition!by GreyGrey1233767 views
4:35
How to make a Text to Speech Tool in VB (Voice)by VBUserNet422 views
- Loading more suggestions...
@gamer2160 there is SAPI has a SDK that will install voices on you computer
PCVideoResume 1 year ago
@embraerss This is the Best one YouTube Because No one has the Rate per Sec, so you can slow it down and up, =]
The Only Thing is If There was Other voices that u could change it to, That would be AWESOME!! Please Make a Video If You Can On That!! Thank You
gamer2160 1 year ago
This is the Best one YouTube Because No one has the Rate per Sec, so you can slow it down and up, =]
The Only Thing is If There was Other voices that u could change it to, That would be AWESOME!! Please Make a Video If You Can On That!! Thank You
gamer2160 1 year ago