Page 1 of 1

Issue Looping audio with TEsound[SOLVED]

Posted: Fri Jun 21, 2013 3:18 pm
by jasonisop
Edit: I had a reading instructions fail, i did not have TEsound.cleanup in the update.

I seem to be having a issue getting audio to loop using TEsound. The audio only plays once.

Code: Select all

	local Mlist = {"audio/music/Soliloquy_1.ogg"}
	TEsound.playLooping(Mlist)
Im a wrongly assuming that TEsound.playLooping() loops the audio when its done playing?

If some one wants to look at the code.https://github.com/jasonisop/lpc_game.git