Command Palette

Search for a command to run...

SFX/Whoosh Alt 1 SFX

Whoosh Alt 1 SFX

Alternative whoosh transition sound effect. CC0 license.

Open in v0Open in
whoosh-alt1
1.10s|transition

Overview

A fuller whoosh variant with more body and presence. Great for larger or more dramatic transitions. Duration: 1.10s.

Installation

React / Web Audio

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

Video Production / Agents

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

Usage

React Hook

import { useSound } from "@/hooks/use-sound";
import { whooshAlt1Sound } from "@/sfx/whoosh-alt1";

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

  return <button onClick={play}>Next Slide</button>;
}

Remotion

import { Audio, staticFile } from "remotion";

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

Timing

Best played 100ms before the transition cut.

License

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