Gameby Kenney <https://kenney.nl>
Tie
A brief, dramatic musical sting that signals a "tie" or draw outcome, often used in competitive games or score displays.
1.11s9KBCC0tie
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/tieUsage
import { useSound } from "@/hooks/use-sound";
import { tieSound } from "@/sounds/tie";
const [play] = useSound(tieSound);