Audio devices

  • Thread starter Thread starter Paul van der Heu
  • Start date Start date
P

Paul van der Heu

Is there really no one here who knows how to get the different sound
devices available in your system as they are presented in soundmapper??
 
Paul van der Heu said:
Is there really no one here who knows how to get the different sound
devices available in your system as they are presented in
soundmapper??

There is no built-in solution. I hope you'll find an answer in these
chapters:
http://msdn.microsoft.com/library/en-us/multimed/htm/_win32_windows_multimedia_start_page.asp

Perhaps also required:
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconinteroperatingwithunmanagedcode.asp

Possibly you'll get a simpler solution using WMI (which I don't know how to
use).

Or: Use DirectX, see the DX docs:
http://msdn.microsoft.com/library/en-us/directx9_m/directx/directx9m.asp
As managed docs are incomplete, you might only find it in the unmanaged
docs:
http://msdn.microsoft.com/library/en-us/directx9_c/directx/directx9cpp.asp
 
Paul van der Heu said:
I converted the VB6 project to VB.NET.. That is to say most of it.

As it is, the .NET code starts, but no cards are found.. If anyone wants to
take a peek please do, I have the original code and teh NET conversion
available at www.xs4all.nl/~pvdh/mixer.zip


Hello!

I'am very interesting in your .net conversion of your mixer.zip but
your link is not working... I'am working on a similar project and it
will be very helpfull to have your mixer.zip project...

Thanks

Dom
 
Back
Top