Impactby Kenney <https://kenney.nl>
Metal Pot 2
A slightly shorter, resonant metal pot sound, good for a lighter impact or item interaction in a game or interactive application.
0.94s8KBCC0metal, pot, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/metal-pot-2Usage
import { useSound } from "@/hooks/use-sound";
import { metalPot2Sound } from "@/sounds/metal-pot-2";
const [play] = useSound(metalPot2Sound);