Tonesby Kenney <https://kenney.nl>
High Up
A high-pitched sound that smoothly ascends in tone, excellent for signifying a UI element opening, a new item appearing, or a process initiating upwards.
0.55s5KBCC0high, up
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/high-upUsage
import { useSound } from "@/hooks/use-sound";
import { highUpSound } from "@/sounds/high-up";
const [play] = useSound(highUpSound);