Tonesby Kenney <https://kenney.nl>
High Down
A high-pitched sound that smoothly descends in tone, perfect for indicating a UI element closing, a dropdown menu retracting, or a process completing downwards.
0.52s5KBCC0high, down
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/high-downUsage
import { useSound } from "@/hooks/use-sound";
import { highDownSound } from "@/sounds/high-down";
const [play] = useSound(highDownSound);