Gameby Kenney <https://kenney.nl>
Two Tone 2
A short, two-note melodic chime, ideal for positive feedback such as a successful action, a small achievement, or a new message notification.
0.73s6KBCC0two, tone, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/two-tone-2Usage
import { useSound } from "@/hooks/use-sound";
import { twoTone2Sound } from "@/sounds/two-tone-2";
const [play] = useSound(twoTone2Sound);