www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Audio libraries

reply "sleek" <cslush gmail.com> writes:
I'm interested in creating a windows/linux/mac application that can play 
mp3, ogg, wav, etc. types of audio files. Is there a cross-platform library 
that I can use to help with the task of playing audio? 
Sep 06 2008
next sibling parent "Chris R. Miller" <lordSaurontheGreat gmail.com> writes:
sleek wrote:
 I'm interested in creating a windows/linux/mac application that can pla=
y=20
 mp3, ogg, wav, etc. types of audio files. Is there a cross-platform lib=
rary=20
 that I can use to help with the task of playing audio?=20
OpenAL through Derelict is a good bet. SDL would work too, but I haven't yet had success getting SDL working on OS X Leopard (haven't tried everything yet though).
Sep 06 2008
prev sibling parent Lutger <lutger.blijdestijn gmail.com> writes:
sleek wrote:

 I'm interested in creating a windows/linux/mac application that can play
 mp3, ogg, wav, etc. types of audio files. Is there a cross-platform
 library that I can use to help with the task of playing audio?
I think FMOD is pretty nice, but it's free only for non-commercial if that matters.
Sep 07 2008