Footstepsby Kenney <https://kenney.nl>
Footstep Wood 001
A resonant footstep sound on wood, ideal for indicating indoor movement, exploration in a cozy setting, or navigation on a wooden surface.
0.25s2KBCC0footstep, wood, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/footstep-wood-001Usage
import { useSound } from "@/hooks/use-sound";
import { footstepWood001Sound } from "@/sounds/footstep-wood-001";
const [play] = useSound(footstepWood001Sound);