Command Palette

Search for a command to run...

SFX/Whoosh Alt 2 SFX

Whoosh Alt 2 SFX

Alternative whoosh transition sound effect. CC0 license.

Open in v0Open in
whoosh-alt2
1.56s|transition

Overview

A longer whoosh variant with a sweeping tail, ideal for dramatic or cinematic transitions. Duration: 1.56s.

Installation

React / Web Audio

npx shadcn@latest add @elements/sfx-whoosh-alt2

Video Production / Agents

curl -o public/sfx/whoosh-alt2.mp3 https://tryelements.dev/sfx/whoosh-alt2.mp3

Usage

React Hook

import { useSound } from "@/hooks/use-sound";
import { whooshAlt2Sound } from "@/sfx/whoosh-alt2";

export function CinematicTransition() {
  const [play] = useSound(whooshAlt2Sound, { volume: 0.4 });

  return <button onClick={play}>Dramatic Cut</button>;
}

Remotion

import { Audio, staticFile } from "remotion";

export function TransitionLayer() {
  return <Audio src={staticFile("sfx/whoosh-alt2.mp3")} volume={0.4} />;
}

Timing

Best played 150ms before the transition for maximum impact.

License

CC0 (public domain). No attribution required. Free for commercial use.