Gameby Kenney <https://kenney.nl>
Deathmatch
An intense, aggressive sound indicating a high-stakes event or the start of a competitive game mode, suitable for a game UI to signify a battle beginning.
1.15s10KBCC0deathmatch
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/deathmatchUsage
import { useSound } from "@/hooks/use-sound";
import { deathmatchSound } from "@/sounds/deathmatch";
const [play] = useSound(deathmatchSound);