List of soundcards

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Hi,

I am looking for a way to obtain the list of all the soundcards installed
(ASIO ones included).
I had a look to the mciSendString with "info" parameter, but it seems that
it's only for the current one...

Any help would be great !

Thanks.
 
Hello Bob,

Use WMI with "select * from Win32_SoundDevice" query

B> Hi,
B>
B> I am looking for a way to obtain the list of all the soundcards
B> installed
B> (ASIO ones included).
B> I had a look to the mciSendString with "info" parameter, but it seems
B> that
B> it's only for the current one...
B> Any help would be great !

---
WBR, Michael Nemtsev [C# MVP]. Blog: http://spaces.live.com/laflour
team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top