digitalmars.D.learn - Audio libraries
- "sleek" <cslush gmail.com> Sep 06 2008
- "Chris R. Miller" <lordSaurontheGreat gmail.com> Sep 06 2008
- Lutger <lutger.blijdestijn gmail.com> Sep 07 2008
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
Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable sleek wrote:I'm interested in creating a windows/linux/mac application that can pla=
mp3, ogg, wav, etc. types of audio files. Is there a cross-platform lib=
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
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









"Chris R. Miller" <lordSaurontheGreat gmail.com> 