Pelles C forum

C language => Beginner questions => Topic started by: FragNox on January 17, 2011, 03:24:37 AM

Title: Sound/Music
Post by: FragNox on January 17, 2011, 03:24:37 AM
I'm not sure where this belongs but it's got nothing that relates to any of the existing threads. I was wondering if anyone is aware of any decent sound library that are compatible with Pelles C. I'm currently using OpenGL for graphics but if I don't do anything soon the game I'm creating will be silent.
Title: Re: Sound/Music
Post by: TimoVJL on January 17, 2011, 08:25:24 AM
Windows Waveform Audio:
http://msdn.microsoft.com/en-us/library/ms712879(v=vs.85).aspx (http://msdn.microsoft.com/en-us/library/ms712879(v=vs.85).aspx)
MIDI:
http://support.microsoft.com/kb/141756 (http://support.microsoft.com/kb/141756)
Title: Re: Sound/Music
Post by: JohnF on January 17, 2011, 09:11:14 AM
You could try the Bass dll.

Type "bass audio dll" into Google.

John
Title: Re: Sound/Music
Post by: CommonTater on January 17, 2011, 03:09:55 PM
Also look into the windows multimedia on MSDN ... MCI might be just what you need.

http://msdn.microsoft.com/en-us/library/ms713771(v=vs.85).aspx