What are people using for audio these days? I’ve never used the FMOD extension, and haven’t used the OpenAL extension for ages, any opinions?
I’m looking to target web, but it would be convenient if it also worked on desktop (at least windows). I used a javascript sound lib for my asteroids game, which worked fine, but it was annoying to not be able to test or share desktop builds with sound.
I really only need: 1) Pitch variation, and 2) Pause- & resume-able sounds. The simpler and more lightweight way to get those, the better.
As @sergey.lerg said, if you’re looking for the lightweight option, go for OpenAL. FMOD is amazing if you want to do adaptive music and filters, but it’s pretty heavy-duty for your needs. It’s also not completely free. You can only release one game per year for free with it.
Having said that, just by having the tools to play with, we did some cool stuff with the sound of Interrogation that we didn’t know we wanted in the first place.
Use FMOD 100% if you are doing a commercial game @dapetcu21 has done an incredible job with the extension for it.
Doing platform specific audio bank compression is fast and easy. It’s kind of like texture profiles for audio. FMOD Studio has many convenient features which make it less necessary to use some other editors.