CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Location
    Cyprus
    Posts
    6

    Exclamation C# / .NET - DirectX interop && Wave Out Recording

    -How am I supposed to go about using DirectX in a C# application ?

    -How do I use DirectX to record all audio that goes to the speakers to a .WAV file ?

    I have never used DirectX/ DirectSound before but what seems to be the solution is the an audio capture graph object (or something).

    Can anyone *please* help me out?
    --
    Your cones are very impressive. You must be very proud.

  2. #2
    Join Date
    Dec 2001
    Posts
    11
    I haven't exlored dx a lot, but try to find "directx interop" in the .net sdk documentation.

    Anyway you'll be glad to know that directx 9 can be natively used by C#...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured