I would like to know how to get a list of the installed audio out devices (waveOut) on a machine
OS: Windows (XP, Vista, 7) Framework: .Net 3.5 Language: c#
When iterating through this list I would like to get information like Identifier, Manufacturer, ... per device.
Any hints?