Game Development Community

Audio Looping Issue

by Necrode · in Torque 3D Professional · 11/12/2009 (8:11 pm) · 2 replies

I've noticed that if I place a sound emitter in the world and have both isLooping and is3D on, it won't loop. If I turn is3D off, it loops fine. Also strange- if I tell the emitter to play using the console with mySnd.play() it will loop properly with 3D. Is this a bug? What is going on here...

Thanks

About the author

They locked me in here with a computer, and said I don't get to leave until I've completed a computer game.


#1
11/12/2009 (8:22 pm)
Is the audio provider Xaudio in the options->audio menu? Apparently there are some "issues" with it. Try another audio provider (openAL etc) and see if you have the same problems.

linky to the Xaudio issue
#2
11/12/2009 (10:20 pm)
OpenAL seems to work good. Thanks