Start
//

How To: Create Audio Sequences

Problem: You need multiple audio clips to play one after another in sequence.

Solution: Place multiple audio elements inside a timegroup with mode="sequence".

Live

Key points:

  • Each audio element plays sequentially in the order it appears
  • The timeline automatically extends to accommodate all clips
  • Use sourcein/sourceout or trimstart/trimend to select portions of each clip
  • All clips synchronize with the root timegroup's playback control