How do I fix a delayed sound?

By delayed sound, I mean sounds that have a silence when they start, like this.

Any way to fix it with script?

TimePosition (when Played is fired, if you like). You should just fix the sound file itself though.

1 Like

There is a property of the sound object itself called StartTime or TimePosition, something along those lines.

Set that value to have the sound start after the silence and you’ll be good to go.