www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Playing .wav files

reply "Tomas" <Butkustomas777 gmail.com> writes:
Hey, guys! Sorry for my bad English. I wanna ask a question... 
How can I play .wav files in my D program? Thank you. :)
Jan 04 2013
parent reply "Namespace" <rswhite4 googlemail.com> writes:
On Saturday, 5 January 2013 at 06:42:55 UTC, Tomas wrote:
 Hey, guys! Sorry for my bad English. I wanna ask a question... 
 How can I play .wav files in my D program? Thank you. :)
With SDL_Mixer or OpenAL. For both there are wrappers which you can find here: http://www.dsource.org/projects/derelict
Jan 04 2013
parent reply "Tomas" <Butkustomas777 gmail.com> writes:
On Saturday, 5 January 2013 at 07:04:48 UTC, Namespace wrote:
 On Saturday, 5 January 2013 at 06:42:55 UTC, Tomas wrote:
 Hey, guys! Sorry for my bad English. I wanna ask a question... 
 How can I play .wav files in my D program? Thank you. :)
With SDL_Mixer or OpenAL. For both there are wrappers which you can find here: http://www.dsource.org/projects/derelict
which is better?
Jan 04 2013
parent "Namespace" <rswhite4 googlemail.com> writes:
On Saturday, 5 January 2013 at 07:13:02 UTC, Tomas wrote:
 On Saturday, 5 January 2013 at 07:04:48 UTC, Namespace wrote:
 On Saturday, 5 January 2013 at 06:42:55 UTC, Tomas wrote:
 Hey, guys! Sorry for my bad English. I wanna ask a 
 question... How can I play .wav files in my D program? Thank 
 you. :)
With SDL_Mixer or OpenAL. For both there are wrappers which you can find here: http://www.dsource.org/projects/derelict
which is better?
SDL_Mixer is a bit easier.
Jan 04 2013