Command Palette

Search for a command to run...

SFX/Boom SFX

Boom SFX

Impact bass hit for dramatic hooks and reveals. CC0 license.

Open in v0Open in
boom
4.30s|cinematic

Overview

A dramatic impact/bass hit for hook emphasis, beat-synced moments, and CTA reveals. Duration: 4.30s.

Installation

React / Web Audio

npx shadcn@latest add @elements/sfx-boom

Video Production / Agents

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

Usage

React Hook

import { useSound } from "@/hooks/use-sound";
import { boomSound } from "@/sfx/boom";

export function HookReveal() {
  const [play] = useSound(boomSound, { volume: 0.5 });

  return <button onClick={play}>Drop</button>;
}

Remotion

import { Audio, staticFile } from "remotion";

export function HookImpact() {
  return <Audio src={staticFile("sfx/boom.mp3")} volume={0.4} />;
}

Timing

Play at the exact frame of a dramatic reveal or hook text appearance. Pairs well with a riser leading into it.

License

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