Retroby Kenney <https://kenney.nl>
Glitch 001
A very short, sharp digital stutter, ideal for indicating a minor system error or a quick transition effect.
0.02s1KBCC0glitch, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/glitch-001Usage
import { useSound } from "@/hooks/use-sound";
import { glitch001Sound } from "@/sounds/glitch-001";
const [play] = useSound(glitch001Sound);