Is there an API only for sound? API's such as Allegro or SDL provide too much for my needs. I simply need a library that can do something like:
InitSound();
Sound *door = LoadSound("door.wav");
PlaySound(door,volume);
It would also be great if it could support compressed formats such as vorbis or mp3.
Thanks