How to sync audio?

I tried to use audio output, but it is not synchronized with the motion.

How to fix this?

There might be some delay in the sound. Try trimming it?

The synchronistation with sprite hitting the blocks sounds OK to me

By using the plot sound block from the audio comp library (Breakout script pic) to visualize the sound, I can see that there is indeed a delay before the sound actually starts.

While it would be fun to write a script in snap to remove the delat, but it might be easier to use an actual audio editor, like audacity (or the scratch sound editor), to remove the delay.

Not that hard... find the first large sample value, then use ITEM (NUMBERS FROM index TO length) OF sound.

I cropped it using Audacity. It is better now.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.