Game Development Community

Setting Sound Loop points

by Kevin Epps · in Torque Game Builder · 01/02/2007 (1:57 pm) · 3 replies

Is there a way to set loop points when setting IsLoop = true?

I'm really just trying to have the loops play a little cleaner without the dip of silence in between the loops. Is there a way to fix that?

#1
01/05/2007 (7:45 am)
I've found something that may suit my needs!

VMPlayer


I have to test it, but judging from the functions listed. It looks like it what I need!
#2
01/05/2007 (8:01 am)
Have you checked the files you are using so they not contain any silence in the end or the begining that you would need to trim out. Because i have never noticed any problem with looping.
#3
01/05/2007 (10:46 am)
Yeah, I thought I had deleted that silence, but it wasn't saved. It loops fine now. But, I still want to be able to set loop points, because there are some songs that require it. VMPlayer is great for that.