Tonesby Kenney <https://kenney.nl>
Low Down
A subtle, low-frequency sound that slowly descends, useful for indicating a transition to a deeper state or a minor UI warning.
0.78s7KBCC0low, down
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/low-downUsage
import { useSound } from "@/hooks/use-sound";
import { lowDownSound } from "@/sounds/low-down";
const [play] = useSound(lowDownSound);