Footstepsby Kenney <https://kenney.nl>
Footstep Wood 003
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, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/footstep-wood-003Usage
import { useSound } from "@/hooks/use-sound";
import { footstepWood003Sound } from "@/sounds/footstep-wood-003";
const [play] = useSound(footstepWood003Sound);