Audio Library suggestions

Started by
13 comments, last by Khatharr 11 years, 4 months ago
It's free to use. The License is embedded in the documentation.

http://connect.creat...s/AllItems.aspx
void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.
Advertisement

The OpenAL License must be distributed along with final application?

That's not uncommon. They just want you to drop the text file in there somewhere so people don't think you invented OpenAL.

void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.
OpenAL is widely used but I found it quite difficult if you just want to use it in a simple way (i.e. simple BGM and sfx).

I used FMod before and it is a delight to use, but I used it in a non-commercial project so it was free. If you can afford it I would say 100% FMOD.

Isn't there an SDL audio library of some description? Not sure how relevant or useful that will be but perhaps worth a quick look?

I ended up with FMOD, yeah. It's really nice and does what I want without being intrusive or annoying.

void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.

This topic is closed to new replies.

Advertisement