Footstepsby Kenney <https://kenney.nl>
Footstep 00
A generic, light footstep sound, suitable for indicating movement, progress through steps, or character locomotion in an interactive environment.
0.25s2KBCC0footstep, 00
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/footstep-00Usage
import { useSound } from "@/hooks/use-sound";
import { footstep00Sound } from "@/sounds/footstep-00";
const [play] = useSound(footstep00Sound);