Previous Next

Sample Audio Drivers

The Windows DDK includes a number of audio driver samples that illustrate the principles and features of the WDM audio architecture. These are working implementations with source code that can serve as a starting point for writing a proprietary driver.

The DDK contains the following audio driver samples:

For details, see the readme documentation that accompanies each of these samples in the DDK.

To install the portion of the Windows DDK that contains the WDM audio driver samples, follow these instructions:

When setup completes, you will find the audio driver samples in the src\wdm\audio subdirectory under the main directory of your DDK installation.