Advertisement

sounds in my app

Started by December 31, 2001 06:17 AM
8 comments, last by dadio 23 years, 1 month ago
Hi guys, I want to use a simple sound system in my app. I need to be able to play around with volume and pitch of a repeating sound (.wav file). I heard fmod was good. does anyone have othes good ideas? Does anyone have a good fmod tutorial? thx
Hey,

If your main OS is windows for programming, maybe DirectSound ?

or OpenAL ?

Sorry, don''t know anything about fmod.
Hello from my world
Advertisement
I don''t want DX. I''ll look up the openAL stuff...
Fmod is very good.
FMOD costs money if you''re making a commercial project. Make that a whole lot of money.
yes, but it actually works.
Advertisement
Things like FMOD is where the great open-source community seems to fail....
Newbie programmers think programming is hard.Amature programmers think programming is easy.Professional programmers know programming is hard.
FMOD worked great for me. I setup an MP3 wrapper in a really short amount of time. You may also wish to check out BASS.

||--------------------------||
Black Hole Productions
President/Programmer/Expert on stuff
||--------------------------||
||--------------------------||Black Hole Productionshttp://bhp.nydus.netResident expert on stuffmax621@barrysworld.com||--------------------------||
On my site, I''ve a example who use FMOD 3.40 for playing wav & mp3 easy

========================
Leyder Dylan
http://ibelgique.ifrance.com/Slug-Production/
========================Leyder Dylan (dylan.leyder@slug-production.be.tf http://users.skynet.be/fa550206/Slug-Production/Index.htm/
I use SDL. It''s a cross-platform substitute for DirectX. Handles windows, user IO, timing, sound, etc. www.libsdl.org

This topic is closed to new replies.

Advertisement