Jump to content


Good open-source audio libraries?


3 replies to this topic

#1 tomva

    New Member

  • Members
  • Pip
  • 7 posts

Posted 18 August 2009 - 06:08 AM

Hello all-

I'm building an open source 3D networked game framework (who isn't?).

As part of that, I'd like to include 3D audio support. I've seen irrKlang and FMOD, but this game framework is free and open source. So I need an audio library that is free (BSD or MIT licenses) or at least GPL'd.

I found audiere, which looked okay: http://audiere.sourc...cumentation.php

However, it looks like the last update was in 2006 (!) and I noticed I had to tweak the source to get it to compile under newer GCC compilers.

Is audiere still used/supported? Are there other open source (free) audio libraries that people recommend? I could add my own 3D layer if needed, but obviously I'd need basic support for multiple sound streams, with per-stream control over volume and panning.

-Thomas

#2 Kenneth Gorking

    Senior Member

  • Members
  • PipPipPipPip
  • 939 posts

Posted 18 August 2009 - 01:45 PM

http://connect.creat...s/AllItems.aspx
"Stupid bug! You go squish now!!" - Homer Simpson

#3 SamuraiCrow

    Senior Member

  • Members
  • PipPipPipPip
  • 459 posts

Posted 18 August 2009 - 02:20 PM

I'd recommend OpenAL Soft over OpenAL since it will work with full capabilities in Linux and Mac as well as Windows. It's LGPL which is better than a straight GPL and has the capabilities you requested.

#4 tomva

    New Member

  • Members
  • Pip
  • 7 posts

Posted 19 August 2009 - 06:27 AM

Thanks for the pointers! For now I'll used audiere. I felt better when I saw there had been recent updates (just no recent releases). I was able to build simple 3D support on top of audiere relatively quickly.

I've put it all here for now, in case anyone is interested: https://sourceforge....cts/wave-audio/

If I run into problems with audiere, I'll switch to OpenAL (or OpenAL Soft).





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users