DelayAudio

From Avisynth wiki
Revision as of 04:12, 18 September 2022 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

AviSynth+
Up-to-date documentation: https://avisynthplus.readthedocs.io


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 separate file (for example WavSource), it's better do negative delay after AudioDub this clip, or else it may cause problems.

Personal tools