Retroby Kenney <https://kenney.nl>
Glitch 002
A slightly longer, more pronounced digital disruption, suitable for signaling a moderate system issue or a strong UI state change.
0.03s1KBCC0glitch, 002
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/glitch-002Usage
import { useSound } from "@/hooks/use-sound";
import { glitch002Sound } from "@/sounds/glitch-002";
const [play] = useSound(glitch002Sound);