XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

Need audio capture code to run on XP and Vista

Last post 07-04-2008 9:35 AM by Dark Blue. 2 replies.
  • 07-03-2008 12:16 PM

    Need audio capture code to run on XP and Vista

    Hi,  I need to write some code to capture data from the line in on the sound card.  A couple of years ago, before Vista, I did this pretty easily in C# with Directsound.  Now I need to do it in C++ and it needs to run on both XP and Vista.  I don't need any effects or compression, I just want to capture 2 channels of sound.  Should I be using Directsound or XAudio2, or are these overkill for what I want to do?  Whichever API I use it needs to be XP and Vista compatible.  Can anyone help me?
  • 07-03-2008 3:37 PM In reply to

    Re: Need audio capture code to run on XP and Vista

    DirectSound works on both XP and Vista, and is easy to use from C++.
    Jon Watte, Direct3D MVP kW X-port 3ds Max .X exporter kW Animation source code
  • 07-04-2008 9:35 AM In reply to

    Re: Need audio capture code to run on XP and Vista

    Good stuff, thanks!
Page 1 of 1 (3 items) Previous Next