( Diese Seite in
Deutsch )
DelayAudio(clip, float seconds)
DelayAudio delays the audio track by seconds seconds. Seconds can be negative and/or have a fractional part. Example:
# plays audio half a second earlier
DelayAudio(-0.5)
PS: if audio loaded from ext file ( eg WavSource ), it's better do negative delay after AudioDub this clip, or else it may cause hustle.