[Openal] Queuing/Unqueuing waveforms

Daniel PEACOCK dpeacock at creativelabs.com
Fri Oct 24 01:55:17 PDT 2008





Hi Tobias,

> Additionally, one question: How can I mix different frequencies at the
> same time? Do I have to define a source for every frequency and play
> them simultaneously, or how does it work?

You need to use 1 Source for every instance of a playing sound that you
want to hear.

Also, note that when using Source Buffer Queues, you cannot change the
format of the Buffers in the queue (this includes channel count and
frequency).   To do this you will need to stop the Source, clear the queue,
and then queue the new buffer format.

Dan
Creative Labs



More information about the Openal mailing list