How To Save Sound They Make And Catshing A Sound Recorder
Aug 14, 2009
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 Replies
ADVERTISEMENT
Aug 18, 2009
how to Make a Sound Recorder . Who Record System sounds
View 8 Replies
Sep 1, 2009
Speak in basic, i dont know alot about vbI like.[code]...
View 1 Replies
Jun 20, 2011
I 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 Replies
Apr 19, 2009
I 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 Replies
Aug 24, 2011
I'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.
View 9 Replies
Jul 21, 2011
I'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]...
View 1 Replies
Apr 15, 2010
I 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 Replies
Jul 21, 2011
I'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 Replies
Apr 17, 2009
I 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]....
View 14 Replies
May 27, 2011
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 Replies
Dec 18, 2011
how to record sound from sound card ?
View 1 Replies
Jun 27, 2011
i have windows app i want to disable the sound card and enable the sound card by using command button
View 2 Replies
Mar 31, 2010
ok i am making a "game" in visual basic 2008 and I have come across a problem...
I need it to be able to play a sound without saying that the sound is stored at "c: estsound.wav"
I have it working and playing the sound when i want but it only works on my computer
How can i save it into the resources just like you save a picture into resources?
Btw if it helps i am playing the sound using the axwindowsmediaplayer thing and it just plays the sound when the program loads...
so form1load then it plays the sound.
how i can make it play the sound on other computers?
View 1 Replies
Jun 15, 2012
Is there a way one can edit sound, say for example you have an mp3 sound it is 12sec long, but you want to fit it into 10sec. is there a way one can write a code that automatically adjust the sound so that it only play faster and save it as mp3 again? I am not talking about existing programs to do it. rather a standalone app?
View 1 Replies
Sep 30, 2010
I created an application in which the user has to specify the number of rows and collumns. Once these are specified, a Table Layout Panel creates these number of cells with each cell having a button and a Text Box inside it. On the double click of a button, the user can change the background image of the button, specify the sound for it and similarly fill in the text box too. The sound specified should be played on single button click. Once done for all the cells, it would look something like this.[code]...
View 3 Replies
Dec 7, 2011
Is there a way that I can record sound, and save it in the program so that it can be replayed?I'm making an alarm clock program, and I thought it would be cool if the user could record his/her own audio, and have it play back for him/her.
View 1 Replies
Jul 16, 2009
How i can get the beep sound in vb.
View 3 Replies
Oct 17, 2009
I'm making an application in VB Express in which when a key is pressed (for example- the 'f' key) a sound plays. How could I make a specific key event for each sound? I have seen the KeyPress event, and I don't know if this is what I'm looking for.
View 3 Replies
Aug 5, 2011
I made a program that has mp3 files in resources when I published it I found that it doesn't work in other pcs only mine now what should I do?
View 1 Replies
May 10, 2011
Here is the code that I have that plays a certain sound
Dim Alarm As System.Media.SoundPlayer = New System.Media.SoundPlayer(Steven_Anderson_HW5.My.Resources.Alarm)
Alarm.Play()
Well, is there a way to make the sound repeat itself after it is done playing?
View 2 Replies
Jun 21, 2010
I wanna ask how to code to make a button make a sound out when pressed? Can you add sound files to it, like a mp3 file?
View 3 Replies
Apr 10, 2010
How can I make a program to record sound from the microphone? I've tried lots of thing but they don't work. Can someone show me how to do ths using winmm.dll or DIrectx?
View 4 Replies
Jan 12, 2010
how to make program wich can sound my voice when i push on the button and say something using microphone?
View 1 Replies
Feb 15, 2012
For a school project I need to make a timer with a bell sound that sounds every 60 seconds in VB, I cannot work out how to make the bell sound on the 60th second, I am not getting any errors in the VB console, so I assume that I am just using the wrong code or it is in the wrong place.
Public Class OSCETimerControl
Dim t As Integer
Dim s As Integer
Dim a As Integer
[CODE]..........
There are actually 3 text boxes (not yet coded the final one) one for minutes, one for seconds and the final one is for the bell sound which will not be visible.
View 1 Replies
Jan 25, 2012
how to make the button color changed while we move mouse on it with play sound effect in the same time.
Ex:
My Button name = Search
Normally "Search" is black color while touch on it change to Blue color.
View 7 Replies
Jun 9, 2011
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 Replies
Oct 23, 2010
I have been asked by a friend to make a basic timer that counts down from 3 mins and 1 mins intervals but at the end of it i have a Critical message box pop up with the sound to alert him that the time is up.i have set it so that once ok on the msg box is pressed the timer restarts..I am Just wondering if there is a way to just make sound for x seconds then the timer restarts without any button pressing?[code]
View 2 Replies
Apr 6, 2010
How to make when the error shows "can't find main.exe to have sound"[code]....
View 18 Replies
Dec 5, 2010
I have a problem I Cant Add .mp3 file to my programs by using vb 2010 , i can only add wav !!!! why ?(WAV) It takes a larger volume of MP3 So Can Any one help me ? url...
View 1 Replies