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-alt2Video Production / Agents
curl -o public/sfx/whoosh-alt2.mp3 https://tryelements.dev/sfx/whoosh-alt2.mp3Usage
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.