Click here to Skip to main content
15,886,067 members
Articles / Multimedia / DirectX
Article

How to implement the built in effects of DirectX.DirectSound

Rate me:
Please Sign up or sign in to vote.
4.00/5 (3 votes)
12 Oct 2004 60.9K   943   26   3
The purpose of this article is to give example of how to implement the built in effects of DirectX.DirectSound

Image 1

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


Written By
Web Developer
United States United States
I'm a C# programmer in Portland, Oregon.


Comments and Discussions

 
QuestionCan i apply this on MP3 Files??? Pin
Ibrahim Dwaikat7-Nov-07 9:24
Ibrahim Dwaikat7-Nov-07 9:24 
GeneralPotentially a useful article... Pin
Chris Keeble25-Oct-04 23:04
Chris Keeble25-Oct-04 23:04 
GeneralRe: Potentially a useful article... Pin
jackjohnston9926-Oct-04 17:56
jackjohnston9926-Oct-04 17:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.