FW: [Openal] alGenSources () problem - Number of sources can be generated?

steve steve at astrocorp.com.tw
Sun Dec 3 21:45:53 PST 2006


 

Hi Steve,

I think the number of sources is limited by the hardware implementation.
Unfortunately there is no way to query the maximum number of sources. When
you receive the error generating the source, you will know the maximum
number of sources for your system :)

If you run out of sources, you can ignore low priority or quiet sources or
you can mix your PCM data in software or other more efficient use of
sources.

Kind regards,

Nic

Thank you, Nic.

1. OpenAL reports error after generating 14 sources, Is it a resonable
number of max sources? Is there any way to change 2. Previous code is only
for testing, my game actually found the error while trying to generate 7th
sound source. 
   My game is client / server architecture. The strange thing is my game
runs ok without network connection.
   I link all libraries with multi-thread DLL.I wonder which type of OpenAL
dll is? Would it be a problem while linking dlls?

Steve
   




More information about the Openal mailing list