Heya folks, does anyone know how to program sounds for the pc speaker using dev ide? I would like to make some cheezy games with the console window and would be cool to have sound files. I have seen some different functions like beep( int frequency, int duration) and stuff but none seem to work. Any suggestions?
G.O.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Or, www.openal.com. OpenAL, the companion to OpenGL. It stands for open audio library. It is interesting cause I looked at the API reference and all the functions started with al*. Cute ;)
Kip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Heya folks, does anyone know how to program sounds for the pc speaker using dev ide? I would like to make some cheezy games with the console window and would be cool to have sound files. I have seen some different functions like beep( int frequency, int duration) and stuff but none seem to work. Any suggestions?
G.O.
Try the fmod . Altough I haven't use it before but I think you should give em a try
http://www.fmod.org/
Or, www.openal.com. OpenAL, the companion to OpenGL. It stands for open audio library. It is interesting cause I looked at the API reference and all the functions started with al*. Cute ;)
Kip