|
Post by dk on Jul 16, 2014 3:07:51 GMT
Hi, Just wondering if there was any way to get around the slight pause in an audio loop when it is being played in a movie? I have a small piece of music which is only short but it is a perfect loop but every time it gets to the end of the loop there is a slight pause before it starts again. Is there any way to fix this?
Thanks dk
|
|
|
Post by Hippani on Jul 16, 2014 8:18:01 GMT
If there is a pause at the end, could it be some empty sound? Maybe you need to shorted your loop slightly.
|
|
|
Post by dk on Jul 16, 2014 8:40:08 GMT
TUR-KEY004.hani (809.71 KB) TurkeyMus.mp3 (111.51 KB) Here is the .hani file also the background music. It is a perfect loop with no dead spots. I have it looped in my project but when it reaches the end of the loop there is about a half second delay. Not sure what's causing it? dk
|
|
|
Post by Hippani on Jul 16, 2014 8:44:41 GMT
What browser are you using?
|
|
|
Post by dk on Jul 16, 2014 8:50:48 GMT
Internet explorer but if you play it in the Hippo player it also has the slight delay.
dk
|
|
|
Post by Hippani on Jul 16, 2014 9:10:46 GMT
I tried it on IE 11 and the gap is tiny, it's probably just the best IE can do. We can't make IE loop audio any quicker I'm afraid. You could always just make a longer sound loop.
I did notice another issue. (We will resolve this.)
We moved this line: StartBut.Visible=false;
because the release event didn't fire once the button was invisible in IE 11.
SoundPlay("TurkeyMus",true); StartBut.Visible=false; Rbut.Visible=true; Lbut.Visible=true; JbutL.Visible=true; JbutR.Visible=true;
|
|
|
Post by dk on Jul 16, 2014 9:32:27 GMT
Hi. Thanks for pointing that out. I realize your software really is at the mercy of the player in the end. I will make a slightly longer sound loop. Thanks for pointing out the other issue too!!!
Cheers dk
|
|
|
Post by runes on Jul 16, 2014 11:55:19 GMT
mp3 always have i tiny pause at the end (I think there's some kind of 'not audio' data that needs to run). This is and have always been a problem with mp3. I usually make loops with a natural pause to hide that.
|
|
|
Post by dk on Jul 16, 2014 11:59:02 GMT
Good idea runes....I will do that from now on too.
dk
|
|