Closed marrub-- closed 7 years ago
FMOD is definitely out, @DavidPH absolutely hates it and it has extremely restrictive licensing. Ditto for things such as BASS as it also has restrictive licensing IIRC. In the end we'll probably need to use a combination of OpenAL and a module handling library as well as libogg/libvorbis.
Done with basic sound rendering, stuff like library support can be split into other issues.
Need to consider sound engines to use, or we could roll our own (and possibly go insane doing so). libvorbisfile/libvorbis/libogg seem to be pretty good, so those will probably be candidates for file decoders.