Gameby Kenney <https://kenney.nl>
Prepare Yourself
A commanding, deep voice stating 'Prepare Yourself', ideal for a game's pre-battle screen, an impending challenge, or a dramatic countdown.
1.69s14KBCC0prepare, yourself
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/prepare-yourselfUsage
import { useSound } from "@/hooks/use-sound";
import { prepareYourselfSound } from "@/sounds/prepare-yourself";
const [play] = useSound(prepareYourselfSound);