Microsoft DirectX 9.0

Audio Effect DMO Wizard

The Audio Effect DMO Wizard simplifies the task of creating a DirectX Media Object (DMO) that implements an audio effect. The audio effect DMO can be used in Microsoft DirectSound® applications, Microsoft DirectShow® applications, or in other custom application scenarios.

Microsoft Visual C++® 6.0 is required to run the wizard. Select New from the File menu, and then select Audio Effect DMO Wizard from the Projects tab of the New dialog box.

The wizard creates a Visual Studio® project and several C++ code and header files, which implement the framework for the DMO. After the project is created, you must add code that implements the audio effect.

For more information, see the Help for the wizard.