Advertisement

really easy music?

Started by December 29, 2000 02:13 PM
4 comments, last by PTDC 23 years, 10 months ago
are there any extremely simple ways to add music (in the form of wavs) to a program? please help!
use windows multimedia library
or DirectMusic
or FMOD
or DirectSound
or BASS
(you can find me on IRC : #opengl on undernet)
Advertisement
do you know any sites with tutorials on how to use one of these?
for a start you can look at microsoft''s MSDN pages.

HHSDrum@yahoo.com www.polarisoft.n3.net
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
I''m not acquainted with FMOD or BASS, but I know some of DS and DM, if your using DirectX 8, then they are combined into ''DirectX Audio'', which in theory simplifies all initialisation and loading code (look at Julio''s recommendation and also the DX help file), prior to that (DX7 and below) you had to do cope with getting the data from files yourself (you could use the MMIO, or be stbborn and write your own .wav/.ov whatever loader).

I can''t really go through it all here, but there is a fair amount of helpful documentation in the DX SDK.

After that, your second call should be the DX C++ website, I''ve forgotton the damn link now...

-Mezz
***PRESENTING***
!! The Win32 MultiMedia API !!

***FEATURING***
PlaySound

Check MSDN Library for details on it, really very simple. Plays .WAV files with looping or no looping, synchronously (program waits for playback to finish) or asynchronously.

No problem

This topic is closed to new replies.

Advertisement