Record sound from the Microphone

Invisionsoft

Well-known member
Joined
Apr 20, 2007
Messages
64
Location
United Kingdom
Programming Experience
1-3
Hello,

I 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... so I've asked here because I know I will get expert help :)

http://www.codeproject.com/cs/media/cswavrec.asp?print=true

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....

So yeah, I've used Win32 libraries before and it must be possibly to use them... all I need is some help getting started.

Regards
James
 
I am trying to do the same basic thing. I have a set of accelerometers that I need to listen to. The input from the accels is read in through a National Instruments card, now I need to take the input and save it as a .wav or some audio file and save the file. Can someone give me a nudge in the right direction please?
 
Back
Top