Tonesby Kenney <https://kenney.nl>
Low Three Tone
A distinct three-tone sequence in a low register, great for specific system alerts, critical feedback, or important UI notifications.
1.04s9KBCC0low, three, tone
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/low-three-toneUsage
import { useSound } from "@/hooks/use-sound";
import { lowThreeToneSound } from "@/sounds/low-three-tone";
const [play] = useSound(lowThreeToneSound);