Maximum and Minimum value for openAL (al.POSITION)

Hey there !

I know it’s a Corona “hidden feature”, but I’m still using… I’ve found out that some “extreme” values seems to crash my app.

al.Source(sourceID, al.POSITION, xPos, yPos, 0.0)

If xPos and yPos are too high (or too low), like xPos = 5000, it crashes on Android.

Does anyone know what’s the maximum acceptable value ?