Recording Wave in c#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey,
I'm trying to record a wave file in c#. There is a class mentioned on the
sight called WaveIn that seems to do this. I'm new to .Net though and don't
actually know how to go about calling the methods of this class.
Any help?

Cheers!
 
clojinted,

I don't see any mention of a WaveIn class (and I have the docs for beta
2). Does it say what namespace it is in?

I would think the best way to do this would be to use Direct X, as it is
made for handling things like this.

Hope this helps.
 
Yeah that definatly sounds like the way to go. I referenced a library called
Microsoft DirectX Transforms Core Type Library. How do you call this library
within the code and more importantly is it the right library?

Thanks very much,
Ger
 
Back
Top