Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

How to implement the built in effects of DirectX.DirectSound

0.00/5 (No votes)
12 Oct 2004 1  
The purpose of this article is to give example of how to implement the built in effects of DirectX.DirectSound

Introduction:

I would like to thank Ianier Munoz, Profox Jase, pj4533, Joshua Belden and others for their contributions which inspired this article and as well as a small portion of code. The purpose of this article is to give example of how to implement the built in effects of DirectX.DirectSound.

Requirements:

  • A basic knowledge of C#
  • DirectX 9.0 summer update 2004
  • Visual Studio.NET 2003

Getting Started

To build this project you will need to make sure that the DirectX summer 2004 update is installed. If you are unable to build the project, managed DirectX might not be installed. Try installing from the command prompt while using an argument as described in the Managed DirectX documentation. (filename: directx9_m.chm)

In the "Run Command" prompt, type:

{path}\DXSetup.exe /InstallManagedDX

Open the project that accompanies the article.

Add the Microsoft.DirectX and Microsoft.DirectX.DirectSound references.

Build the project.

After it's built

Not all wav files will work. If the application crashes, try a different wav file.

Jack Johnston - jackjohnston99@hotmail.com

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here