I know this is a done to death question, but I'm still in huge debate. I've used OpenAL, SDL_Mixer, and Audiere. I like SDL_Mixer and Audiere for their simplicity, but I like OpenAL for its lower level implementation, as in I kind of have more freedom to do what I want with it, but it's farther from simple to use.
I'm looking for something that's cross platform, simple, but not so simple that it's just mainly, play, pause, and stop and difficult to implement something more for whatever I need.
I mean for a certain project I would only need maybe OGG and WAV support, but for others I may need more support. So I'm really looking for a flexible API that's preferably royalty free.
Anybody have any suggestions?