Sci-Fiby Kenney <https://kenney.nl>
Zap Two Tone 2
This is a versatile two-tone sound suitable for conveying general feedback, a light alert, or confirming a user action in an application.
1.20s10KBCC0zap, two, tone, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/zap-two-tone-2Usage
import { useSound } from "@/hooks/use-sound";
import { zapTwoTone2Sound } from "@/sounds/zap-two-tone-2";
const [play] = useSound(zapTwoTone2Sound);