SAPI Louder - Make My Program Say Hello Louder?
Oct 3, 2009How would I make my program say Hello louder? The code below says it, but its not loud enough
Dim SAPI
SAPI = CreateObject("SAPI.spvoice")
SAPI.speak("Hello!")
How would I make my program say Hello louder? The code below says it, but its not loud enough
Dim SAPI
SAPI = CreateObject("SAPI.spvoice")
SAPI.speak("Hello!")
I'm a teacher and want to use the Speech Recogntion Engine German in my Applications.But I couldn't find SAPI 5.5 and Speech Recognition Engine in German.
View 7 RepliesCannot get Microsoft SAPI to load in 10?
View 14 RepliesI'm using a long string using SAPI speech and I want to be able stop the speech rather than have to listen to it babble on throughout the whole thing. So, in one function, we'll say it's the load function, it declares a speech string: [Code] I'm trying to get it to abort reading the audio but can't seem to figure out how to get it working. I've seen examples that have used SVSFlagsAsync and SVSFPurgeBefore Speak but I can't get either to be recognized and I've added (what I believe to be) the necessary resources to the library and added the imports at the top of the page. Does anyone know how to interrupt the speech?
View 1 RepliesI Have a program that will speak out a phrase in richtextbox1 in microsoft sam very simpily Heres my code
Public Class Form1
Dim sapi
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[code]....
However i would like to be able to - using a save file dialog save it to a wav file .ive searched over the internet but only found code snippets that dont fit to my current code?
I want to incorporate Voice Recognition in my program using SAPI 5.1. So I looked for a tutorial and found this:[URL]..I downloaded the SDK and I can't seem to find a .dll file to include in my program for the SpeechLib. Am I missing something?
View 4 Repliescan anyone give an example of how to use Microsoft Speech Object Library com component in windows 7?
View 4 RepliesI've read alot of stuff about the Speech API having some way of modifying the voice properties for synthesis but for some reason it's read-only.
View 12 Replieshow to implement effekt .echo-reverb in tts sapi 5? I work in the vb.net vs2010
View 6 RepliesI'm using Visual studio 2008 and microsoft sapi in a forms application. I am using text to speech which works just fine however when the computer is speaking it "bricks" the application and the main ui is unresponsive until the computer is done talking then everything returns to normal. To counter this issue I tried using the background worker thread to establish the sapi on another thread however the form is still freezing when the computer speaks. I would like to note that at this point there is nothing on the form except a tabbed window and a few buttons the form is not performing any code what so ever other then the text to speech.
View 18 RepliesI'm just trying to get this example code to work in Visual Basic 2010 Express.
I am half way there, it actually speaks, but there is no output of the visemes.
Here's the code example I am working from :[URL].. And below here is my actual code, which had to be modified a little.
[Code]...
I have a question regarding the Vista Speech API. I have written a program using the Vista SAPI to recognize commands with the inprocRecoContext in VB.NET. Everything works well so far - the speech recognition is trained for more than one voice and it works really perfect! The problem is that after a while the speech recognition engine trains itself to a specific user or even to background noise such as the tv and the recognition doesn't work anymore. When I copy back the original trained profile it works again for a day or so.So my question is: Is it possible to turn off the automatic learning of the speech recognition engine?
View 5 RepliesI'm using VB 2010, and am trying to add a simple TTS function to my program. I'm able to create a voice object, and get it to speak (Voice.Speak("whatever") with no difficulty.
The problem I'm having is that while the "whatever" is actually being spoken, the program doesn't seem to respond to input. The input does show up once the audio is through, but I really need to be able to detect some input (say, a mouse or button click) during a message and respond immediately, perhaps even stopping the audio.
I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?
View 5 RepliesHow do i make my button open a program and make it windows size?
View 6 RepliesIf e.CommandLine.Count > 0 Then
Dim IncomingCommand As String = e.CommandLine.Item(0).ToString
If IncomingCommand.Substring(0, 2) = "-1" Then
form1.close()
End If
End If
I am trying to make the program close if the -1 string is sent with the program. See my installer allows for me to run certain programs before it actually installs, but it doesn't shut down copies of the program itself. So I have a next startup instance set to shut the program down if the -1 is received. But if the program is not running it starts up instead. This is not desired. form1.close doesn't work. e.cancel = true doesn't work, etc etc. What can I do to make the program not start during this instance.
I made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?
View 9 RepliesHow do I make a program that opens a file in the folder the program is stored?
View 6 RepliesI want to make a program that searches for a RGB color and clicks on it, WITHIN the program.
View 2 Replieswhat im trying to do= make a program that will make multiple accounts
[code]...
ok what i type in textbox(es) "1" i want it typed on a "3"{a website=www.justin.tv/signup} when i hit the "2"[button1]i really dont have any idea what im doing i know ill need to have a webrowser to load the justin.tv/signup but i have no clue what the name of the boxes are called on the webpage
Me and a friend are making an app which we need to play a sound when Form1 is started. How do we do this? I don't mind code.
View 2 RepliesHow to make a computerized examination program using vb.net...
View 1 RepliesI am new the Visual Basic and just downloaded 2008, and I am wanting to make a program with a button that will run a .exe that is in the same location as the program/
View 2 RepliesIm having kind of trouble looking for this info, but i created a POS program that when i install it, it install under Local SettingsApps2.0labla
So what i want to know if how can i make my system install like any other program, "Under Program Files/POSystem/" like so
I am making trial version of my vb .net project but it is not counting the days , date and time . Can u plz give me any suggestions to make it correct. [code]...
View 1 RepliesOk, so I'm trying to make a program in VB that will bring up another program (Like MSN Messenger, etc) and press a certain button on that interface (i.e. an "OK" button, or File on the menu at top). How would I be able to do this?
View 1 RepliesIs it possible to only make a program open when another program opens it? so when someone tries to open it themselfs by clicking on it, it pops up a error message?if so then how would someone go about doing this in VB 2008?
View 9 RepliesIs there a way to make an update for your program that the 'user' can update the app without re installing the whole program?
View 1 RepliesCan you make a MS-DOS program with Mirosoft Visual Basic 2008 Express Edition? I wanted to make one that doesn't have windows that pop out of Command Prompt, DOSBOX, or whatever is being used. I tried to create a message box, but it won't be like in MS-DOS! I don't know much on VB, but I need to make things all stay on DOSBOX. Here is the template that won't stay in the CLI:
Imports System.Windows.Forms
Public Class Dialog1
Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As
[Code].....
I want to make a program, I want it so I log in to the program (Usinging my Hotmail account details),
Then after I log in, it will open a web browser and direct me to [url].., signed in.
I want to do this because, I don't like opening, up Mozzila, then navigating to Hotmail, then signing in. So this is why I want to make a program to do that for me.