PDA

View Full Version : About sounds ???



programmer
05-11-2006, 10:56 PM
How can I play many sounds in the same time .

dmantione
05-11-2006, 11:51 PM
You are as specific as "I live on planet earth". Please tell us the compiler, platform, libraries you use.

WILL
06-11-2006, 08:23 AM
Well we at least got the Library part down. :P

Or does the GLScene package not encompase audio? And if it doesn't... what on earth are you posting this here? Be sure to post in the appropreate threads!

jdarling
06-11-2006, 01:48 PM
GLScene encapsulates multiple sound API's. Problem is we don't know witch one he wants to use :). Please give us all of the details you are needing. For example if your using FMOD let us know if you have the proper DLL's installed, same for BASS, and others.

programmer
06-11-2006, 09:18 PM
I add two sound files to GLSoundLibrary then I play the first sound , but the problem when I play the second sound file , the first sound is stoped.

I want play the two sound files together. and I don't know how can I use GLFMODE or GLBASE .