Implement Sound Effects In The SAPI 5?
Nov 28, 2011how to implement effekt .echo-reverb in tts sapi 5? I work in the vb.net vs2010
View 6 Replieshow to implement effekt .echo-reverb in tts sapi 5? I work in the vb.net vs2010
View 6 Repliesi'm writing a game in vb 2008 and i want to play music and sound effects from my.resources at the same time,but when a sound effect plays the music stops playing.
View 1 RepliesI'm trying to make a simple game, and as the title suggests, I'd like to know how to add music to it.
View 5 RepliesHow to implement checKboard effects in VB 6.0 form
View 1 RepliesI have a question about of capture sound function, someone have a code example for visual basic 2010 in windows 7?, I tried using mcisendstring function but the sound quality, is poor.
View 5 RepliesI have background sound loop with the My.Computer.Audio and it works fine. I want to play another sound (like a beep) when desired without stopping the background sound. Several examples I have found don't seem to work. I am in VB.NET 2008 Professional.
View 8 RepliesI'm ready to start adding sound to a 3D game and I'm looking for a decent Free library.it would not require DX and be something like:
dim MySound as SoundLib.Sound
MySound = SoundLib.LoadSound("soundfile.wav")
SoundLib.Play3DWorld(Location.X, Location.Y, Location.Z, VolumeModifier, MySound)so far all Im finding is expensive, C#, old, or not .NET compatible.
im making a techno progam in visual basic 2008 and after 3 hour im think how to save the sound they make and catshing a sound recorder but what the code im try to find on internet but find 0 pleas give me the code im try to find
View 1 RepliesI'm creating an application that will have 3 streams of audio. I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance. However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre. An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.
[Code]...
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 need to get the decibel level of sound being sent to the sound card (not the actual sound level the speakers are instructed to emit via volume level)There is next to no information i can find on the net to even access sound data. Could anyone point me in a direction for this? The OS will be vista/7.
View 2 RepliesI'm creating an application that will have 3 streams of audio.I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance.However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre.An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.I've been searching the net for 2 days now trying to find a solution, but have so far been unsuccessful. I've tried a few alternative libs such as DirectShow.Net, DirectSound, BASS.Net, QuickTime and OpenTK.Some of them do what I need to do, but they are either too difficult to use and therefore impractical or they are missing some other essential features such as Events which are required to make the rest of the application work. Would anyone oppose to me posting this same thread on other forums?I will of course post a solution if one is found elsewhere without advertising external websites.
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 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 am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice
[code]....
Is there a way to generate a pure tone (e.g. 440 Hz) for a specified period of time through the sound card without using having to find or make a separate .wav file for each tone.I tried using the "Beep" function, but while it produces the tone for a specified period, it sounds broken up into a (probably 500ms) time frame which repeats with an audible space between the repetitions.
View 2 Replieshow to record sound from sound card ?
View 1 Repliesi have windows app i want to disable the sound card and enable the sound card by using command button
View 2 RepliesI'm trying to make an image gallery in VB.net and i want that the image move to the left side of the screen and the next image appear from the right side and move to the center when the user click in the next button. Like a slider in HTML sites.I already make some Sliders but the Picture Box leave a trace.
View 1 RepliesAccording to this article, to clone a secondaryBuffer you need to disable the EffectCaps.
"Initially, the duplicate buffer will have the same parameters as the original buffer. However, the application can change the parameters of each buffer independently, and each can be played or stopped without affecting the other."
How can i re-enable the EffectCaps on the cloned SecondaryBuffer?
Image shows the buttons on my UI in vb.net.All these buttons are having background images. Now what i want is these buttons be shown as inactive when actions corresponding to them are not available so I am making them cmd.enable = false but still on UI there is no visual effect of this disabling them on these buttons. They keep looking same as in enabled mode. So how to give effect of disabled state to these buttons.In the same way i want effect to be visible when mouse is hovered over these buttons and buttons are clicked
View 1 RepliesIs it possible to make simple but good looking lighting effects? I would give a pic but i dont know how. So anyway all i want it to do is light up a object but not have like a square or anything just a lit up area.
View 1 RepliesI am trying to implement dragdrop for some of my windows forms. Though the ItemDrag event to begin the process is firing, the desired graphics are not showing. Instead everytime I try to drag an object, the mouse icon becomes the black circle with a slash through it. The subsequent events are also not working, and I assume it is because the drag is not starting up right. Here is my test code:
Public Class DragForm
Sub New()
' This call is required by the Windows Form Designer.
[code]....