meteoritool Posted November 22, 2015 Share Posted November 22, 2015 I am looking for a way to manipulate sounds so that I can set the starting and ending moment of the Sound.This could resolve the bad .mp3 looping for example ? This doesn't seem to work :var loop_start = 0;var loop_end = 0.5782708333;sound.loopStart = loop_start;sound.loopEnd = loop_end;sound.loop = true; Quote Link to comment Share on other sites More sharing options...
davrous Posted November 22, 2015 Share Posted November 22, 2015 Hi, No, I haven't exposed these yet. But it could be a good idea. I'll look into web audio but don't think the autoloop can be controlled this way. I will have to do the looping manually by code. Bye,David Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.