DelayAudio: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m 1 revision
Raffriff42 (talk | contribs)
m added category
Line 12: Line 12:


[[Category:Internal filters]]
[[Category:Internal filters]]
[[Category:Audio_filters]]
[[Category:Timeline_editing_filters]]

Revision as of 17:26, 8 November 2015

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.