Feedbackby Kenney <https://kenney.nl>
Error 006
A clear and slightly resonant error sound, effective for signaling a medium-severity problem or a failed input submission.
0.50s5KBCC0error, 006
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/error-006Usage
import { useSound } from "@/hooks/use-sound";
import { error006Sound } from "@/sounds/error-006";
const [play] = useSound(error006Sound);