CDAudio

Summary

The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant.

No INF file is needed to install this driver.

Building the Sample

To build the sample, run the build command. Once built, this sample will create one binary: cdaudio.sys.

Running the Sample

The CD Audio driver should only be installed as an upper filter driver for a cdrom device. To install this driver see the addfilter installer sample. This program installs a specific filter driver and must be modified to install cdaudio.sys.

CODE TOUR

File Manifest

File		     Description

Cdaudio.c	   Main code base
Cdaudio.h	   Header file
Cdaudio.rc	  Resource file
Makefile	    Makefile
Sources	     Sources



Top of page

© 1999 Microsoft Corporation