"No streaming was specified, but forcing to play sound streamed"
I loaded an ISoundSource and specified irr::audio::ESM_NO_STREAMING, but got this message. I need a way to force this to no-streaming...I have some machines with slow hard-drives, but lots of RAM, and I am playing ~200 3D sounds looped. When the ISoundSource is streamed I get crackle at times when the CPU is at or near 100%. Any chance I could have a irr::audio::ESM_NO_STREAMING_AND_I_REALLY_MEAN_IT flag?

thanks, and again, great work on this library!