Applications Graphics & Sound Sound & Music Sourcecode & Information Sound Sourcecode Windows  

DirectSound Library and Tutorial 1.0

download download  
important code information
author:
Drew
minimum requirements:
DirectSound Library and Tutorial 1.0 description

Like the DirectInput library, this is another library that I used in my game, Super Pong. This file provides a great way to add DirectSound to your game without learning the advanced techniques of the API. I have taken care of all the necessary calls you'll need and packaged them into a few functions. I have also added a short easy to read how-to file with the library so even beginners should be able to figure out how to use it, source code for a test program, and the executable for the test program. All these files were written in C++ using MS V C++.


Included in this zip file are three documents (besides this one).

The first document is asdDSound.h. This is my DirectSound Library. To use it, add it to a folder that is set as a search path for your C++ include files. If not, you may also add it to and project folders that you want to use this library with.

The second document, asdDSound.txt, contains instructions for using this library.

The third document, asdDSound.lib contains the compiled code for this library. If you're using VC++ 6.0 you must add this library to your project so it can be compiled into your executable. If you're using VC++.net, you'll need to add the file to your additional input files under Project Properties.

Andrew S. Dunsmore


File List:
ReadMe.txt1Kb
asdDSound.h8Kb
asdDSound.lib79Kb
asdDSoundLib.txt11Kb

Similar code
Genmix is a C code library that you can add to your MS Windo... (Popularity: ) : Or Macintosh applications. Genmix provides real-time additive waveform synthesis and output -- it mixes and plays sounds. A 17-function API (Application Program Interface) allows full control over the sound mixing process
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 75
version
size in Kb 27
popularity   929/7913374
user rating 4/10
ad


New Code
Popular Code