Impactby Kenney <https://kenney.nl>
Impact Plate Heavy 001
This sound features a weighty, metallic plate crash, best suited for indicating major failures, game over screens, or significant, irreversible user actions.
0.35s3KBCC0impact, plate, heavy, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-plate-heavy-001Usage
import { useSound } from "@/hooks/use-sound";
import { impactPlateHeavy001Sound } from "@/sounds/impact-plate-heavy-001";
const [play] = useSound(impactPlateHeavy001Sound);