Gameby Kenney <https://kenney.nl>
Combo Breaker
A dramatic, impactful sound signaling the interruption or end of a combo sequence, ideal for feedback in a competitive game when a player's streak is broken.
1.59s13KBCC0combo, breaker
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/combo-breakerUsage
import { useSound } from "@/hooks/use-sound";
import { comboBreakerSound } from "@/sounds/combo-breaker";
const [play] = useSound(comboBreakerSound);