Menu
  • HOME
  • TAGS

Does OpenAL-Soft have an upper limit on the number of sources?

audio,game-engine,openal,openal-soft

It appears that OpenAL-Soft indeed does have an upper limit on the number of sources, which can be defined in a config file. The default seems to be 256. It makes sense to limit the number of sources because of the associated CPU and memory costs. Looks like I'll end...