Once again, Music
hey, this is kinda important, but, how should i include some music in a program im making, im using opengl for all the graphics, and i was wondering if i could include other libraries like the bass library(previous topic) and if i could use that to add in music? also, if n e one is a mad guru kinda guy/gal, how could i fade music in a c++ program?
Thx
Yay opengl! im on me way to maybe making a REAL bad mario kart knock off! ACE!
You can try Bass or FMod. I''ve delt with FMod so I''m kind of biased to it, but you can ustilize any library you want.
To fade sounds in FMod, I just use this: "FSOUND_SetVolume();" and just dilate from the value.
Hope that helps.
To fade sounds in FMod, I just use this: "FSOUND_SetVolume();" and just dilate from the value.
Hope that helps.
hat sure does, but where can i get fmod, and what is it?
Yay opengl! im on me way to maybe making a REAL bad mario kart knock off! ACE!
www.fmod.org
it''s a shareware lib (correct me if im wrong here people) w/ functions for pretty much every sound thing you''ll ever need
it''s a shareware lib (correct me if im wrong here people) w/ functions for pretty much every sound thing you''ll ever need
Try OpenAL (Open Audio Library)
It''s like OpenGL just for sound. Visit www.openal.org for more information. Here are some tutorials:
http://www.devmaster.net/articles.php?catID=6
--------------------------------------------------------
"If it looks good, it is good computer graphics"
"If it looks like computer graphics, it is bad computer graphics"
Corrail
corrail@gmx.at
ICQ#59184081
It''s like OpenGL just for sound. Visit www.openal.org for more information. Here are some tutorials:
http://www.devmaster.net/articles.php?catID=6
--------------------------------------------------------
"If it looks good, it is good computer graphics"
"If it looks like computer graphics, it is bad computer graphics"
Corrail
corrail@gmx.at
ICQ#59184081
--------------------------------------------------------There is a theory which states that if ever anybody discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.There is another theory which states that this has already happened...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement