Record Sound From The Normal Microphone Port Onto Program?
Feb 26, 2009How do you record sound from the normal microphone port onto your program?
View 9 RepliesHow do you record sound from the normal microphone port onto your program?
View 9 RepliesHow 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 RepliesI am looking into recording sound from a microphone using vb.net into a wav or mp3 file. I've Googled loads but only found 3rd party controls and C# code, which looks too sticky to convert..[url]...
I found this article on the code project which uses WaveIn and WaveOut but this looks unconvertible.... and I would like to avoid using DirectX SDK because the installation files are large and I wouldn't like users to have to do that.
Is there a way to get Visual.net to display the sound coming in the microphone as a graph on the screen? for example it would show the frequency and intensity of the waves.
View 2 RepliesI want to write a program in vb.net that measures the frequency of sound inputted from microphone. What kind of ideas can you offer
View 1 Replieshow to record sound from microphone in VB 2005 EE?. If you would be so kind anything simply.
View 1 RepliesIs 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 RepliesI have a external hardware that has a miniplug output that i connected to my pc microphone input. That output has two posible states, white noise or no sound at all.What im trying to do is an application that would fire an event every time there is a change from one state to the other.
View 1 RepliesI'm pretty new to VB and I chose a project for school to recognise the pitch/note of a sound comming from my microphone (Which I'm using singular notes using my Guitar). I have no idea if this is even possible :/ So if possible, what things should I be considering and what I pretty much need to do to get the ball rolling for me
View 1 Repliesget data like the pitch and volume of the sound currently being "heard" through a microphone?
Do you know the little graph which the Windows 98/XP sound recorder used to show? It used to show the pitch and volume of the sound which was being recorded. Like I want to get the data from that.
Basically, I will start experimenting this stuff by showing the volume of the sound entering the microphone in a label. And maybe the pitch too.
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]....
how to record sound from sound card ?
View 1 Repliesi am wondering if it is possible to make a program with visual basic that records from the microphone, then converts it into a midi file.
View 2 Repliesi know how to record the sound coming from my mic using MCISendString~ Is there a way to record the sound from the speakers? Like if my computer beeps i hear a beep on the recording? Or if i play music?
View 2 RepliesI need to record all the sound that is made from a flash swf in vb.net. I don't mind how I do it but I don't want to record all the sound from the whole computer through the sound card I only want the sound from my program. Doing it through a webbrowser control with the swf embedded in a html page is fine or just recording all the sound from my form.
View 3 RepliesI need a way of recording any sound that is played through the computer so say if the user was open up windows media player and play a song then he could click record on my application and it would capture whatever is being played. After that there would also need to be a save button so the can click save and the user can save the file as a .wav or .mp3 or whatever!
View 6 RepliesHow can you access the webcam and microphone in VB.net, assuming the user even has one?
I fail to see a My.Computer.Webcam or My.Computer.Microphone, both of which would probably have been a nice addition.
I want to make a program that detects the note that is being played in front of the microphone. I am testing the FFT function of Naudio, but with the tests that I did in audacity it seems that FFT does not detect the pitch correctly. I played an C5, but the highest pick was at E7.I changed the first dropdown box in the frequency analysis window to "enchanced autocorrelation" and after that the highest pick was at C5.
View 3 RepliesHow to show Normal form over the AxWebBrowser In Vb.Net.
View 2 RepliesMy problem is that Application.Exit doesn't work, and the program just continues along as normal.The General Overview of My Code Follows:
Private Sub Run()
'Some Code
If problem found (i.e. incorrect data in file) Then[code].....
Im having problem with the Serial Port. When i run my program, "Access to the port 'COM1' is denied". What does that mean? Im not sure whats happening because theres no error in my code. Someone suggest me to use 'COM2'. Which is also the same result. I have a microcontroller, programmed and run it. And i need to capture the data onto my vb, which is on a multiline textbox. How to i do that?Just to double check my code?
[code]...
Im wondering how would i work with a text file. which would allow me to Read the next Record, Cut record out of the program.
View 15 RepliesIs there any way of recording who makes an outbound call from a phone port in my house? and if so what number they dailed etc??
View 8 Replies.flac file with 16k sample rate or .wav file with 16k sample rate and then convert it to .flac? I tried to use MCI to record it in .wav with 16k sample rate but i can't convert it properly to .flac with flac fronted command line because something is wrong.
View 4 Repliesok 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?
I was wondering if it would be possible to monitor a programs audio output and identify when its on / off? I'm coding a carpc frontend and would like to mute the audio when the navigation program speaks directions.
View 1 RepliesI'm making a sound editor program, but i've got a problem: if you load a sound, the program must show the spectrum of the sound?
View 2 RepliesI want to play all sound formats in visual basic
View 1 RepliesI wrote a program to have countdown and at 00 to have sound horn. I got the clock running but the horn sound is delayed. I need the time at 00 to sound the horn. I use this in a game of basketball. How can I make the playsound at 00 seconds and not -01 second.
View 2 RepliesI'm getting data from an external source, storing it in a single array, and I want to turn it into sound, even though it isn't really sound to start with. I don't know how to build sound from data arrays, but I think it shouldn't be that hard. I am hoping someone can show me the secret.
The data get's read from a 12-bit data acquisition card at fifty mega-samples per second, and it normally contains ten distinct frequencies from about one megahertz to about five megahertz with some overtones. So it's very high-frequency stuff to start with, but it should be possible to to scale it down by, say a factor of a thousand (where humans can hear) then put it through a sound generator through VB, so I can hear it. Also, I don't want to export it as a .wav file first. I just want to format it and package it for the sound player, so I can listen to it live, as I play with the external stuff that affects the sampled waveform going into the card.
So, maybe I'd take a sample of a fraction of a millisecond, scale to a sound format, then output it to my speakers. A frame of 32,000 samples, for example is about 0.64 milliseconds of real time, but I could scale that out into quite a long sound. Ya think?