Hi Ryan,
The main reason many cross platform developers choose to use FMOD, OpenAL, etc instead of SDL-Mixer is because of more advanced audio features. SDL-Mixer is fine if you only plan to use it in a 2D audio environment like Troopenum, Dark Destroyer, ESP Pinball, etc but to create a game as advanced as GMA Tank Commander, Shades of Doom, or Sarah you would need something more advanced to get 3d sound support. OpenAL, for example, can do it on Linux, Windows, and Mac which makes it a better option than SDL-Mixer. I believe FMOD also has 3d support as well. While I am at it another feature SDL-Mixer lacks is changing the sound frequency on the fly. If you were developing a racing game the one thing you need to do is change the speed of the car's engine as well as its volume to make it sound realistic. SDL-Mixer won't allow you to change the frequency on the file in real time so the best you can do is load a new sound when you shift up or down which doesn't quite sound realistic enough for my taistes. Which stinks because I eventually hope to port USA Raceway to Linux, and I need something better than SDL-Mixer that allows for real time frequency changes.
Smile.

Ryan Smith wrote:
Hi,
What reason is there to use FMOD? I find LibSDL to work fine.
-Ryan


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gam...@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.

Reply via email to