Itemsby Kenney <https://kenney.nl>
Cloth Belt 2
A distinct, slightly longer sound of a cloth belt being handled, ideal for confirming a more significant clothing item equipped or a character animation involving a belt.
0.75s6KBCC0cloth, belt, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/cloth-belt-2Usage
import { useSound } from "@/hooks/use-sound";
import { clothBelt2Sound } from "@/sounds/cloth-belt-2";
const [play] = useSound(clothBelt2Sound);