WavDest Filter Sample

 
Microsoft DirectShow 9.0

WavDest Filter Sample

The WavDes filter writes an audio stream to a WAV file. It takes a single audio stream as input, and its output pin must be connected to the File Writer filter. This sample filter is based on the CTransformFilter class.

This sample is included with the Windows SDK. It is located under the following path: [SDK Root]\Samples\Multimedia\DirectShow\Filters\WavDest.

See Also