Footstepsby Kenney <https://kenney.nl>
Footstep Snow 001
A crunching footstep sound on snow, suitable for indicating cold environment movement, winter exploration, or navigation in a frosty setting.
0.37s4KBCC0footstep, snow, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/footstep-snow-001Usage
import { useSound } from "@/hooks/use-sound";
import { footstepSnow001Sound } from "@/sounds/footstep-snow-001";
const [play] = useSound(footstepSnow001Sound);