sound recording

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

Guest

Hello, I want to create a program that records a sound track from the
microphone, and save it into a file, but I don't know how and where to begin,
Please give me any piece of information about this issue.
Thanks
 
Hello, I want to create a program that records a sound track from the
microphone, and save it into a file, but I don't know how and where to begin,
Please give me any piece of information about this issue.
Thanks

DirectX 9.0 C is available online at microsoft. Look for "DirectX 9.0 SDK
Update - (October 2004)" at the download center. It has an example that
does just what you want under the 'managed' section of the samples.
 
Thanks a lot!
I did find the DirectX 9.0 SDK but I can't find the samples, could u please
throw me a link..
?
 
Thanks a lot!
I did find the DirectX 9.0 SDK but I can't find the samples, could u please
throw me a link..
?
"_BNC" wrote:

Did you load the SDK? If so, the samples should be at:

C:\Program Files\Microsoft DirectX 9.0 SDK (October
2004)\Samples\Managed\DirectSound

(Excuse the line wrap)
 
Thanks a lot, seems like this is exactly what, I need.
But now I've got only one problem... the VS.net can't find the namespaces I
need: Microsoft.Directx.......
I can't find how I can import those namespaces...
Thanks again!!
 
Back
Top