Delta 1010LT audio capture using DirectSound

  • Thread starter Thread starter rszymanski
  • Start date Start date
R

rszymanski

New member
I was wondering if anyone has ever used DirectSound to programatically (C++) capture raw audio data from the Delta 1010LT? I've done this many times but with a sound card that only has a single imput (L/R). How do you specify/enumerate which channel to connect to? Could it be that each channel is a separate devices? If that is the case then would I see them listed when I make the DirectSoundEnumerate call from w/in DirectX?

Or perhaps is there some other way of enumerating the channels?

Or perhaps I have totally missed the boat on this, could be....

If anyone knows what the heck I'm talking about, I would appreciate your comments.

Thanks in advance.
Bob
 
I'm not a programmer but... i believe each channel pair is seen as a separate device in Windows. Not sure about much else, unfortunately...
 
Yes to each channel pair being a device. I don't know any more but M-audio do have an SDK for download - maybe some help?
 
Back
Top