Gameby Kenney <https://kenney.nl>
Begin
An inspiring and clear sound effect marking the start of a game, level, or significant activity.
1.22s10KBCC0begin
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/beginUsage
import { useSound } from "@/hooks/use-sound";
import { beginSound } from "@/sounds/begin";
const [play] = useSound(beginSound);