Gameby Kenney <https://kenney.nl>
Time
A short, dramatic or impactful musical cue, ideal for indicating a time-related event like a timer start, pause, or a new time-based challenge.
1.16s10KBCC0time
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/timeUsage
import { useSound } from "@/hooks/use-sound";
import { timeSound } from "@/sounds/time";
const [play] = useSound(timeSound);