Retroby Kenney <https://kenney.nl>
Glitch 003
A very brief and subtle digital artifact, perfect for indicating a fleeting data anomaly or a quick, almost imperceptible UI flicker.
0.01s1KBCC0glitch, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/glitch-003Usage
import { useSound } from "@/hooks/use-sound";
import { glitch003Sound } from "@/sounds/glitch-003";
const [play] = useSound(glitch003Sound);